From 38aff1ad41d6556dbcc466ce11f58ea8ca7a07b7 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 26 Jul 2017 00:57:30 +0300 Subject: AGESA f15tn f16kb: Fix ACPI S3 resume for FCH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This recovers FCH configuration on S3 resume path. Appearst to work, but other defects of HAVE_ACPI_RESUME must be fixed also before S3 support is re-enabled. Change-Id: I8d07d2e9dc161b67d854fcc8ec1da1f36900f989 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21376 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/southbridge/amd/agesa/hudson/hudson.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/southbridge/amd/agesa/hudson/hudson.h') diff --git a/src/southbridge/amd/agesa/hudson/hudson.h b/src/southbridge/amd/agesa/hudson/hudson.h index d870845055..c89f6825f7 100644 --- a/src/southbridge/amd/agesa/hudson/hudson.h +++ b/src/southbridge/amd/agesa/hudson/hudson.h @@ -80,7 +80,6 @@ int s3_load_nvram_early(int size, u32 *old_dword, int nvram_pos); #else void hudson_enable(device_t dev); -void s3_resume_init_data(void *FchParams); #endif /* __PRE_RAM__ */ #endif /* __SMM__ */ -- cgit v1.2.3