blob: 1322afb122078a16a9caf6cc10ef8d7dfe416c4b [file] [log] [blame]
Steven J. Magnaniffc83042005-09-14 13:48:32 +00001target xe7501devkit
2mainboard intel/xe7501devkit
3
4## ROM_SIZE is the total number of bytes allocated for LinuxBIOS use
5## (normal AND fallback images and payloads).
6option ROM_SIZE = 0x30000
7
8## ROM_IMAGE_SIZE is the maximum number of bytes allowed for a LinuxBIOS image,
9## not including any payload.
10option ROM_IMAGE_SIZE = 0x1B000
11
12## FALLBACK_SIZE is the amount of the ROM the complete fallback image
13## (including payload) will use
14option FALLBACK_SIZE = 0
15
16
17
18romimage "normal"
19 option USE_FALLBACK_IMAGE=0
20# option LINUXBIOS_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
25end
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 USE_FALLBACK_IMAGE=1
31# option LINUXBIOS_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
37buildrom ./linuxbios.rom ROM_SIZE "normal"