Myles Watson wrote:
PCI onboard was only used for ROM images at fixed offsets in flash. Now that we have CBFS, there is no use for it.
Fix qemu, since it is a special case where the ROM image ends up at 0xc0000 without any help from coreboot.
Signed-off-by: Myles Watson mylesgw@gmail.com
I am inclined to say:
Acked-by: Peter Stuge peter@stuge.se
But what about the PCI device ids which are being taken out of the device tree? Are they guaranteed to be discovered through automatic scanning?
//Peter