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 ++--- src/hw/pci_i

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 ins

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

2018-08-07 Thread Jing Liu
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 insertions(+), 3 deletions(-) diff --git a/src/fw/pciinit.c b/src/fw/pciinit.c index 3a2f74