Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36
[coreboot.git] / targets / via / epia / Config.lb
1 # Sample config file for EPIA
2 # This will make a target directory of ./epia
3
4 target epia
5 mainboard via/epia
6
7 ## Request this level of debugging output
8 option DEFAULT_CONSOLE_LOGLEVEL=9
9 ## At a maximum only compile in this level of debugging
10 option MAXIMUM_CONSOLE_LOGLEVEL=9
11
12 #
13 # Via Epia
14 romimage "normal"
15         option USE_FALLBACK_IMAGE=0
16         option ROM_IMAGE_SIZE=0x10000
17         option LINUXBIOS_EXTRA_VERSION=".0Normal"
18 #       payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
19 #       payload ../../../../tg3--ide_disk.zelf  
20 #       payload ../../../../../lnxieepro100.ebi
21         payload /home/ollie/work/filo-0.4.1/filo.elf
22
23 end
24
25 romimage "fallback" 
26         option USE_FALLBACK_IMAGE=1
27         option ROM_IMAGE_SIZE=0x10000
28         option LINUXBIOS_EXTRA_VERSION=".0Fallback"
29 #       payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
30 #       payload ../../../../tg3--ide_disk.zelf  
31 #       payload ../../../../../lnxieepro100.ebi
32         payload /home/ollie/work/filo-0.4.1/filo.elf
33 end
34
35 buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"