cafac66d16
missing renames of CONFIG_HAVE_PIRQ_TABLE to CONFIG_GENERATE_PIRQ_TABLE: - iwill/dk8s2 - iwill/dk8x - emulation/qemu-x86 - iei/juki-511p - tyan/s1846 - msi/ms7135 - arima/hdama Build-tested for the QEMU target and IEI JUKI-511P. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4944 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
26 lines
597 B
Text
26 lines
597 B
Text
# This will make a target directory of ./emulation_qemu-x86
|
|
|
|
target qemu-x86-car
|
|
mainboard emulation/qemu-x86
|
|
|
|
option CONFIG_USE_DCACHE_RAM=1
|
|
option CONFIG_USE_INIT=1
|
|
option CONFIG_ROM_SIZE=512*1024
|
|
option CONFIG_USE_INIT=1
|
|
option CONFIG_USE_PRINTK_IN_CAR=1
|
|
|
|
option CC="gcc -m32"
|
|
|
|
option CONFIG_GENERATE_PIRQ_TABLE=1
|
|
option CONFIG_IRQ_SLOT_COUNT=6
|
|
|
|
romimage "fallback"
|
|
option CONFIG_USE_FALLBACK_IMAGE=1
|
|
option CONFIG_ROM_IMAGE_SIZE=0x10000
|
|
option COREBOOT_EXTRA_VERSION="-GRUB2"
|
|
# payload /home/stepan/core.img
|
|
payload ../payload.elf
|
|
end
|
|
|
|
buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
|
|
|