Garrett Kirkendall has uploaded this change for review. ( https://review.coreboot.org/25161
Change subject: soc/amd/stoneyridge: Call sb_acpi_mmio_decode() ......................................................................
soc/amd/stoneyridge: Call sb_acpi_mmio_decode()
Call funciton sb_acpi_mmio_decode() from bootblock_fch_early_init(). This enables decoding of the FCH ACPI MMIO regions 0xfed80000 - 0xfed81fff. This is another step to moving AGESA out of the bootblock for StoneyRidge
BUG=b:74586747 BRANCH=master TEST=Build and boot on Grunt.
Change-Id: I8cf329e5cd2002b225742fefa5c1ddd2598de674 Signed-off-by: Garrett Kirkendall garrett.kirkendall@amd.corp-partner.google.com --- M src/soc/amd/stoneyridge/southbridge.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/25161/1
diff --git a/src/soc/amd/stoneyridge/southbridge.c b/src/soc/amd/stoneyridge/southbridge.c index bb3157d..e05b7dd 100644 --- a/src/soc/amd/stoneyridge/southbridge.c +++ b/src/soc/amd/stoneyridge/southbridge.c @@ -559,6 +559,7 @@ sb_enable_rom(); sb_lpc_port80(); sb_lpc_decode(); + sb_acpi_mmio_decode(); }
void sb_enable(device_t dev)