This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / targets / intel / xe7501devkit / Config.lb
1 target xe7501devkit
2 mainboard intel/xe7501devkit
3
4 ## CONFIG_ROM_SIZE is the total number of bytes allocated for coreboot use
5 ## (normal AND fallback images and payloads).
6 option CONFIG_ROM_SIZE = 192*1024
7
8 ## CONFIG_ROM_IMAGE_SIZE is the maximum number of bytes allowed for a coreboot image,
9 ## not including any payload.
10 option CONFIG_ROM_IMAGE_SIZE = 0x1B000
11
12 ## CONFIG_FALLBACK_SIZE is the amount of the ROM the complete fallback image 
13 ## (including payload) will use
14 option CONFIG_FALLBACK_SIZE = 0
15
16
17
18 romimage "normal"
19         option CONFIG_USE_FALLBACK_IMAGE=0
20 #       option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
21 #       payload ../../../../../../../memtest86/memtest
22 #       payload ../../../../../../../etherboot/src/bin/e1000.zelf
23         payload ../../../../../../../etherboot/src/bin/e1000--filo.zelf
24 #       payload ../../../../../../../QNX/BSP/images/qnxbasesmp.elf
25 end
26
27 #NOTE: CMOS currently not supported due to conflicts with factory BIOS
28 #      Thus no support for fallback boot.
29 #romimage "fallback" 
30 #       option CONFIG_USE_FALLBACK_IMAGE=1
31 #       option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
32 #       payload ../../../../../../../memtest86/memtest
33 #       payload ../../../../../../../etherboot/src/bin/e1000.zelf
34 #       payload ../../../../../../../etherboot/src/bin/e1000--filo.zelf
35 #end
36
37 buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal"