Change the CBFS build process to use coreboot.rom
[coreboot.git] / targets / emulation / qemu-x86 / Config.lb
1 # This will make a target directory of ./emulation_qemu-x86
2
3 target qemu-x86
4 mainboard emulation/qemu-x86
5
6 option ROM_SIZE=512*1024
7
8 option CC="gcc -m32"
9
10 option HAVE_PIRQ_TABLE=1
11 option IRQ_SLOT_COUNT=6
12
13 romimage "normal" 
14         option COREBOOT_EXTRA_VERSION="-GRUB2"
15 #       payload /home/stepan/core.img
16         payload ../payload.elf
17 end
18
19 buildrom ./coreboot.rom ROM_SIZE "normal"
20