- To reduce confuse rename the parts of linuxbios bios that run from
[coreboot.git] / targets / arima / hdama / Config.lb
1 # Sample config file for Motorola Sandpoint X3 Demo Board with
2 # the Arima HDAMA
3 # This will make a target directory of ./hdama
4
5
6 target hdama
7 mainboard arima/hdama
8
9 # Arima hdama
10 romimage "normal"
11         option USE_FALLBACK_IMAGE=0
12         option ROM_IMAGE_SIZE=0x10400
13         option LINUXBIOS_EXTRA_VERSION=".0Normal"
14         payload /usr/share/etherboot/5.2.1eb1-lnxi-lb/tg3--ide_disk.zelf
15 end
16
17 romimage "fallback" 
18         option USE_FALLBACK_IMAGE=1
19         option ROM_IMAGE_SIZE=0x10400
20         option LINUXBIOS_EXTRA_VERSION=".0Fallback"
21         payload /usr/share/etherboot/5.2.1eb1-lnxi-lb/tg3--ide_disk.zelf
22 # use this to test a build if you don't have the etherboot
23 #       payload /etc/hosts
24 end
25
26 buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"