521045b1bc1da2ee7a8ee1a76240a4338fc0ea88
[coreboot.git] / src / cpu / ppc / ppc7xx / Config.lb
1 ##
2 ## CPU initialization
3 ##
4 uses _RAMBASE
5 uses USE_DCACHE_RAM
6 uses DCACHE_RAM_BASE
7 uses DCACHE_RAM_SIZE
8
9 ##
10 ## PPC7XX always uses cache ram for initial setup
11 ##
12 default USE_DCACHE_RAM=1
13 ## Set dcache ram above coreboot image
14 default DCACHE_RAM_BASE=_RAMBASE+0x100000
15 ## Dcache size is 16Kb
16 default DCACHE_RAM_SIZE=16384
17
18 initinclude "FAMILY_INIT" cpu/ppc/ppc7xx/ppc7xx.inc
19
20 # Only TotalImpact Briq uses the ppc7xx and it brings its own clock.o
21 # so we comment this out for now:
22 # object clock.o
23 object cache.S
24 #initobject clock.o
25 initobject cache.S
26
27 dir /cpu/simple_init