From 4f7cb87df2a4b2d1da6c1e759a3a69bc36626850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 19 Jun 2014 03:48:42 +0300 Subject: AGESA: Move config parameters for non-volatile S3 data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These parameters are not specific to the southbridge device, but the implementation of S3 storage defined by CPU code. Change-Id: Ic341cc2b7669cf8e3e920c48473826ec03fc7d8d Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/6081 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/southbridge/amd/cimx/sb700/Kconfig | 16 ---------------- src/southbridge/amd/cimx/sb800/Kconfig | 16 ---------------- src/southbridge/amd/cimx/sb900/Kconfig | 16 ---------------- 3 files changed, 48 deletions(-) (limited to 'src/southbridge/amd/cimx') diff --git a/src/southbridge/amd/cimx/sb700/Kconfig b/src/southbridge/amd/cimx/sb700/Kconfig index d8bad86007..a4f9aa095f 100644 --- a/src/southbridge/amd/cimx/sb700/Kconfig +++ b/src/southbridge/amd/cimx/sb700/Kconfig @@ -67,21 +67,5 @@ config REDIRECT_SBCIMX_TRACE_TO_SERIAL Warning: Only enable this option when debuging or tracing AMD CIMX code. -config S3_DATA_POS - hex "S3 volatile storage position" - default 0xFFFF0000 - depends on HAVE_ACPI_RESUME - help - For a system with S3 feature, the BIOS needs to save some data to - non-volatile storage at cold boot stage. - -config S3_DATA_SIZE - int "S3 volatile storage size" - default 32768 - depends on HAVE_ACPI_RESUME - help - For a system with S3 feature, the BIOS needs to save some data to - non-volatile storage at cold boot stage. - endif #SOUTHBRIDGE_AMD_CIMX_SB700 diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig index 832655d16d..ac25e896f2 100644 --- a/src/southbridge/amd/cimx/sb800/Kconfig +++ b/src/southbridge/amd/cimx/sb800/Kconfig @@ -124,22 +124,6 @@ config RAID_MISC_ROM_POSITION endif -config S3_DATA_POS - hex "S3 volatile storage position" - default 0xFFFF0000 - depends on HAVE_ACPI_RESUME - help - For a system with S3 feature, the BIOS needs to save some data to - non-volatile storage at cold boot stage. - -config S3_DATA_SIZE - int "S3 volatile storage size" - default 32768 - depends on HAVE_ACPI_RESUME - help - For a system with S3 feature, the BIOS needs to save some data to - non-volatile storage at cold boot stage. - config SB800_IMC_FWM bool "Add IMC firmware" default n diff --git a/src/southbridge/amd/cimx/sb900/Kconfig b/src/southbridge/amd/cimx/sb900/Kconfig index 5d3b0a1328..3bef95a113 100644 --- a/src/southbridge/amd/cimx/sb900/Kconfig +++ b/src/southbridge/amd/cimx/sb900/Kconfig @@ -54,21 +54,5 @@ config BOOTBLOCK_SOUTHBRIDGE_INIT string default "southbridge/amd/cimx/sb900/bootblock.c" -config S3_DATA_POS - hex "S3 volatile storage position" - default 0xFFFF0000 - depends on HAVE_ACPI_RESUME - help - For a system with S3 feature, the BIOS needs to save some data to - non-volatile storage at cold boot stage. - -config S3_DATA_SIZE - int "S3 volatile storage size" - default 32768 - depends on HAVE_ACPI_RESUME - help - For a system with S3 feature, the BIOS needs to save some data to - non-volatile storage at cold boot stage. - endif #SOUTHBRIDGE_AMD_CIMX_SB900 -- cgit v1.2.3