summaryrefslogtreecommitdiff
path: root/src/cpu/ppc/ppc970/Config.lb
blob: 3c6a3bc24709211cb6eed76f9678df53779cb8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##
## CPU initialization
##
uses _RAMBASE
uses USE_DCACHE_RAM

##
## Assumes RAM already initialiazed
## This is true for the Apache board, but may
## not be for other 970 systems.
##
default USE_DCACHE_RAM=0

initinclude "EXCEPTION_VECTOR_TABLE" cpu/ppc/ppc970/ppc970excp.S
initinclude "PROCESSOR_INIT" cpu/ppc/ppc970/ppc970.inc

object clock.o
initobject clock.o
initobject ppc970lib.S

dir /cpu/simple_init