[coreboot-gerrit] Patch merged into coreboot/master: 65f08d5 vpd: decode calibration data into binary

gerrit at coreboot.org gerrit at coreboot.org
Wed Apr 22 08:52:38 CEST 2015


the following patch was just integrated into master:
commit 65f08d50ae6b7e91aec58ef3d050a336386130dc
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Sat Mar 28 22:13:29 2015 -0700

    vpd: decode calibration data into binary
    
    The preferred way of communicating WiFi calibration data to the kernel
    is binary blob. But this data is stored in the VPD, and must be in
    ASCII, so it is encoded using base64.
    
    With the recent addition of the bas64 decoder it is possible to
    convert the VPD representation to the form preferred by the kernel.
    
    BRANCH=none
    BUG=chromium:450169
    TEST=with the rest of the patches applied verified that on both storm
         and urara the device tree contains the required binary data.
    
    Change-Id: I89da94bb425767eedc5e2d576e507663afad65ed
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: c2ae38ded24394e0640b5d077e2231cf956397c5
    Original-Change-Id: If8a7d0883ea8bb21a13bf203b25ee9f8a08903a9
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/262842
    Reviewed-on: http://review.coreboot.org/9895
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list