[SeaBIOS] Re: [PATCH 4/4] serialio: Support for pci serial ports

2019-12-10 Thread Gerd Hoffmann
Hi, > > Failing that: I'd suggest to create a variable for the serial port > > iobase, defaulting to CONFIG_DEBUG_SERIAL_PORT. Add a > > serial_debuf_pci_init(int bdf) helper function to read the iobase from > > pci config space and set that variable. > > > > That helper can then be hooked in

[SeaBIOS] Re: [PATCH 3/4] csm: Enable boot from pci option rom

2019-12-10 Thread Your Real Name
On Mon, Dec 09, 2019 at 01:09:11PM +0100, Gerd Hoffmann wrote: > On Fri, Dec 06, 2019 at 08:17:04PM -0800, Your Real Name wrote: > > On Thu, Dec 05, 2019 at 07:06:37AM +0100, Gerd Hoffmann wrote: > > > Hi, > > > > > > > The priority value(the last argument we pass to boot_add_bev()) will > > >

[SeaBIOS] Re: [PATCH 4/4] serialio: Support for pci serial ports

2019-12-10 Thread Your Real Name
On Mon, Dec 09, 2019 at 01:18:52PM +0100, Gerd Hoffmann wrote: > On Fri, Dec 06, 2019 at 08:05:22PM -0800, Your Real Name wrote: > > On Thu, Dec 05, 2019 at 06:52:46AM +0100, Gerd Hoffmann wrote: > > > Hi, > > > > > > > I'm ok to use Base-Class/Sub-Class = 0x07/0x00 to filter out the PCI > > >