Author: myles Date: 2008-05-20 22:03:29 +0200 (Tue, 20 May 2008) New Revision: 197
Modified: buildrom-devel/config/platforms/alix1c.conf buildrom-devel/config/platforms/db800.conf buildrom-devel/config/platforms/dbe61.conf buildrom-devel/config/platforms/ga-2761gxdk.conf buildrom-devel/config/platforms/msm800sev.conf buildrom-devel/config/platforms/qemu.conf buildrom-devel/config/platforms/serengeti_cheetah.conf Log: This patch bumps the revision of Coreboot-v2 in buildrom for the following platforms. This is needed because there are new things in the util directory that break the svn updates.
config/platforms/dbe61.conf config/platforms/msm800sev.conf config/platforms/ga-2761gxdk.conf config/platforms/serengeti_cheetah.conf config/platforms/qemu.conf config/platforms/db800.conf config/platforms/alix1c.conf
Thanks, Myles
Signed-off-by: Myles Watson mylesgw@gmail.com Acked-by: Jordan Crouse jordan.crouse@amd.com
Modified: buildrom-devel/config/platforms/alix1c.conf =================================================================== --- buildrom-devel/config/platforms/alix1c.conf 2008-05-16 15:45:50 UTC (rev 196) +++ buildrom-devel/config/platforms/alix1c.conf 2008-05-20 20:03:29 UTC (rev 197) @@ -23,7 +23,7 @@ COREBOOT_VENDOR=pcengines COREBOOT_BOARD=alix1c CBV2_TDIR=alix1c -CBV2_TAG=3079 +CBV2_TAG=3335
CBV3_TAG=682
Modified: buildrom-devel/config/platforms/db800.conf =================================================================== --- buildrom-devel/config/platforms/db800.conf 2008-05-16 15:45:50 UTC (rev 196) +++ buildrom-devel/config/platforms/db800.conf 2008-05-20 20:03:29 UTC (rev 197) @@ -25,7 +25,7 @@ COREBOOT_VENDOR=amd COREBOOT_BOARD=db800 CBV2_TDIR=db800 -CBV2_TAG=3090 +CBV2_TAG=3335
# FILO configuration # Use a new FILO config for the DB800 to autoload an image
Modified: buildrom-devel/config/platforms/dbe61.conf =================================================================== --- buildrom-devel/config/platforms/dbe61.conf 2008-05-16 15:45:50 UTC (rev 196) +++ buildrom-devel/config/platforms/dbe61.conf 2008-05-20 20:03:29 UTC (rev 197) @@ -25,7 +25,7 @@ COREBOOT_VENDOR=artecgroup COREBOOT_BOARD=dbe61 CBV2_TDIR=dbe61 -CBV2_TAG=3090 +CBV2_TAG=3335
# FILO configuration
Modified: buildrom-devel/config/platforms/ga-2761gxdk.conf =================================================================== --- buildrom-devel/config/platforms/ga-2761gxdk.conf 2008-05-16 15:45:50 UTC (rev 196) +++ buildrom-devel/config/platforms/ga-2761gxdk.conf 2008-05-20 20:03:29 UTC (rev 197) @@ -29,7 +29,7 @@ COREBOOT_VENDOR=gigabyte COREBOOT_BOARD=ga_2761gxdk CBV2_TDIR=ga_2761gxdk -CBV2_TAG=3092 +CBV2_TAG=3335
# FILO configuration
Modified: buildrom-devel/config/platforms/msm800sev.conf =================================================================== --- buildrom-devel/config/platforms/msm800sev.conf 2008-05-16 15:45:50 UTC (rev 196) +++ buildrom-devel/config/platforms/msm800sev.conf 2008-05-20 20:03:29 UTC (rev 197) @@ -24,7 +24,7 @@ COREBOOT_VENDOR=digitallogic COREBOOT_BOARD=msm800sev CBV2_TDIR=msm800sev -CBV2_TAG=3079 +CBV2_TAG=3335
# FILO configuration
Modified: buildrom-devel/config/platforms/qemu.conf =================================================================== --- buildrom-devel/config/platforms/qemu.conf 2008-05-16 15:45:50 UTC (rev 196) +++ buildrom-devel/config/platforms/qemu.conf 2008-05-20 20:03:29 UTC (rev 197) @@ -11,8 +11,8 @@
# kernel configuration (for LAB)
-KERNEL_VERSION=2.6.22.2 -KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-qemu +KERNEL_VERSION=2.6.20 +KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-qemu-2.6.20 UCLIBC_VER=0.9.29
# Etherboot configuration
Modified: buildrom-devel/config/platforms/serengeti_cheetah.conf =================================================================== --- buildrom-devel/config/platforms/serengeti_cheetah.conf 2008-05-16 15:45:50 UTC (rev 196) +++ buildrom-devel/config/platforms/serengeti_cheetah.conf 2008-05-20 20:03:29 UTC (rev 197) @@ -44,11 +44,11 @@ ifeq ($(CONFIG_PLATFORM_CHEETAH_FAM10),y) COREBOOT_BOARD=serengeti_cheetah_fam10 CBV2_TDIR=serengeti_cheetah_fam10 -CBV2_TAG=3092 +CBV2_TAG=3335 else COREBOOT_BOARD=serengeti_cheetah CBV2_TDIR=serengeti_cheetah -CBV2_TAG=3092 +CBV2_TAG=3335 endif
# FILO configuration