summaryrefslogtreecommitdiff
path: root/targets/arima
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-07-06 17:16:03 +0000
committerarch import user (historical) <svn@openbios.org>2005-07-06 17:16:03 +0000
commit8fb9a5ae3ba8f6e71ac637208a196b095824ad66 (patch)
tree4d65d89e7ca1166167041bd53187f77d74086203 /targets/arima
parent6c9dbc1a04c8064fcb82ebc1aeb610e9f0cdbd12 (diff)
downloadcoreboot-8fb9a5ae3ba8f6e71ac637208a196b095824ad66.tar.xz
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-41
Creator: Li-Ta Lo <ollie@lanl.gov> Onboard VGA for HDAMA Added onboard VGA support for Arima/HDAMA git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1957 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/arima')
-rw-r--r--targets/arima/hdama/Config.lb12
1 files changed, 7 insertions, 5 deletions
diff --git a/targets/arima/hdama/Config.lb b/targets/arima/hdama/Config.lb
index 8e5a16c02e..1dce4fdc8b 100644
--- a/targets/arima/hdama/Config.lb
+++ b/targets/arima/hdama/Config.lb
@@ -6,20 +6,22 @@
target hdama
mainboard arima/hdama
+option ROM_SIZE=487424
+
# Arima hdama
romimage "normal"
option USE_FALLBACK_IMAGE=0
- option ROM_IMAGE_SIZE=0x10400
+ option ROM_IMAGE_SIZE=0x16000
option LINUXBIOS_EXTRA_VERSION=".0Normal"
- payload /usr/share/etherboot/5.2.1eb1-lnxi-lb/tg3--ide_disk.zelf
+ payload /home/ollie/work/filo-0.4.1/filo.elf
+# payload /etc/hosts
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
- option ROM_IMAGE_SIZE=0x10400
+ option ROM_IMAGE_SIZE=0x16000
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
- payload /usr/share/etherboot/5.2.1eb1-lnxi-lb/tg3--ide_disk.zelf
-# use this to test a build if you don't have the etherboot
+ payload /home/ollie/work/filo-0.4.1/filo.elf
# payload /etc/hosts
end