Change references to qemu in Coreboot-v2 calls to qemu-x86.
[coreboot.git] / targets / emulation / qemu-x86 / Config-lab.lb
diff --git a/targets/emulation/qemu-x86/Config-lab.lb b/targets/emulation/qemu-x86/Config-lab.lb
new file mode 100644 (file)
index 0000000..c8fe328
--- /dev/null
@@ -0,0 +1,22 @@
+# This will make a target directory of ./emulation_qemu-x86
+
+target qemu-x86
+mainboard emulation/qemu-x86
+
+option ROM_SIZE=2048*1024
+option CONFIG_COMPRESSED_PAYLOAD_LZMA=0
+option CONFIG_PRECOMPRESSED_PAYLOAD=0
+
+option CC="gcc -m32"
+
+option HAVE_PIRQ_TABLE=1
+option IRQ_SLOT_COUNT=6
+
+romimage "image" 
+       option ROM_IMAGE_SIZE=0x10000
+       option COREBOOT_EXTRA_VERSION="-LAB"
+       payload ../payload.elf.lzma
+end
+
+buildrom ./qemu.rom ROM_SIZE "image"
+