summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx/sb800/SBPLATFORM.h
diff options
context:
space:
mode:
authorzbao <fishbaozi@gmail.com>2012-03-23 11:36:08 +0800
committerMarc Jones <marcj303@gmail.com>2012-04-02 20:35:03 +0200
commit01bd79ff697b4a6976e2b03ff15f4853fa561c0d (patch)
treef277f59e299dcdadb141616a230ee2d47d6666d4 /src/southbridge/amd/cimx/sb800/SBPLATFORM.h
parent971804ed68347f4fe7ca985a3c924b28041a4079 (diff)
downloadcoreboot-01bd79ff697b4a6976e2b03ff15f4853fa561c0d.tar.xz
Add sb800 spi support.
It is for S3, storing the recovring data in the nonvolatile storage, i.e., flash. Change-Id: Ie9e4f42a80c93d92d2e442f0e833ce06d88294f9 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: zbao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/620 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/southbridge/amd/cimx/sb800/SBPLATFORM.h')
-rw-r--r--src/southbridge/amd/cimx/sb800/SBPLATFORM.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h
index db5343dff0..25aba95280 100644
--- a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h
+++ b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h
@@ -158,4 +158,8 @@ typedef union _PCI_ADDR {
#include "vendorcode/amd/cimx/sb800/AMDSBLIB.h"
+#if CONFIG_HAVE_ACPI_RESUME == 1
+#include "spi.h"
+#endif
+
#endif // _AMD_SBPLATFORM_H_