Jason Glenesk has uploaded a new patch set (#14) to the change originally created by Jason Glenesk. ( https://review.coreboot.org/c/coreboot/+/43804 )
Change subject: soc/amd/acpi: Move ACPI IVRS generation to coreboot ......................................................................
soc/amd/acpi: Move ACPI IVRS generation to coreboot
Add code for IVRS generation to coreboot. Publish coreboot generated structure rather than IVRS generated by FSP binary.
BUG=b:155307433 TEST=Boot trembyle to shell and extract and compare IVRS tables and make sure they cover the same devices.
Change-Id: I693f4399766c71c3ad53539634c65ba59afd0fe1 Signed-off-by: Jason Glenesk jason.glenesk@amd.corp-partner.google.com --- M src/acpi/acpi.c M src/include/acpi/acpi_ivrs.h M src/soc/amd/picasso/agesa_acpi.c 3 files changed, 544 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/43804/14