Change the CBFS build process to use coreboot.rom
[coreboot.git] / targets / emulation / qemu-x86 / Config.OLPC.lb
1 # This will make a target directory of ./emulation_qemu-x86
2
3 target qemu-x86-OLPC
4 mainboard emulation/qemu-x86
5
6 option ROM_SIZE=1024*1024 - (128 * 1024)
7 option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
8 option CONFIG_PRECOMPRESSED_PAYLOAD=0
9
10 option CC="gcc -m32"
11
12 option HAVE_PIRQ_TABLE=1
13 option IRQ_SLOT_COUNT=6
14
15 romimage "image" 
16         option COREBOOT_EXTRA_VERSION="-OpenBIOS"
17         payload /tmp/olpcpayload.elf
18 end
19
20 buildrom ./coreboot.rom ROM_SIZE "image"
21