diff options
Diffstat (limited to 'src/mainboard/motorola')
-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 |