c7602b3b2a78c8f031a646910d152f1269942b63
[coreboot.git] / targets / iei / juki-511p / Config-abuild.lb
1 # abuild config file for JUKI-511P 
2
3 target iei_juki-511p
4 mainboard iei/juki-511p
5
6 __COMPRESSION__
7
8 option ROM_SIZE=256*1024
9 ###
10 ### Compute the location and size of where this firmware image
11 ### (coreboot plus bootloader) will live in the boot rom chip.
12 ###
13 option FALLBACK_SIZE=128*1024
14
15 romimage "normal"
16         option USE_FALLBACK_IMAGE=0
17         option ROM_IMAGE_SIZE=64*1024
18         option COREBOOT_EXTRA_VERSION=".0-Normal"
19         payload __PAYLOAD__
20 end
21
22 romimage "fallback" 
23         option USE_FALLBACK_IMAGE=1
24         option ROM_IMAGE_SIZE=64*1024
25         option COREBOOT_EXTRA_VERSION=".0-Fallback"
26         payload __PAYLOAD__
27 end
28
29 buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"