git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2082 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
23 lines
411 B
Plaintext
23 lines
411 B
Plaintext
##
|
|
## 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
|
|
|