22 lines
444 B
Plaintext
22 lines
444 B
Plaintext
# This will make a target directory of ./emulation_qemu-x86
|
|
|
|
target qemu-x86
|
|
mainboard emulation/qemu-x86
|
|
|
|
option CONFIG_ROM_SIZE=2048*1024
|
|
option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
|
|
option CONFIG_PRECOMPRESSED_PAYLOAD=1
|
|
|
|
option CC="gcc -m32"
|
|
|
|
option CONFIG_HAVE_PIRQ_TABLE=1
|
|
option CONFIG_IRQ_SLOT_COUNT=6
|
|
|
|
romimage "image"
|
|
option COREBOOT_EXTRA_VERSION="-LAB"
|
|
payload ../payload.elf.lzma
|
|
end
|
|
|
|
buildrom ./coreboot.rom CONFIG_ROM_SIZE "image"
|
|
|