diff options
author | Richard Smith <smithbone@gmail.com> | 2006-04-01 04:10:44 +0000 |
---|---|---|
committer | Richard Smith <smithbone@gmail.com> | 2006-04-01 04:10:44 +0000 |
commit | ffb7d8a31ae899f611235cd0a7f3579d34cd8cde (patch) | |
tree | 100617ca726a7c8babc6d418496117e4e6f66277 /targets | |
parent | 4b539d78abaae60d0e9e71f53b2e4103b6f33a65 (diff) |
- Adds support for the Advantech eval board. Configuration was produced
on a SOM-DB2301 baseboard with a SOM-2354 cpu module.
- Also does a slight tweak to the ram test code to make it more
obvious when it fails.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2231 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/advantech/som_gx533c/Config.lb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/targets/advantech/som_gx533c/Config.lb b/targets/advantech/som_gx533c/Config.lb new file mode 100644 index 0000000000..d6809f73ce --- /dev/null +++ b/targets/advantech/som_gx533c/Config.lb @@ -0,0 +1,37 @@ +# Config file for the Advantech eval kit with a SOM-DB2301 baseboard +# and a SOM 2354 Cpu module. (gx533) +# This will make a target directory of som_gx533c + +target som_gx533c +mainboard advantech/som_gx533c + +option ROM_SIZE=1024*512 + +option MAXIMUM_CONSOLE_LOGLEVEL=9 +option DEFAULT_CONSOLE_LOGLEVEL=9 + +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 +# payload /tmp/filo.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 +# payload /tmp/filo.elf +end + +buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |