aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_F_1207
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-08 07:43:09 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-08 07:43:09 +0000
commit5726f92027c4299a7cad46c9153dbe55543efb5e (patch)
tree3b48da7bf4d3c522769628e36e0b5df329188164 /src/cpu/amd/socket_F_1207
parentb97ee05dc72c52fbb694326863b4977736d0f225 (diff)
Kconfig: AMD Fam10, all Tyan boards.
Fam10 doesn't build due to size constraints at this time. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4741 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/socket_F_1207')
-rw-r--r--src/cpu/amd/socket_F_1207/Kconfig45
-rw-r--r--src/cpu/amd/socket_F_1207/Makefile.inc14
2 files changed, 59 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_F_1207/Kconfig b/src/cpu/amd/socket_F_1207/Kconfig
new file mode 100644
index 0000000000..3e94b36c6e
--- /dev/null
+++ b/src/cpu/amd/socket_F_1207/Kconfig
@@ -0,0 +1,45 @@
+config CPU_AMD_SOCKET_F_1207
+ bool
+ default n
+ select CPU_AMD_MODEL_10XXX
+
+config CPU_SOCKET_TYPE
+ hex
+ default 0x10
+ depends on CPU_AMD_SOCKET_F_1207
+
+# DDR2 and REG
+config DIMM_SUPPORT
+ hex
+ default 0x0104
+ depends on CPU_AMD_SOCKET_F_1207
+
+config PCI_IO_CFG_EXT
+ int
+ default 1
+ depends on CPU_AMD_SOCKET_F_1207
+
+config EXT_RT_TBL_SUPPORT
+ bool
+ default n
+ depends on CPU_AMD_SOCKET_F_1207
+
+config EXT_CONF_SUPPORT
+ bool
+ default n
+ depends on CPU_AMD_SOCKET_F_1207
+
+config CAR_FAM10
+ bool
+ default y
+ depends on CPU_AMD_SOCKET_F_1207
+
+config CBB
+ hex
+ default 0xff
+ depends on CPU_AMD_SOCKET_F_1207
+
+config CDB
+ hex
+ default 0
+ depends on CPU_AMD_SOCKET_F_1207
diff --git a/src/cpu/amd/socket_F_1207/Makefile.inc b/src/cpu/amd/socket_F_1207/Makefile.inc
new file mode 100644
index 0000000000..f7e13e0328
--- /dev/null
+++ b/src/cpu/amd/socket_F_1207/Makefile.inc
@@ -0,0 +1,14 @@
+obj-y += socket_F_1207.o
+subdirs-y += ../model_10xxx
+subdirs-y += ../quadcore
+subdirs-y += ../mtrr
+subdirs-y += ../microcode
+subdirs-y += ../../x86/tsc
+subdirs-y += ../../x86/mtrr
+subdirs-y += ../../x86/fpu
+subdirs-y += ../../x86/mmx
+subdirs-y += ../../x86/sse
+subdirs-y += ../../x86/lapic
+subdirs-y += ../../x86/cache
+subdirs-y += ../../x86/pae
+subdirs-y += ../../x86/smm