diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-14 19:02:29 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-14 19:02:29 +0000 |
commit | 50086df616727646027c46116e43799cc9d3a332 (patch) | |
tree | 187e40eafc13bb0bd5b1bc85a683353022617ce8 /src/mainboard | |
parent | 8052f4d5da886cf2a66d6ad999eaaa6050b3e032 (diff) | |
download | coreboot-50086df616727646027c46116e43799cc9d3a332.tar.xz |
new config files
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@962 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/motorola/sandpoint/Config.lb | 21 | ||||
-rw-r--r-- | src/mainboard/motorola/sandpoint/flash/Config.lb | 2 | ||||
-rw-r--r-- | src/mainboard/motorola/sandpoint/nvram/Config.lb | 2 |
3 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/motorola/sandpoint/Config.lb b/src/mainboard/motorola/sandpoint/Config.lb new file mode 100644 index 0000000000..dec1ea77f0 --- /dev/null +++ b/src/mainboard/motorola/sandpoint/Config.lb @@ -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 diff --git a/src/mainboard/motorola/sandpoint/flash/Config.lb b/src/mainboard/motorola/sandpoint/flash/Config.lb new file mode 100644 index 0000000000..d6405314e5 --- /dev/null +++ b/src/mainboard/motorola/sandpoint/flash/Config.lb @@ -0,0 +1,2 @@ +object flash.o +object amd800.o diff --git a/src/mainboard/motorola/sandpoint/nvram/Config.lb b/src/mainboard/motorola/sandpoint/nvram/Config.lb new file mode 100644 index 0000000000..b4ce01bfd0 --- /dev/null +++ b/src/mainboard/motorola/sandpoint/nvram/Config.lb @@ -0,0 +1,2 @@ +object bsp_nvram.o +object nvram.o |