This is a hack for easier testing of GRUB2 in LinuxBIOSv2
[coreboot.git] / targets / emulation / qemu-i386 / Config.lb
index 9c49ff1408e701abfee7b7ad3c22c258cd182dfd..cf4e773252b82285c9167c1e3c27f9388aef23be 100644 (file)
@@ -3,15 +3,17 @@
 target qemu-i386
 mainboard emulation/qemu-i386
 
-option ROM_SIZE=0x40000
+option ROM_SIZE=256*1024
 
 option CC="gcc -m32"
 
+option HAVE_PIRQ_TABLE=1
+option IRQ_SLOT_COUNT=6
+
 romimage "image" 
-       option USE_FALLBACK_IMAGE=1
        option ROM_IMAGE_SIZE=0x10000
-       option LINUXBIOS_EXTRA_VERSION="-OpenBIOS"
-       payload /home/stepan/openbios.elf
+       option LINUXBIOS_EXTRA_VERSION="-GRUB2"
+       payload /home/stepan/core.img
 end
 
 buildrom ./qemu-bios.rom ROM_SIZE "image"