new config files
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@962 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
8052f4d5da
commit
50086df616
|
@ -0,0 +1,21 @@
|
||||||
|
##
|
||||||
|
## Config file for the Motorola Sandpoint III development system.
|
||||||
|
## Note that this has only been tested with the Altimus 7410 PMC.
|
||||||
|
##
|
||||||
|
|
||||||
|
##
|
||||||
|
## Include the secondary Configuration files
|
||||||
|
##
|
||||||
|
southbridge winbond/w83c553 end
|
||||||
|
superio NSC/pc97307
|
||||||
|
register "com1={1} com2={1} floppy=0 lpt=1 keyboard=1 hwmonitor=1"
|
||||||
|
end
|
||||||
|
|
||||||
|
##
|
||||||
|
## Build the objects we have code for in this directory.
|
||||||
|
##
|
||||||
|
#object hardwaremain.o
|
||||||
|
object sandpoint.o
|
||||||
|
|
||||||
|
dir nvram
|
||||||
|
dir flash
|
|
@ -0,0 +1,2 @@
|
||||||
|
object flash.o
|
||||||
|
object amd800.o
|
|
@ -0,0 +1,2 @@
|
||||||
|
object bsp_nvram.o
|
||||||
|
object nvram.o
|
|
@ -0,0 +1,14 @@
|
||||||
|
#
|
||||||
|
# Objects linked with linuxbios
|
||||||
|
#
|
||||||
|
object i2c.o
|
||||||
|
object meminfo.o
|
||||||
|
object mpc107.o
|
||||||
|
object mpc107_smp.o
|
||||||
|
object mpc107_utils.S
|
||||||
|
|
||||||
|
#
|
||||||
|
# Included in crt0.S
|
||||||
|
#
|
||||||
|
initinclude "NORTHBRIDGE_INIT" northbridge/motorola/mpc107/mpc107_init.inc
|
||||||
|
initinclude "NORTHBRIDGE_INIT" northbridge/motorola/mpc107/mpc107_utils.inc
|
|
@ -0,0 +1 @@
|
||||||
|
object ide.o
|
|
@ -0,0 +1,14 @@
|
||||||
|
##
|
||||||
|
## CPU initialization
|
||||||
|
##
|
||||||
|
initinclude "EARLY_INIT" pmc/altimus/mpc7410/mpc7410.inc
|
||||||
|
|
||||||
|
##
|
||||||
|
## Include the secondary Configuration files
|
||||||
|
##
|
||||||
|
northbridge motorola/mpc107 end
|
||||||
|
|
||||||
|
##
|
||||||
|
## Build the objects we have code for in this directory.
|
||||||
|
##
|
||||||
|
object mpc7410.o
|
|
@ -0,0 +1 @@
|
||||||
|
object w83c553f.o
|
|
@ -0,0 +1 @@
|
||||||
|
object superio.c
|
Loading…
Reference in New Issue