coreboot-kgpe-d16/targets/iwill/dk8_htx/Config-abuild.lb

26 lines
560 B
Plaintext
Raw Normal View History

# This will make a target directory of ./iwill_dk8_htx
target iwill_dk8_htx
mainboard iwill/dk8_htx
option CC="gcc -m32"
option CROSS_COMPILE=""
option HOSTCC="gcc"
option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
romimage "normal"
option USE_FALLBACK_IMAGE=0
option ROM_IMAGE_SIZE=0x17000
option COREBOOT_EXTRA_VERSION=".0-normal"
payload __PAYLOAD__
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
option ROM_IMAGE_SIZE=0x17000
option COREBOOT_EXTRA_VERSION=".0-fallback"
payload __PAYLOAD__
end
buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"