[coreboot-gerrit] Patch set updated for coreboot: 2dcb373 Add description to MAINBOARD_VENDOR string so it can be overridden

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Nov 26 20:26:54 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4248

-gerrit

commit 2dcb373dd6f033323ab87651bb0f24edb3a5e9ef
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Tue Jun 18 13:19:26 2013 -0700

    Add description to MAINBOARD_VENDOR string so it can be overridden
    
    A quirk of the Kconfig used in coreboot is that config options
    cannot be overriden by local config changes unless they have
    a description string.
    
    1) Add CONFIG_MAINBOARD_VENDOR="Custom" to local config
    2) Build and flash coreboot
    3) cat /sys/class/dmi/id/sys_vendor and look for "Custom"
    
    Change-Id: I1b5f2124cd4a22c056c025143ae5bcaafa6b03f0
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-on: https://gerrit.chromium.org/gerrit/59088
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/Kconfig b/src/mainboard/google/Kconfig
index 4c36932..9ed615d 100644
--- a/src/mainboard/google/Kconfig
+++ b/src/mainboard/google/Kconfig
@@ -58,7 +58,7 @@ source "src/mainboard/google/snow/Kconfig"
 source "src/mainboard/google/stout/Kconfig"
 
 config MAINBOARD_VENDOR
-	string
+	string "Mainboard Vendor"
 	default "Google"
 
 endif # VENDOR_GOOGLE



More information about the coreboot-gerrit mailing list