ACPI: Final APM_CNT_GNVS_UPDATE cleanup
All platforms moved to initialise GNVS at the time of SMM module loading. Change-Id: I31b5652a946b0d9bd1909ff8bde53b43e06e2cd9 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48699 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8c2cc68b1a
commit
b8cf0394fb
3 changed files with 1 additions and 41 deletions
|
|
@ -5,7 +5,6 @@
|
|||
#include <acpi/acpi.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <fallback.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
|
|
@ -18,9 +17,6 @@ extern unsigned int __wakeup_size;
|
|||
|
||||
void __noreturn acpi_resume(void *wake_vec)
|
||||
{
|
||||
/* Restore GNVS pointer in SMM if found. */
|
||||
apm_control(APM_CNT_GNVS_UPDATE);
|
||||
|
||||
/* Call mainboard resume handler first, if defined. */
|
||||
mainboard_suspend_resume();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue