Hello build bot (Jenkins), Nico Huber, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46348
to look at the new patch set (#7).
Change subject: libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct ......................................................................
libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct
Currently, the PCI bus gets scanned multiple times for various reasons (e.g. to read the device class). Therefore, and in preperation to CB:46416, introduce the pacc pointer in the sysinfo_t struct and scan the PCI bus while gathering system information.
Change-Id: I496c5a3d78c7fb5d7c9f119a0c9a0314d54e729f Signed-off-by: Felix Singer felix.singer@secunet.com --- M payloads/libpayload/arch/x86/sysinfo.c M payloads/libpayload/include/sysinfo.h 2 files changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/46348/7