this should get the VIA VT8454c in shape with Kconfig
[coreboot.git] / targets / ibm / e325 / Config.lb
1 # the IBM E325
2 # This will make a target directory of ./e325
3
4 target e325
5
6 mainboard ibm/e325
7
8 #
9 ###
10 ### Compute the start location and size size of
11 ### The coreboot bootloader.
12 ###
13
14 #
15 # Arima hdama
16 romimage "normal"
17         option CONFIG_USE_FALLBACK_IMAGE=0
18         option CONFIG_ROM_IMAGE_SIZE=0x20000
19         option COREBOOT_EXTRA_VERSION=".0Normal"
20 #       payload ../../filo.elf
21         payload ../../../payloads/filo.elf
22 end
23
24 romimage "fallback" 
25         option CONFIG_USE_FALLBACK_IMAGE=1
26         option CONFIG_ROM_IMAGE_SIZE=0x20000
27         option COREBOOT_EXTRA_VERSION=".0Fallback"
28 #       payload ../../filo.elf
29         payload ../../../payloads/filo.elf
30 # use this to test a build if you don't have the etherboot
31 #       payload /etc/hosts
32 end
33
34 buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"