[coreboot-gerrit] New patch to review for coreboot: 19b3818 FrontRunner/Toucan-AF: boards will be renamed to fit ADLINK scheme

Jens Rottmann (JRottmann@LiPPERTembedded.de) gerrit at coreboot.org
Tue Apr 9 15:44:11 CEST 2013


Jens Rottmann (JRottmann at LiPPERTembedded.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3046

-gerrit

commit 19b381873cd84da097d1a7b90d505f2314bf3cdd
Author: Jens Rottmann <JRottmann at LiPPERTembedded.de>
Date:   Tue Apr 9 09:57:27 2013 +0200

    FrontRunner/Toucan-AF: boards will be renamed to fit ADLINK scheme
    
    Originally developed by LiPPERT and after the acquisition marketed as
    'LiPPERT by ADLINK', the plan is now to streamline both boards into the
    ADLINK naming scheme.  But AFAIK a few have already been sold and as of
    this writing the website still advertises the old names.  And in any case
    the veteran LX products will continue to be sold by ADLINK under their
    original names.
    
    So create CONFIG_VENDOR_ADLINK, currently only telling users to look under
    LiPPERT (however any future boards will be added here).
    
    Further add an explanation to CONFIG_VENDOR_LIPPERT, and in the Mainboard
    model selection show both names.
    
    Change-Id: Iaafa88533ef4cce33243293c3d55754e7e93d003
    Signed-off-by: Jens Rottmann <JRottmann at LiPPERTembedded.de>
---
 src/mainboard/Kconfig         |  7 +++++--
 src/mainboard/adlink/Kconfig  | 10 ++++++++++
 src/mainboard/lippert/Kconfig |  8 +++++---
 3 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig
index 66168ea..3ca21ff 100644
--- a/src/mainboard/Kconfig
+++ b/src/mainboard/Kconfig
@@ -8,8 +8,10 @@ config VENDOR_AAEON
 	bool "Aaeon"
 config VENDOR_ABIT
 	bool "Abit"
+config VENDOR_ADLINK
+	bool "ADLINK"
 config VENDOR_ADVANSUS
-        bool "Advansus"
+	bool "Advansus"
 config VENDOR_ADVANTECH
 	bool "Advantech"
 config VENDOR_AMD
@@ -83,7 +85,7 @@ config VENDOR_LANNER
 config VENDOR_LENOVO
 	bool "Lenovo"
 config VENDOR_LIPPERT
-	bool "Lippert"
+	bool "LiPPERT"
 config VENDOR_MITAC
 	bool "Mitac"
 config VENDOR_MSI
@@ -136,6 +138,7 @@ endchoice
 source "src/mainboard/a-trend/Kconfig"
 source "src/mainboard/aaeon/Kconfig"
 source "src/mainboard/abit/Kconfig"
+source "src/mainboard/adlink/Kconfig"
 source "src/mainboard/advansus/Kconfig"
 source "src/mainboard/advantech/Kconfig"
 source "src/mainboard/amd/Kconfig"
diff --git a/src/mainboard/adlink/Kconfig b/src/mainboard/adlink/Kconfig
new file mode 100644
index 0000000..f71d6a9
--- /dev/null
+++ b/src/mainboard/adlink/Kconfig
@@ -0,0 +1,10 @@
+if VENDOR_ADLINK
+
+comment "see under vendor LiPPERT"
+# any further boards will then be ADLINK
+
+config MAINBOARD_VENDOR
+	string
+	default "ADLINK"
+
+endif # VENDOR_ADLINK
diff --git a/src/mainboard/lippert/Kconfig b/src/mainboard/lippert/Kconfig
index 1765460..5d69aae 100644
--- a/src/mainboard/lippert/Kconfig
+++ b/src/mainboard/lippert/Kconfig
@@ -1,12 +1,14 @@
 if VENDOR_LIPPERT
 
+comment "was acquired by ADLINK"
+
 choice
 	prompt "Mainboard model"
 
 config BOARD_LIPPERT_FRONTRUNNER
 	bool "Cool FrontRunner"
 config BOARD_LIPPERT_FRONTRUNNER_AF
-	bool "Cool FrontRunner-AF"
+	bool "FrontRunner-AF aka ADLINK CoreModule2-GF"
 config BOARD_LIPPERT_HURRICANE_LX
 	bool "Hurricane-LX"
 config BOARD_LIPPERT_LITERUNNER_LX
@@ -16,7 +18,7 @@ config BOARD_LIPPERT_ROADRUNNER_LX
 config BOARD_LIPPERT_SPACERUNNER_LX
 	bool "Cool SpaceRunner-LX"
 config BOARD_LIPPERT_TOUCAN_AF
-	bool "Toucan-AF (+W83627DHG SIO)"
+	bool "Toucan-AF aka cExpress-GFR (+W83627DHG SIO)"
 
 endchoice
 
@@ -30,6 +32,6 @@ source "src/mainboard/lippert/toucan-af/Kconfig"
 
 config MAINBOARD_VENDOR
 	string
-	default "Lippert"
+	default "LiPPERT"
 
 endif # VENDOR_LIPPERT



More information about the coreboot-gerrit mailing list