this should get the VIA VT8454c in shape with Kconfig
[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 CONFIG_ROM_SIZE=2048*1024
7 option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
8 option CONFIG_PRECOMPRESSED_PAYLOAD=1
9
10 option CC="gcc -m32"
11
12 option CONFIG_GENERATE_PIRQ_TABLE=1
13 option CONFIG_IRQ_SLOT_COUNT=6
14
15 romimage "fallback" 
16         option COREBOOT_EXTRA_VERSION="-LAB"
17         payload ../payload.elf.lzma
18 end
19
20 buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
21