coreboot-kgpe-d16/targets/agami/aruma/Config1M.lb
Myles Watson a7c92a6dc4 This patch changes all rom names that aren't coreboot.rom in Config.lb files.
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
2008-02-05 21:53:15 +00:00

24 lines
580 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 ./coreboot.rom ROM_SIZE "fallback"