a7c92a6dc4
I think that since the directory specifies the architecture and the board, it is redundant information to name it something else, and it makes it more difficult to automate the build process (buildrom). Signed-off-by: Myles Watson <myles@pel.cs.byu.edu> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3090 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
32 lines
906 B
Text
32 lines
906 B
Text
# Sample config file for Technologic Systems TS5300
|
|
# This will make a target directory of ./technologic_ts5300
|
|
|
|
target technologic_ts5300
|
|
mainboard technologic/ts5300
|
|
|
|
option DEFAULT_CONSOLE_LOGLEVEL=3
|
|
option MAXIMUM_CONSOLE_LOGLEVEL=3
|
|
option CONFIG_COMPRESS=1
|
|
|
|
#romimage "normal"
|
|
# option USE_FALLBACK_IMAGE=0
|
|
# option ROM_IMAGE_SIZE=0x10000
|
|
# option COREBOOT_EXTRA_VERSION=".0-Normal"
|
|
# payload /etc/hosts
|
|
#end
|
|
|
|
romimage "fallback"
|
|
option FALLBACK_SIZE = 128 * 1024
|
|
# option ROM_SIZE=512*1024
|
|
# option ROM_SECTION_SIZE=512*1024
|
|
option USE_FALLBACK_IMAGE=1
|
|
option ROM_IMAGE_SIZE=32 * 1024 # 0x8000
|
|
# option ROM_IMAGE_SIZE=48 * 1024 # 0x8000
|
|
# option ROM_IMAGE_SIZE=64 * 1024 # 0x10000
|
|
# option ROM_IMAGE_SIZE=512 * 1024 # 0x10000
|
|
# option COREBOOT_EXTRA_VERSION=".0-Fallback"
|
|
option COREBOOT_EXTRA_VERSION=".0"
|
|
payload /home/stepan/filo-ts5300.elf
|
|
end
|
|
|
|
buildrom ./coreboot.rom ROM_SIZE "fallback"
|