summaryrefslogtreecommitdiff
path: root/targets/via/epia
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-07-06 17:15:48 +0000
committerarch import user (historical) <svn@openbios.org>2005-07-06 17:15:48 +0000
commitacfaeceffd8b97715905f074a76e0d12f0d83889 (patch)
tree4a7c4b12a2dff67225cc39e0f47c4d0eac84979b /targets/via/epia
parent9c3f37cb5f741d7b2ba7852a16ffb82ee40968e9 (diff)
downloadcoreboot-acfaeceffd8b97715905f074a76e0d12f0d83889.tar.xz
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36
Creator: Li-Ta Lo <ollie@lanl.gov> emulator update Correction to the reduce emulator from Paulo git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1952 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/via/epia')
-rw-r--r--targets/via/epia/Config.lb13
1 files changed, 11 insertions, 2 deletions
diff --git a/targets/via/epia/Config.lb b/targets/via/epia/Config.lb
index ba4297d648..ff484d60ef 100644
--- a/targets/via/epia/Config.lb
+++ b/targets/via/epia/Config.lb
@@ -3,6 +3,12 @@
target epia
mainboard via/epia
+
+## Request this level of debugging output
+option DEFAULT_CONSOLE_LOGLEVEL=9
+## At a maximum only compile in this level of debugging
+option MAXIMUM_CONSOLE_LOGLEVEL=9
+
#
# Via Epia
romimage "normal"
@@ -11,7 +17,9 @@ romimage "normal"
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 ../../../../../lnxieepro100.ebi
+ payload /home/ollie/work/filo-0.4.1/filo.elf
+
end
romimage "fallback"
@@ -20,7 +28,8 @@ romimage "fallback"
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.ebi
+# payload ../../../../../lnxieepro100.ebi
+ payload /home/ollie/work/filo-0.4.1/filo.elf
end
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"