[LinuxBIOS] r16 - buildrom-devel/config/platforms

svn at openbios.org svn at openbios.org
Tue Aug 28 17:55:17 CEST 2007


Author: jcrouse
Date: 2007-08-28 17:55:17 +0200 (Tue, 28 Aug 2007)
New Revision: 16

Modified:
   buildrom-devel/config/platforms/Config.in
   buildrom-devel/config/platforms/platforms.conf
Log:
Somewhere along the line we missed adding the db800 stuff to the Config.in
and the Makefile.  Doing that now.  No additional code was added, so I'm
self-ACKing this one.

Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>


Modified: buildrom-devel/config/platforms/Config.in
===================================================================
--- buildrom-devel/config/platforms/Config.in	2007-06-28 16:56:44 UTC (rev 15)
+++ buildrom-devel/config/platforms/Config.in	2007-08-28 15:55:17 UTC (rev 16)
@@ -22,5 +22,9 @@
        bool "Digital Logic msm800sev"
        select PLATFORM
 
+config PLATFORM_DB800
+	bool "AMD DB800"
+	select PLATFORM
+
 endchoice
 endmenu

Modified: buildrom-devel/config/platforms/platforms.conf
===================================================================
--- buildrom-devel/config/platforms/platforms.conf	2007-06-28 16:56:44 UTC (rev 15)
+++ buildrom-devel/config/platforms/platforms.conf	2007-08-28 15:55:17 UTC (rev 16)
@@ -9,6 +9,7 @@
 PLATFORM-$(CONFIG_PLATFORM_NORWICH) = norwich.conf
 PLATFORM-$(CONFIG_PLATFORM_OLPC) = olpc.conf
 PLATFORM-$(CONFIG_PLATFORM_MSM800SEV) = msm800sev.conf
+PLATFORM-$(CONFIG_PLATFORM_DB800) = db800.conf
 PLATFORM-$(CONFIG_PLATFORM_DBE61) = dbe61.conf
 
 include $(CONFIG_DIR)/platforms/$(PLATFORM-y)





More information about the coreboot mailing list