diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:10:06 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:10:06 +0000 |
commit | fcb591ac680f2b82aacb01e63a4ab91724e1e464 (patch) | |
tree | 3c02005c36106c1e2cc8cbbc99a2da250fb3f4d0 /targets/eaglelion | |
parent | c46ce1373ce21155f0a4b3d9feeff308fb3cd93e (diff) | |
download | coreboot-fcb591ac680f2b82aacb01e63a4ab91724e1e464.tar.xz |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-28
Creator: Hamish Guthrie <hamish@prodigi.ch>
Added Eaglelion sample board for AMD GX1 platform
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1944 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/eaglelion')
-rw-r--r-- | targets/eaglelion/5bcm/Config.lb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/targets/eaglelion/5bcm/Config.lb b/targets/eaglelion/5bcm/Config.lb new file mode 100644 index 0000000000..5f8f7fc4e1 --- /dev/null +++ b/targets/eaglelion/5bcm/Config.lb @@ -0,0 +1,31 @@ +# Config file for the Eaglelion 5BCM motherboard +# This will make a target directory of 5bcm + +target 5bcm +mainboard eaglelion/5bcm + +option ROM_SIZE=1024*256 + +romimage "normal" + option USE_FALLBACK_IMAGE=0 + option ROM_IMAGE_SIZE=0x10000 + option LINUXBIOS_EXTRA_VERSION=".0Normal" +# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf +# payload ../../../../tg3--ide_disk.zelf +# payload ../../../../../lnxieepro100.ebi +# payload /etc/hosts + payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf +end + +romimage "fallback" + option USE_FALLBACK_IMAGE=1 + option ROM_IMAGE_SIZE=0x10000 + option LINUXBIOS_EXTRA_VERSION=".0Fallback" +# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf +# payload ../../../../tg3--ide_disk.zelf +# payload ../../../../../lnxieepro100.ebia +# payload /etc/hosts + payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf +end + +buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |