This patch changes the Config.lb files and adds Config-lab.lb files for
[coreboot.git] / targets / emulation / qemu-i386 / Config-lab.lb
1 # This will make a target directory of ./emulation_qemu-i386
2
3 target qemu-i386
4 mainboard emulation/qemu-i386
5
6 option ROM_SIZE=2048*1024
7 option CONFIG_COMPRESSED_PAYLOAD_LZMA=0
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 ROM_IMAGE_SIZE=0x10000
17         option COREBOOT_EXTRA_VERSION="-LAB"
18         payload ../payload.elf.lzma
19 end
20
21 buildrom ./qemu.rom ROM_SIZE "image"
22