Author: zbao
Date: 2009-11-13 07:43:33 +0100 (Fri, 13 Nov 2009)
New Revision: 4943

Modified:
   trunk/src/cpu/amd/socket_AM2r2/Kconfig
Log:
Complete the Kconfig of socket_AM2r2.
This patch is from socket_F_1207, even though the fam10
can not be "make menuconfig"ed currently.

Signed-off-by: Zheng Bao <[email protected]>
Acked-by: Peter Stuge <[email protected]>


Modified: trunk/src/cpu/amd/socket_AM2r2/Kconfig
===================================================================
--- trunk/src/cpu/amd/socket_AM2r2/Kconfig      2009-11-12 20:06:32 UTC (rev 
4942)
+++ trunk/src/cpu/amd/socket_AM2r2/Kconfig      2009-11-13 06:43:33 UTC (rev 
4943)
@@ -2,6 +2,7 @@
        bool
        select CPU_AMD_MODEL_10XXX
        select HT3_SUPPORT
+       select PCI_IO_CFG_EXT
 
 config CPU_SOCKET_TYPE
        hex
@@ -14,3 +15,32 @@
        default 0x0104
        depends on CPU_AMD_SOCKET_AM2R2
 
+config EXT_RT_TBL_SUPPORT
+       bool
+       default n
+       depends on CPU_AMD_SOCKET_AM2R2
+
+config EXT_CONF_SUPPORT
+       bool
+       default n
+       depends on CPU_AMD_SOCKET_AM2R2
+
+config CBB
+       hex
+       default 0x0
+       depends on CPU_AMD_SOCKET_AM2R2
+
+config CDB
+       hex
+       default 0x18
+       depends on CPU_AMD_SOCKET_AM2R2
+
+config XIP_ROM_BASE
+       hex
+       default 0xfff80000
+       depends on CPU_AMD_SOCKET_AM2R2
+
+config XIP_ROM_SIZE
+       hex
+       default 0x80000
+       depends on CPU_AMD_SOCKET_AM2R2


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to