Myles very nicely made all targets use the filename coreboot.rom, and taught buildrom how to use that filename. Unfortunately, the Geode platforms didn't get the message. This patch updates the Geode platforms to use the latest svn revision to take avantage of Myles fixes.
Jordan -- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc.
[BUILDROM] Update Coreboot revision for Geode platforms The Geode platforms needed a coreboot revision bump to pull in Myle's renaming of the ROM file to the consistant coreboot.rom. Signed-off-by: Jordan Crouse <[EMAIL PROTECTED]> Index: buildrom-devel/config/platforms/db800.conf =================================================================== --- buildrom-devel.orig/config/platforms/db800.conf 2008-02-18 11:36:19.000000000 -0700 +++ buildrom-devel/config/platforms/db800.conf 2008-02-18 12:41:59.000000000 -0700 @@ -33,7 +33,7 @@ CBV2_CONFIG=Config.lb CBV2_PAYLOAD_FILE_EXT=elf CBV2_TDIR=db800 -CBV2_TAG=3079 +CBV2_TAG=3090 # FILO configuration # Use a new FILO config for the DB800 to autoload an image Index: buildrom-devel/config/platforms/norwich.conf =================================================================== --- buildrom-devel.orig/config/platforms/norwich.conf 2008-02-18 11:35:49.000000000 -0700 +++ buildrom-devel/config/platforms/norwich.conf 2008-02-18 12:41:59.000000000 -0700 @@ -31,7 +31,7 @@ CBV2_CONFIG=Config.lb CBV2_PAYLOAD_FILE_EXT=elf CBV2_TDIR=norwich -CBV2_TAG=3079 +CBV2_TAG=3090 # FILO configuration Index: buildrom-devel/config/platforms/dbe61.conf =================================================================== --- buildrom-devel.orig/config/platforms/dbe61.conf 2008-02-18 12:12:41.000000000 -0700 +++ buildrom-devel/config/platforms/dbe61.conf 2008-02-18 12:41:59.000000000 -0700 @@ -32,7 +32,7 @@ CBV2_CONFIG=Config.lb CBV2_PAYLOAD_FILE_EXT=elf CBV2_TDIR=dbe61 -CBV2_TAG=3079 +CBV2_TAG=3090 # FILO configuration
-- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

