24 lines
566 B
Plaintext
24 lines
566 B
Plaintext
# Sample config file for
|
|
# the Tyan s2882
|
|
# This will make a target directory of ./s2882
|
|
|
|
target s2882
|
|
mainboard tyan/s2882
|
|
|
|
option ROM_SIZE=0x100000
|
|
# 36K for ATI ROM in 1M
|
|
option FALLBACK_SIZE=(ROM_SIZE-0x9000)
|
|
|
|
# Tyan s2882
|
|
romimage "fallback"
|
|
option USE_FALLBACK_IMAGE=1
|
|
option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
|
|
option CONFIG_PRECOMPRESSED_PAYLOAD=1
|
|
option ROM_IMAGE_SIZE=0x17000
|
|
option XIP_ROM_SIZE=0x40000
|
|
option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
|
|
payload ../payload.elf.lzma
|
|
end
|
|
|
|
buildrom ./coreboot.rom ROM_SIZE "fallback"
|