board porter: printk should always be available in CAR mode. Also drop CONFIG_USE_INIT, it's only been selected on one ASROCK board but it's not been used there. Very odd. There is one usage of CONFIG_USE_INIT which was always off in src/cpu/intel/car/cache_as_ram.inc and we have to figure out what to do with those few lines. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5682 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
31 lines
464 B
Plaintext
31 lines
464 B
Plaintext
config CPU_AMD_MODEL_10XXX
|
|
bool
|
|
select USE_DCACHE_RAM
|
|
select SSE
|
|
select SSE2
|
|
|
|
config CPU_ADDR_BITS
|
|
int
|
|
default 48
|
|
depends on CPU_AMD_MODEL_10XXX
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xc4000
|
|
depends on CPU_AMD_MODEL_10XXX
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x0c000
|
|
depends on CPU_AMD_MODEL_10XXX
|
|
|
|
config DCACHE_RAM_GLOBAL_VAR_SIZE
|
|
hex
|
|
default 0x04000
|
|
depends on CPU_AMD_MODEL_10XXX
|
|
|
|
config UDELAY_IO
|
|
bool
|
|
default n
|
|
depends on CPU_AMD_MODEL_10XXX
|