summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx/sb800/SBPLATFORM.h
diff options
context:
space:
mode:
authorzbao <fishbaozi@gmail.com>2012-04-05 13:18:49 +0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-04-12 00:14:58 +0200
commit9bcdbf8eaa0c73d130ba555163f89fa1759c8c99 (patch)
treec8d480f7e75444037a5ba491ea3987282e2faa21 /src/southbridge/amd/cimx/sb800/SBPLATFORM.h
parent2c2e78d845cd28eb3b11c87fa3feafaf836cda7a (diff)
downloadcoreboot-9bcdbf8eaa0c73d130ba555163f89fa1759c8c99.tar.xz
Add Southbridge support for S3.
1. Add some CIMX call for S3. 2. Detect sleep type. Change-Id: I62888e8d8a03987ca88f5c935fa660f6b49a4fe9 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: zbao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/621 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/southbridge/amd/cimx/sb800/SBPLATFORM.h')
-rw-r--r--src/southbridge/amd/cimx/sb800/SBPLATFORM.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h
index 25aba95280..7dc752a6cb 100644
--- a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h
+++ b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h
@@ -162,4 +162,7 @@ typedef union _PCI_ADDR {
#include "spi.h"
#endif
+#define BIOSRAM_INDEX 0xcd4
+#define BIOSRAM_DATA 0xcd5
+
#endif // _AMD_SBPLATFORM_H_