From 5726f92027c4299a7cad46c9153dbe55543efb5e Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 8 Oct 2009 07:43:09 +0000 Subject: Kconfig: AMD Fam10, all Tyan boards. Fam10 doesn't build due to size constraints at this time. Signed-off-by: Patrick Georgi Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4741 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/socket_F_1207/Kconfig | 45 ++++++++++++++++++++++++++++++++++ src/cpu/amd/socket_F_1207/Makefile.inc | 14 +++++++++++ 2 files changed, 59 insertions(+) create mode 100644 src/cpu/amd/socket_F_1207/Kconfig create mode 100644 src/cpu/amd/socket_F_1207/Makefile.inc (limited to 'src/cpu/amd/socket_F_1207') 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 -- cgit v1.2.3