diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-06-27 19:45:19 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-08-21 09:29:46 +0000 |
commit | cb3e16f287938b2d2c2a7b4702045f5704f50365 (patch) | |
tree | d9883d5e58c237223a06e8bf90529e921f5b6a42 /src/arch/x86/include | |
parent | 5e59a82c27822df745990c46934e09b9cb2eec52 (diff) | |
download | coreboot-cb3e16f287938b2d2c2a7b4702045f5704f50365.tar.xz |
AMD fam10: Remove HAVE_ACPI_RESUME support
Change-Id: I62bbba8cfe515b3cae413582ff8d062a20e6741b
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/15474
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r-- | src/arch/x86/include/arch/acpi.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/x86/include/arch/acpi.h b/src/arch/x86/include/arch/acpi.h index 259efcd2d5..660f0dc2e6 100644 --- a/src/arch/x86/include/arch/acpi.h +++ b/src/arch/x86/include/arch/acpi.h @@ -976,13 +976,6 @@ static inline int acpi_s3_resume_allowed(void) return CONFIG(HAVE_ACPI_RESUME); } -/* Return address in reserved memory where to backup low memory - * while platform resumes from S3 suspend. Caller is responsible of - * making a complete copy of the region base..base+size, with - * parameteres base and size that meet page alignment requirement. - */ -void *acpi_backup_container(uintptr_t base, size_t size); - #if CONFIG(HAVE_ACPI_RESUME) #ifdef __PRE_RAM__ |