From acc8ac649d1cf8a35e3407b8ca055aef9e9371b0 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 4 Mar 2017 07:50:54 +0200 Subject: amd/thatcher: Switch away from AGESA_LEGACY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7194eb910cccc454c5f20c23629ff2a45b1a9079 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20719 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/amd/thatcher/mainboard.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mainboard/amd/thatcher/mainboard.c') diff --git a/src/mainboard/amd/thatcher/mainboard.c b/src/mainboard/amd/thatcher/mainboard.c index 41fff7e7bf..2ee8ba505a 100644 --- a/src/mainboard/amd/thatcher/mainboard.c +++ b/src/mainboard/amd/thatcher/mainboard.c @@ -22,7 +22,8 @@ #include #include #include -#include +#include +#include /************************************************* * enable the dedicated function in thatcher board. @@ -45,9 +46,6 @@ static void mainboard_enable(device_t dev) msr = rdmsr(0xC0011023); msr.lo &= ~(1 << 23); wrmsr(0xC0011023, msr); - - if (acpi_is_wakeup_s3()) - agesawrapper_fchs3earlyrestore(); } struct chip_operations mainboard_ops = { -- cgit v1.2.3