git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1209 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
34 lines
552 B
Plaintext
34 lines
552 B
Plaintext
##
|
|
## Config file for the Embedded Planet EP405PC Computing Engine
|
|
##
|
|
|
|
uses PCIC0_CFGADDR
|
|
uses PCIC0_CFGDATA
|
|
uses UART0_IO_BASE
|
|
|
|
##
|
|
## Set PCI registers
|
|
##
|
|
option PCIC0_CFGADDR=0xeec00000
|
|
option PCIC0_CFGDATA=0xeec00004
|
|
|
|
##
|
|
## Set UART base address
|
|
##
|
|
option UART0_IO_BASE=0xef600300
|
|
|
|
arch ppc end
|
|
cpu ppc/ppc4xx end
|
|
|
|
##
|
|
## Include the secondary Configuration files
|
|
##
|
|
southbridge winbond/w83c553 end
|
|
|
|
##
|
|
## Build the objects we have code for in this directory.
|
|
##
|
|
|
|
addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"
|
|
makedefine CFLAGS += -g
|