aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorWard Vandewege <ward@gnu.org>2009-09-30 14:46:43 +0000
committerWard Vandewege <ward@gnu.org>2009-09-30 14:46:43 +0000
commit2583dd209598249ca8380c3b58f90d15c9d55c2a (patch)
treea9539966bfc7167478b0c284b46956f350fb3dac /targets
parent56f5fb734bb92efd147912794071ff57c35cab04 (diff)
Add supermicro h8dmr fam10 target. This is largely a mashup of the tyan s2912
fam10 and h8dmr k8 targets. Many, many thanks to Marc, Myles, Patrick and Stepan for all their help with this, and to Arne for doing the s2912 fam10 port. Build and boot tested. Abuild tested. There are a number of outstanding issues and caveats - see src/mainboard/supermicro/h8dmr_fam10/README. Signed-off-by: Ward Vandewege <ward@gnu.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4693 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/supermicro/h8dmr_fam10/Config-abuild.lb30
-rw-r--r--targets/supermicro/h8dmr_fam10/Config-lab.lb37
-rw-r--r--targets/supermicro/h8dmr_fam10/Config.lb44
-rw-r--r--targets/supermicro/h8dmr_fam10/Config.lb.kernel75
-rw-r--r--targets/supermicro/h8dmr_fam10/VERSION1
5 files changed, 187 insertions, 0 deletions
diff --git a/targets/supermicro/h8dmr_fam10/Config-abuild.lb b/targets/supermicro/h8dmr_fam10/Config-abuild.lb
new file mode 100644
index 0000000000..1730ce0286
--- /dev/null
+++ b/targets/supermicro/h8dmr_fam10/Config-abuild.lb
@@ -0,0 +1,30 @@
+# This will make a target directory of ./VENDOR_MAINBOARD
+
+target VENDOR_MAINBOARD
+mainboard VENDOR/MAINBOARD
+
+option CC="CROSSCC"
+option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
+option HOSTCC="CROSS_HOSTCC"
+
+__COMPRESSION__
+__LOGLEVEL__
+
+romimage "normal"
+ option COREBOOT_EXTRA_VERSION=".0-normal"
+ payload __PAYLOAD__
+end
+
+romimage "fallback"
+ option CONFIG_USE_FALLBACK_IMAGE=1
+ option COREBOOT_EXTRA_VERSION=".0-fallback"
+ payload __PAYLOAD__
+end
+
+romimage "failover"
+ option CONFIG_USE_FAILOVER_IMAGE=1
+ option CONFIG_ROM_IMAGE_SIZE=CONFIG_FAILOVER_SIZE
+ option COREBOOT_EXTRA_VERSION=".0-failover"
+end
+
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" "failover"
diff --git a/targets/supermicro/h8dmr_fam10/Config-lab.lb b/targets/supermicro/h8dmr_fam10/Config-lab.lb
new file mode 100644
index 0000000000..8f29de272f
--- /dev/null
+++ b/targets/supermicro/h8dmr_fam10/Config-lab.lb
@@ -0,0 +1,37 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007 AMD
+## Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+target h8dmr_fam10
+mainboard supermicro/h8dmr_fam10
+
+romimage "fallback"
+ option CONFIG_USE_FALLBACK_IMAGE=1
+ option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
+ payload ../payload.elf
+end
+
+romimage "failover"
+ option CONFIG_USE_FAILOVER_IMAGE=1
+ option CONFIG_ROM_IMAGE_SIZE=CONFIG_FAILOVER_SIZE
+ option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
+end
+
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" "failover"
diff --git a/targets/supermicro/h8dmr_fam10/Config.lb b/targets/supermicro/h8dmr_fam10/Config.lb
new file mode 100644
index 0000000000..9713912f40
--- /dev/null
+++ b/targets/supermicro/h8dmr_fam10/Config.lb
@@ -0,0 +1,44 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007 AMD
+## Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+target h8dmr_fam10
+mainboard supermicro/h8dmr_fam10
+
+romimage "normal"
+ option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
+ payload /personal/projects/coreboot/payloads/seabios.elf
+# payload ../payload.elf
+end
+
+romimage "fallback"
+ option CONFIG_USE_FALLBACK_IMAGE=1
+ option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
+ payload /personal/projects/coreboot/payloads/seabios.elf
+# payload ../payload.elf
+end
+
+romimage "failover"
+ option CONFIG_USE_FAILOVER_IMAGE=1
+ option CONFIG_ROM_IMAGE_SIZE=CONFIG_FAILOVER_SIZE
+ option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
+end
+
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" "failover"
diff --git a/targets/supermicro/h8dmr_fam10/Config.lb.kernel b/targets/supermicro/h8dmr_fam10/Config.lb.kernel
new file mode 100644
index 0000000000..8e8c5a4f9a
--- /dev/null
+++ b/targets/supermicro/h8dmr_fam10/Config.lb.kernel
@@ -0,0 +1,75 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007 AMD
+## Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+target h8dmr
+mainboard supermicro/h8dmr
+
+option ROM_SIZE=0x200000
+option FALLBACK_SIZE=(ROM_SIZE-0x1000)
+
+romimage "fallback"
+ option USE_FAILOVER_IMAGE=0
+ option USE_FALLBACK_IMAGE=1
+ option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
+ option CONFIG_PRECOMPRESSED_PAYLOAD=1
+# option ROM_IMAGE_SIZE=0x19800
+ option ROM_IMAGE_SIZE=0x18000
+# option ROM_IMAGE_SIZE=0x15800
+# option ROM_IMAGE_SIZE=0x13800
+ option XIP_ROM_SIZE=0x40000
+ option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
+# payload ../../../payloads/tg3--ide_disk.zelf
+# payload ../../../payloads/filo.elf
+# payload ../../../payloads/filo_mem.elf
+# payload ../../../payloads/filo.zelf
+# payload ../../../payloads/tg3--filo_hda2.zelf
+# payload ../../../payloads/tg3.zelf
+# payload ../../../../payloads/tg3_vga.zelf
+# payload ../../../../payloads/memtest
+# payload ../../../../payloads/adlo.elf
+# payload ../../../../payloads/e1000_vga.zelf
+# payload ../../../../payloads/filo_hda.zelf
+# payload ../../../../payloads/tg3--filo_hda2_vga.zelf
+# payload ../../../../payloads/tg3--filo_hda2_vga_5_4.zelf
+# payload ../../../../payloads/tg3--filo_hda2_vga_5.4.1.zelf
+# payload ../../../../payloads/tg3--filo_hda2_vga_5.4.2.zelf
+ payload /home/yhlu/olpc-payload.elf.lzma
+# payload ../../../../payloads/filo_hda.zelf
+# payload ../../../../payloads/filo_hda2_novga.zelf
+# payload ../../../payloads/tg3_com2.zelf
+# payload ../../../payloads/e1000--filo.zelf
+# payload ../../../payloads/tg3--e1000--filo.zelf
+# payload ../../../payloads/tg3--eepro100--e1000--filo_hda2.zelf
+# payload ../../../payloads/tg3--eepro100--e1000--filo_hda2_5.3.zelf
+# payload ../../../payloads/tg3--eepro100--e1000--filo_hda2_com2.zelf
+end
+
+romimage "failover"
+ option USE_FAILOVER_IMAGE=1
+ option USE_FALLBACK_IMAGE=0
+ option ROM_IMAGE_SIZE=FAILOVER_SIZE
+ option XIP_ROM_SIZE=FAILOVER_SIZE
+ option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Failover"
+end
+
+
+buildrom ./coreboot.rom ROM_SIZE "fallback" "failover"
+#buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"
diff --git a/targets/supermicro/h8dmr_fam10/VERSION b/targets/supermicro/h8dmr_fam10/VERSION
new file mode 100644
index 0000000000..8097f11087
--- /dev/null
+++ b/targets/supermicro/h8dmr_fam10/VERSION
@@ -0,0 +1 @@
+_h8dmr