a04a777a06898b5f282e5e808fd09a153ccd0b59
[coreboot.git] / src / cpu / ppc / ppc7xx / Config.lb
1 ##
2 ## CPU initialization
3 ##
4 uses CONFIG_RAMBASE
5 uses CONFIG_USE_DCACHE_RAM
6 uses CONFIG_DCACHE_RAM_BASE
7 uses CONFIG_DCACHE_RAM_SIZE
8
9 ##
10 ## PPC7XX always uses cache ram for initial setup
11 ##
12 default CONFIG_USE_DCACHE_RAM=1
13 ## Set dcache ram above coreboot image
14 default CONFIG_DCACHE_RAM_BASE=CONFIG_RAMBASE+0x100000
15 ## Dcache size is 16Kb
16 default CONFIG_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