[coreboot] Patch merged into coreboot/master: 5e272a4 smbios: show CONFIG_LOCALVERSION in DMI bios_version

gerrit at coreboot.org gerrit at coreboot.org
Mon Feb 4 18:23:33 CET 2013


the following patch was just integrated into master:
commit 5e272a4c4a8d9b00239d61da089e65fc4d6cfa8d
Author: Christian Gmeiner <christian.gmeiner at gmail.com>
Date:   Mon Feb 4 16:22:46 2013 +0100

    smbios: show CONFIG_LOCALVERSION in DMI bios_version
    
    If somebody makes use of CONFIG_LOCALVERSION show this
    user provided config string for DMI bios_version.
    
    As requested I have attached example output.
    
    CONFIG_LOCALVERSION=""
    CONFIG_CBFS_PREFIX="fallback"
    CONFIG_COMPILER_GCC=y
    ...
    
    root at OT:~# cat /sys/class/dmi/id/bios_version
    4.0-3360-g5be6673-dirty
    
    CONFIG_LOCALVERSION="V1.01.02 Beta"
    CONFIG_CBFS_PREFIX="fallback"
    CONFIG_COMPILER_GCC=y
    ...
    
    root at OT:~# cat /sys/class/dmi/id/bios_version
    V1.01.02 Beta
    
    Change-Id: I5640b72b56887ddf85113efa9ff23df9d4c7eb86
    Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
    Reviewed-on: http://review.coreboot.org/2279
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Marc Jones <marcj303 at gmail.com>

Build-Tested: build bot (Jenkins) at Mon Feb  4 16:11:01 2013, giving +1
Reviewed-By: Marc Jones <marcj303 at gmail.com> at Mon Feb  4 18:23:32 2013, giving +2
See http://review.coreboot.org/2279 for details.

-gerrit



More information about the coreboot mailing list