f8ee1806ac
Due to the automatic nature of this update, I am self-acking. It worked in abuild. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3053 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
24 lines
583 B
Text
24 lines
583 B
Text
# This will make a target directory of ./agami_aruma
|
|
|
|
target agami_aruma
|
|
mainboard agami/aruma
|
|
|
|
#option DEFAULT_CONSOLE_LOGLEVEL=8
|
|
#option MAXIMUM_CONSOLE_LOGLEVEL=8
|
|
|
|
option DEFAULT_CONSOLE_LOGLEVEL=7
|
|
option MAXIMUM_CONSOLE_LOGLEVEL=7
|
|
|
|
option ROM_SIZE = (1024*1024)
|
|
option FALLBACK_SIZE = (1024*1024)
|
|
option CONFIG_COMPRESSED_PAYLOAD_LZMA = 1
|
|
|
|
romimage "fallback"
|
|
option USE_FALLBACK_IMAGE=1
|
|
option ROM_IMAGE_SIZE=0x14000
|
|
option XIP_ROM_SIZE=0x20000
|
|
option COREBOOT_EXTRA_VERSION=".0-big"
|
|
payload ../../../../../../linux.elf
|
|
end
|
|
|
|
buildrom ./agami_aruma.rom ROM_SIZE "fallback"
|