aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-11-27 01:24:46 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-11-27 01:24:46 +0000
commit020724fc70ef3740cc12f6be3dc5c354959029a8 (patch)
tree8169ccd2a66a6820e773f750d0de534241dd39a0 /targets
parent254f47ef982113c07774f2df50258924f63dee93 (diff)
Drop the unfinished, non-working Bitworks IMS board.
It never worked in v2 (the v1 port did work AFAIK, though), and it's not really useful as reference for other boards anymore (as we now have a dozen or so 440BX boards which work in v2). This is a specialized, custom board (not sold on the "public market"), so it's probably not useful for pretty much everyone out there anyway. We can easily re-add it later (based on one of the other 440BX boards) should there be interest and/or someone with the hardware to test. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2988 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/bitworks/ims/Config.lb29
1 files changed, 0 insertions, 29 deletions
diff --git a/targets/bitworks/ims/Config.lb b/targets/bitworks/ims/Config.lb
deleted file mode 100644
index 973cf74de8..0000000000
--- a/targets/bitworks/ims/Config.lb
+++ /dev/null
@@ -1,29 +0,0 @@
-# Config file for the Bitworks ims board
-# This will make a target directory of ./ims
-
-target ims
-mainboard bitworks/ims
-
-option ROM_SIZE=512*1024
-
-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
-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
-end
-
-buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"