[coreboot] [PATCH] Kconfig of socket_AM2r2

Bao, Zheng Zheng.Bao at amd.com
Fri Nov 13 06:36:59 CET 2009


This patch is from socket_F_1207. I need this to make my 780/700 board building, even though the fam10 can not be "make menuconfig"(ed) currently.

Zheng
________________________________________
From: coreboot-bounces at coreboot.org [mailto:coreboot-bounces at coreboot.org] On Behalf Of Zheng Bao
Sent: Sunday, November 08, 2009 11:58 AM
To: coreboot at coreboot.org
Subject: [coreboot] [PATCH] Kconfig of socket_AM2r2

Complete the Kconfig of socket_AM2r2.
Signed-off-by: Zheng Bao <zheng.bao at amd.com>

Index: src/cpu/amd/socket_AM2r2/Kconfig
===================================================================
--- src/cpu/amd/socket_AM2r2/Kconfig (revision 4914)
+++ src/cpu/amd/socket_AM2r2/Kconfig (working copy)
@@ -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

________________________________________
Windows Live: Keep your friends up to date with what you do online.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: socket_AM2r2_Kconfig.patch
Type: application/octet-stream
Size: 962 bytes
Desc: socket_AM2r2_Kconfig.patch
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091113/acce104c/attachment.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ATT1607681.txt
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091113/acce104c/attachment.txt>


More information about the coreboot mailing list