[coreboot-gerrit] Change in coreboot[master]: soc/amd/stoneyridge: Call sb_acpi_mmio_decode()

Garrett Kirkendall (Code Review) gerrit at coreboot.org
Wed Mar 14 19:12:29 CET 2018


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 at 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)

-- 
To view, visit https://review.coreboot.org/25161
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cf329e5cd2002b225742fefa5c1ddd2598de674
Gerrit-Change-Number: 25161
Gerrit-PatchSet: 1
Gerrit-Owner: Garrett Kirkendall <garrett.kirkendall at amd.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180314/14d34850/attachment.html>


More information about the coreboot-gerrit mailing list