git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1984 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
28 lines
545 B
Plaintext
28 lines
545 B
Plaintext
##
|
|
## Config file for the Embedded Planet EP405PC Computing Engine
|
|
##
|
|
|
|
##
|
|
## Early board initialization, called from ppc_main()
|
|
##
|
|
initobject init.c
|
|
|
|
arch ppc end
|
|
chip cpu/ppc/ppc4xx
|
|
device pci_domain 0 on
|
|
device pci 0.0 on end
|
|
chip southbridge/winbond/w83c553
|
|
device pci 9.0 on end # ISA bridge
|
|
device pci 9.1 on end # IDE contoller
|
|
end
|
|
device pci e.0 on end
|
|
end
|
|
end
|
|
|
|
##
|
|
## Build the objects we have code for in this directory.
|
|
##
|
|
|
|
addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"
|
|
makedefine CFLAGS += -msoft-float
|