[coreboot-gerrit] Patch merged into coreboot/master: 3e91cff mainboards: fix spd generation

gerrit at coreboot.org gerrit at coreboot.org
Wed Apr 1 22:51:44 CEST 2015


the following patch was just integrated into master:
commit 3e91cffd894336c7ec802f0fc49e25e2a3b4efc6
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Apr 1 08:49:41 2015 -0500

    mainboards: fix spd generation
    
    echo is evaluated by a shell builtin producing non-binary
    spd data of the form '-e -n \<byte>'. Correct this by
    using printf builtin which does the equivalent and is
    more cross platform friendly.
    
    Boards changed:
    gizmosphere/gizmo
    gizmosphere/gizmo2
    google/bolt
    google/falco
    google/link
    google/peppy
    google/rambi
    google/samus
    google/slippy
    pcengines/apu1
    
    Change-Id: Iefdaf59903b9682cc88c94fd991883b560616492
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/9196
    Tested-by: build bot (Jenkins)
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See http://review.coreboot.org/9196 for details.

-gerrit



More information about the coreboot-gerrit mailing list