Modernize socket_754 Kconfig with CAR and address bits information.
Also, update the board that uses this socket to match. Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5969 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
1ba2eee2b4
commit
6b0ade7550
|
@ -1,3 +1,23 @@
|
||||||
config CPU_AMD_SOCKET_754
|
config CPU_AMD_SOCKET_754
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
if CPU_AMD_SOCKET_754
|
||||||
|
|
||||||
|
config SOCKET_SPECIFIC_OPTIONS
|
||||||
|
def_bool y
|
||||||
select CPU_AMD_MODEL_FXX
|
select CPU_AMD_MODEL_FXX
|
||||||
|
select CACHE_AS_RAM
|
||||||
|
|
||||||
|
config CPU_ADDR_BITS
|
||||||
|
int
|
||||||
|
default 40
|
||||||
|
|
||||||
|
config DCACHE_RAM_BASE
|
||||||
|
hex
|
||||||
|
default 0xc8000
|
||||||
|
|
||||||
|
config DCACHE_RAM_SIZE
|
||||||
|
hex
|
||||||
|
default 0x08000
|
||||||
|
|
||||||
|
endif # CPU_AMD_SOCKET_754
|
||||||
|
|
|
@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
select HAVE_OPTION_TABLE
|
select HAVE_OPTION_TABLE
|
||||||
select HAVE_PIRQ_TABLE
|
select HAVE_PIRQ_TABLE
|
||||||
select HAVE_MP_TABLE
|
select HAVE_MP_TABLE
|
||||||
select CACHE_AS_RAM
|
|
||||||
select BOARD_ROMSIZE_KB_512
|
select BOARD_ROMSIZE_KB_512
|
||||||
select CK804_USE_NIC
|
select CK804_USE_NIC
|
||||||
select CK804_USE_ACI
|
select CK804_USE_ACI
|
||||||
|
@ -66,12 +65,4 @@ config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 13
|
default 13
|
||||||
|
|
||||||
config DCACHE_RAM_BASE
|
|
||||||
hex
|
|
||||||
default 0xc8000
|
|
||||||
|
|
||||||
config DCACHE_RAM_SIZE
|
|
||||||
hex
|
|
||||||
default 0x8000
|
|
||||||
|
|
||||||
endif # BOARD_MSI_MS7135
|
endif # BOARD_MSI_MS7135
|
||||||
|
|
Loading…
Reference in New Issue