asus/kcma-d8: Add romstage_handoff
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 <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21395
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
This commit is contained in:
parent
a26377b063
commit
c2a921bec1
|
@ -26,6 +26,7 @@
|
|||
#include <device/pnp_def.h>
|
||||
#include <cpu/x86/lapic.h>
|
||||
#include <console/console.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <timestamp.h>
|
||||
#include <lib.h>
|
||||
#include <spd.h>
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue