mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: AGESA: Delay ACPI S3 backup until ramstage loader
BUG=None BRANCH=None TEST=None Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15470 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: I59773161f22c1ec6a52050245f9ad3e6cc74a934 Reviewed-on: https://chromium-review.googlesource.com/410077 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
fa81f61d39
commit
9c432b9fe1
1 changed files with 0 additions and 5 deletions
|
@ -91,9 +91,4 @@ void prepare_for_resume(void)
|
||||||
printk(BIOS_DEBUG, "CAR disabled.\n");
|
printk(BIOS_DEBUG, "CAR disabled.\n");
|
||||||
set_resume_cache();
|
set_resume_cache();
|
||||||
|
|
||||||
/*
|
|
||||||
* Copy the system memory that is in the ramstage area to the
|
|
||||||
* reserved area.
|
|
||||||
*/
|
|
||||||
acpi_prepare_for_resume();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue