[LinuxBIOS] r51 - in buildrom-devel: config/platforms packages/kernel

svn at openbios.org svn at openbios.org
Tue Oct 30 01:50:43 CET 2007


Author: uwe
Date: 2007-10-30 01:50:43 +0100 (Tue, 30 Oct 2007)
New Revision: 51

Modified:
   buildrom-devel/config/platforms/Config.in
   buildrom-devel/config/platforms/m57sli.conf
   buildrom-devel/packages/kernel/alix1c-kernel.mk
   buildrom-devel/packages/kernel/m57sli-kernel.mk
Log:
Small cosmetic and consistency fixes.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Jordan Crouse <jordan.crouse at amd.com>



Modified: buildrom-devel/config/platforms/Config.in
===================================================================
--- buildrom-devel/config/platforms/Config.in	2007-10-25 15:05:31 UTC (rev 50)
+++ buildrom-devel/config/platforms/Config.in	2007-10-30 00:50:43 UTC (rev 51)
@@ -4,21 +4,21 @@
 	prompt "Vendor for the platform target"
 	default VENDOR_AMD
 	help
-	  Select the vendor for the plaform you are building for
+	  Select the vendor for the platform you are building for.
 
 config VENDOR_AMD
 	bool "AMD"
 
-config VENDOR_ARTEC
+config VENDOR_ARTEC_GROUP
 	bool "Artec Group"
 
-config VENDOR_DIGITALLOGIC
-	bool "Digital Logic"
+config VENDOR_ADVANCED_DIGITAL_LOGIC
+	bool "Advanced Digital Logic"
 
 config VENDOR_GIGABYTE
 	bool "GIGABYTE"
 
-config VENDOR_PCENGINES
+config VENDOR_PC_ENGINES
 	bool "PC Engines"
 
 config VENDOR_TYAN
@@ -29,7 +29,7 @@
 	prompt "Platform target for the ROM"
 	default PLATFORM_NORWICH
 	help
-	  Select the platform you are building for
+	  Select the platform you are building for.
 
 config PLATFORM_NORWICH
        bool "AMD Geode LX 'Norwich'"
@@ -38,17 +38,17 @@
 
 config PLATFORM_DBE61
        bool "Artec Group DBE61"
-       depends VENDOR_ARTEC
+       depends VENDOR_ARTEC_GROUP
        select PLATFORM
 
 config PLATFORM_ALIX1C
        bool "PC Engines ALIX1.C"
-       depends VENDOR_PCENGINES
+       depends VENDOR_PC_ENGINES
        select PLATFORM
 
 config PLATFORM_MSM800SEV
        bool "Advanced Digital Logic MSM800SEV"
-       depends VENDOR_DIGITALLOGIC
+       depends VENDOR_ADVANCED_DIGITAL_LOGIC
        select PLATFORM
 
 config PLATFORM_DB800
@@ -56,7 +56,7 @@
 	depends VENDOR_AMD
 	select PLATFORM
 
-config PLATFORM_M57SLI
+config PLATFORM_GA_M57SLI_S4
        bool "GIGABYTE GA-M57SLI-S4"
        depends VENDOR_GIGABYTE
        select PLATFORM

Modified: buildrom-devel/config/platforms/m57sli.conf
===================================================================
--- buildrom-devel/config/platforms/m57sli.conf	2007-10-25 15:05:31 UTC (rev 50)
+++ buildrom-devel/config/platforms/m57sli.conf	2007-10-30 00:50:43 UTC (rev 51)
@@ -1,4 +1,4 @@
-# Support for the Gigabyte M57SLI-S4 board
+# Support for the GIGABYTE GA-M57SLI-S4 board
 
 #### Platform configuration
 

Modified: buildrom-devel/packages/kernel/alix1c-kernel.mk
===================================================================
--- buildrom-devel/packages/kernel/alix1c-kernel.mk	2007-10-25 15:05:31 UTC (rev 50)
+++ buildrom-devel/packages/kernel/alix1c-kernel.mk	2007-10-30 00:50:43 UTC (rev 51)
@@ -1,4 +1,4 @@
-# Build file for the PCENGINES ALIX1.C LAB kernel
+# Build file for the PC Engines ALIX1.C LAB kernel
 
 KERNEL_URL=http://kernel.org/pub/linux/kernel/v2.6/
 KERNEL_SOURCE=linux-$(KERNEL_VERSION).tar.bz2

Modified: buildrom-devel/packages/kernel/m57sli-kernel.mk
===================================================================
--- buildrom-devel/packages/kernel/m57sli-kernel.mk	2007-10-25 15:05:31 UTC (rev 50)
+++ buildrom-devel/packages/kernel/m57sli-kernel.mk	2007-10-30 00:50:43 UTC (rev 51)
@@ -1,4 +1,4 @@
-# Build file for the Gigabyte M57SLI-S4 LAB kernel
+# Build file for the GIGABYTE GA-M57SLI-S4 LAB kernel
 
 KERNEL_URL=http://kernel.org/pub/linux/kernel/v2.6/
 KERNEL_SOURCE=linux-$(KERNEL_VERSION).tar.bz2





More information about the coreboot mailing list