From 50086df616727646027c46116e43799cc9d3a332 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Mon, 14 Jul 2003 19:02:29 +0000 Subject: new config files git-svn-id: svn://svn.coreboot.org/coreboot/trunk@962 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/motorola/sandpoint/Config.lb | 21 +++++++++++++++++++++ src/mainboard/motorola/sandpoint/flash/Config.lb | 2 ++ src/mainboard/motorola/sandpoint/nvram/Config.lb | 2 ++ 3 files changed, 25 insertions(+) create mode 100644 src/mainboard/motorola/sandpoint/Config.lb create mode 100644 src/mainboard/motorola/sandpoint/flash/Config.lb create mode 100644 src/mainboard/motorola/sandpoint/nvram/Config.lb (limited to 'src/mainboard') 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 -- cgit v1.2.3