aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx/sb900
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-19 03:48:42 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-25 05:43:43 +0200
commit4f7cb87df2a4b2d1da6c1e759a3a69bc36626850 (patch)
treef9b5df18d7854c87008428af4c341e3651a80bf7 /src/southbridge/amd/cimx/sb900
parent207880cd1127acd6f5f0f2241d753aa6b1c39da0 (diff)
AGESA: Move config parameters for non-volatile S3 data
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 <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6081 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/southbridge/amd/cimx/sb900')
-rw-r--r--src/southbridge/amd/cimx/sb900/Kconfig16
1 files changed, 0 insertions, 16 deletions
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