Attention is currently required from: Ana Carolina Cabral, Patrick Rudolph, Paul Menzel.
Hello Ana Carolina Cabral, Paul Menzel, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86385?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed: Code-Review+1 by Ana Carolina Cabral, Verified+1 by build bot (Jenkins)
Change subject: device/pci_rom: Keep track of VBIOS ......................................................................
device/pci_rom: Keep track of VBIOS
Currently the VBIOS is placed somewhere in DRAM when necessary. While generating ACPI tables the code attempts to find the VBIOS by looking at "known" places.
Simplify the code and keep track of the VBIOS using a pointer in struct device by filling it in pci_rom_load().
The following patches will reuse this pointer to generalize the code even more.
Change-Id: Ib27d30e3b07740d6098d4f7a5c4f5d8bce976f00 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/device/pci_rom.c M src/include/device/device.h 2 files changed, 54 insertions(+), 55 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/86385/4