blob: 551eebca67b76dd06e98da665d3657df2c1aec5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
##
## 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 coreboot.a "$(CROSS_COMPILE)ranlib coreboot.a"
makedefine CFLAGS += -msoft-float
|