Re: [SeaBIOS] [PATCH] pci: add RedHat PCI BRIDGE capability

2018-08-08 Thread Liu, Jing2
On 8/8/2018 6:44 PM, Laszlo Ersek wrote: On 08/08/18 05:24, Liu, Jing2 wrote: On 8/7/2018 7:43 PM, Laszlo Ersek wrote: On 08/07/18 09:20, Jing Liu wrote: [snip] -    if (pci_config_readw(bdf, PCI_VENDOR_ID) == PCI_VENDOR_ID_REDHAT && -    pci_config_readw(bdf, PCI_DEVICE_ID) == - 

Re: [SeaBIOS] [PATCH] pci: add RedHat PCI BRIDGE capability

2018-08-08 Thread Laszlo Ersek
On 08/08/18 05:24, Liu, Jing2 wrote: > On 8/7/2018 7:43 PM, Laszlo Ersek wrote: >> On 08/07/18 09:20, Jing Liu wrote: [snip] >>> -    if (pci_config_readw(bdf, PCI_VENDOR_ID) == PCI_VENDOR_ID_REDHAT && >>> -    pci_config_readw(bdf, PCI_DEVICE_ID) == >>> -   

Re: [SeaBIOS] [PATCH] pci: add RedHat PCI BRIDGE capability

2018-08-07 Thread Liu, Jing2
On 8/7/2018 7:43 PM, Laszlo Ersek wrote: adding Marcel; comments at the bottom On 08/07/18 09:20, Jing Liu wrote: Add a device-specific capability for the RedHat PCI BRIDGE to enable reserving additional resources. Signed-off-by: Jing Liu --- src/fw/pciinit.c | 9 ++---

Re: [SeaBIOS] [PATCH] pci: add RedHat PCI BRIDGE capability

2018-08-07 Thread Laszlo Ersek
adding Marcel; comments at the bottom On 08/07/18 09:20, Jing Liu wrote: > Add a device-specific capability for the RedHat PCI BRIDGE > to enable reserving additional resources. > > Signed-off-by: Jing Liu > --- > src/fw/pciinit.c | 9 ++--- > src/hw/pci_ids.h | 1 + > 2 files changed, 7