aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdfam10/Kconfig
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-09-05 18:39:34 -0500
committerMartin Roth <martinroth@google.com>2015-10-30 18:19:11 +0100
commit4ea0cc087eb7adf5ce49f445bf590129b9ba97e0 (patch)
treed1f6fa22b2770ab683b3f551f9b05ef16c0ce3df /src/northbridge/amd/amdfam10/Kconfig
parentfce128cdfb817eb8f8a88c3a815fb109e8a0a504 (diff)
northbridge/amd/amdfam10: Add Suspend to RAM (S3) Flash data storage area
Change-Id: I169fafc3a61e11c3e4781190053e57bf34502d7b Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/11951 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/northbridge/amd/amdfam10/Kconfig')
-rw-r--r--src/northbridge/amd/amdfam10/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig
index 839ec2d084..dbf13dfb54 100644
--- a/src/northbridge/amd/amdfam10/Kconfig
+++ b/src/northbridge/amd/amdfam10/Kconfig
@@ -93,6 +93,16 @@ if DIMM_FBDIMM
default 0x0110
endif
+config S3_DATA_SIZE
+ int
+ default 16384
+ depends on (HAVE_ACPI_RESUME)
+
+config S3_DATA_POS
+ int
+ default 0
+ depends on (HAVE_ACPI_RESUME)
+
if DIMM_DDR2
if DIMM_REGISTERED
config DIMM_SUPPORT