From c2a921bec155e42d0ae17a8d461a0321d7e1c39e Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 4 Sep 2017 23:58:38 +0300 Subject: asus/kcma-d8: Add romstage_handoff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix regression caused by commit 9e94dbf ACPI: Get S3 resume state from romstage_handoff Boards with EARLY_CBMEM_INIT are required to provide romstage_handoff structure to signal S3 resume path. Change-Id: I464feb1655a51a937b6cf53508dd5c7aa0d8f791 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21395 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Tested-by: Raptor Engineering Automated Test Stand --- src/mainboard/asus/kcma-d8/romstage.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/asus/kcma-d8/romstage.c b/src/mainboard/asus/kcma-d8/romstage.c index 24cefe02b7..a8f7dafc3f 100644 --- a/src/mainboard/asus/kcma-d8/romstage.c +++ b/src/mainboard/asus/kcma-d8/romstage.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -567,6 +568,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) cbmem_initialize_empty(); post_code(0x41); + romstage_handoff_init(s3resume); + amdmct_cbmem_store_info(sysinfo); #endif -- cgit v1.2.3