Attention is currently required from: Shelley Chen, Ravi kumar, Julius Werner, Prasad Malisetty, mturney mturney. Hello Shelley Chen, build bot (Jenkins), Furquan Shaikh, Ravi Kumar Bokka, Julius Werner, Arthur Heymans, Prasad Malisetty, mturney mturney,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/53903
to look at the new patch set (#23).
Change subject: libpayload: Add MMIO support in PCI lib ......................................................................
libpayload: Add MMIO support in PCI lib
Added MMIO Support in libpayload pci driver to allow ep config space access using payload PCI functions. endpoint config space address passed from coreboot to payload through coreboot tables if MMIO supports.
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Change-Id: I7cfb95e31b7ee984ee0c2e7586e6caeecd7deadd Signed-off-by: Prasad Malisetty pmaliset@codeaurora.org --- M payloads/libpayload/Kconfig M payloads/libpayload/configs/config.herobrine M payloads/libpayload/drivers/Makefile.inc A payloads/libpayload/drivers/pci_ops.c M payloads/libpayload/include/coreboot_tables.h M payloads/libpayload/include/sysinfo.h M payloads/libpayload/libc/coreboot.c M src/commonlib/include/commonlib/coreboot_tables.h M src/include/boot/coreboot_tables.h M src/lib/coreboot_table.c M src/soc/qualcomm/sc7280/Kconfig 11 files changed, 199 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/53903/23