this should get the VIA VT8454c in shape with Kconfig
[coreboot.git] / targets / eaglelion / 5bcm / Config.lb
1 # Config file for the Eaglelion 5BCM motherboard
2 # This will make a target directory of 5bcm
3
4 target 5bcm
5 mainboard eaglelion/5bcm
6
7 option CONFIG_ROM_SIZE=256*1024
8
9 romimage "normal"
10         option CONFIG_USE_FALLBACK_IMAGE=0
11         option CONFIG_ROM_IMAGE_SIZE=0x10000
12         option COREBOOT_EXTRA_VERSION=".0Normal"
13 #       payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
14 #       payload ../../../../tg3--ide_disk.zelf  
15 #       payload ../../../../../lnxieepro100.ebi
16 #       payload /etc/hosts
17         payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
18 end
19
20 romimage "fallback" 
21         option CONFIG_USE_FALLBACK_IMAGE=1
22         option CONFIG_ROM_IMAGE_SIZE=0x10000
23         option COREBOOT_EXTRA_VERSION=".0Fallback"
24 #       payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
25 #       payload ../../../../tg3--ide_disk.zelf  
26 #       payload ../../../../../lnxieepro100.ebia
27 #       payload /etc/hosts
28         payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
29 end
30
31 buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"