Author: myles
Date: 2008-02-07 16:54:34 +0100 (Thu, 07 Feb 2008)
New Revision: 108

Modified:
   buildrom-devel/config/platforms/Config.in
   buildrom-devel/config/platforms/serengeti_cheetah.conf
Log:
Here's the patch to add buildrom support for serengeti_cheetah.  It's not
much, because there's no actual support in v3.  I'll add the defconfig and
the patch for the simulator (if it's still needed) when that's done.

Signed-off-by: Myles Watson <[EMAIL PROTECTED]>
Acked-by: Ward Vandewege <[EMAIL PROTECTED]>



Modified: buildrom-devel/config/platforms/Config.in
===================================================================
--- buildrom-devel/config/platforms/Config.in   2008-02-06 22:43:44 UTC (rev 
107)
+++ buildrom-devel/config/platforms/Config.in   2008-02-07 15:54:34 UTC (rev 
108)
@@ -103,7 +103,6 @@
 config PLATFORM_SERENGETI_CHEETAH
        bool "AMD Serengeti-Cheetah"
        depends VENDOR_AMD
-       depends COREBOOT_V2
        select PLATFORM
        select PLATFORM_SUPPORT_64BIT
 
@@ -117,7 +116,6 @@
 config PLATFORM_CHEETAH_FAM10
        bool "AMD Serengeti-Cheetah with fam10 processor"
        depends VENDOR_AMD
-       depends COREBOOT_V2
        select PLATFORM
        select PLATFORM_SUPPORT_64BIT
 endchoice

Modified: buildrom-devel/config/platforms/serengeti_cheetah.conf
===================================================================
--- buildrom-devel/config/platforms/serengeti_cheetah.conf      2008-02-06 
22:43:44 UTC (rev 107)
+++ buildrom-devel/config/platforms/serengeti_cheetah.conf      2008-02-07 
15:54:34 UTC (rev 108)
@@ -46,14 +46,18 @@
 CBV2_CONFIG=Config.lb
 CBV2_PAYLOAD_FILE_EXT=elf
 
+CBV3_TAG=HEAD
+
 ifeq ($(CONFIG_PLATFORM_CHEETAH_FAM10),y)
 COREBOOT_BOARD=serengeti_cheetah_fam10
 CBV2_TDIR=serengeti_cheetah_fam10
 CBV2_TAG=3092
+CBV3_CONFIG=serengeti_cheetah_fam10-defconfig
 else
 COREBOOT_BOARD=serengeti_cheetah
 CBV2_TDIR=serengeti_cheetah
 CBV2_TAG=3092
+CBV3_CONFIG=serengeti_cheetah-defconfig
 endif
 
 # FILO configuration


-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to