new config files

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@962 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-07-14 19:02:29 +00:00
parent 8052f4d5da
commit 50086df616
8 changed files with 56 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
object flash.o
object amd800.o

View File

@ -0,0 +1,2 @@
object bsp_nvram.o
object nvram.o

View File

@ -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

1
src/pc80/ide/Config.lb Normal file
View File

@ -0,0 +1 @@
object ide.o

View File

@ -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

View File

@ -0,0 +1 @@
object w83c553f.o

View File

@ -0,0 +1 @@
object superio.c