Clean up and remove late initialization code that is no longer needed.
[coreboot.git] / targets / emulation / qemu-x86 / Config-lab.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=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 ./coreboot.rom ROM_SIZE "image"
22