[coreboot-gerrit] Patch merged into coreboot/master: auron: fix can not recognize 4G memory

gerrit at coreboot.org gerrit at coreboot.org
Sat Oct 17 00:41:18 CEST 2015


the following patch was just integrated into master:
commit f3214d02482a4104d7276f06d6b326b2a54c4262
Author: Tim Chen <Tim-Chen at quantatw.com>
Date:   Tue Oct 14 20:17:11 2014 +0800

    auron: fix can not recognize 4G memory
    
    Part of the following patch was lost in the merge from chromium.
    This patch fixes up the spd_index for the copy from the SPD file.
    
    In spd.c "spd_index *= SPD_LEN" will change the original spd_index
    from gpio and let the following if(spd_index>3) to misjudge and
    disable channel 1 incorrectly. So we calculate the index for spd file
    memcpy when calling memcpy().
    
    BUG=chrome-os-partner:32879
    TEST=Can get total memory 4G on yuna 4G SKU
    BRANCH=Auron
    
    Original-Change-Id: Iebc49e20e4ca15ef6db8c4defe43cc22382a28bf
    Original-Signed-off-by: Tim Chen <Tim-Chen at quantatw.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/234420
    Original-Reviewed-by: Shawn N <shawnn at chromium.org>
    Original-Commit-Queue: Shawn N <shawnn at chromium.org>
    Original-Tested-by: Shawn N <shawnn at chromium.org>
    
    (cherry picked from commit 3b1fce58b7b4b15e947b40fd011174d4e8e294bc)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: I03f9d63623e083c99d349d938fd802d828858f70
    Reviewed-on: http://review.coreboot.org/11911
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-by: Nico Huber <nico.h at gmx.de>
    Reviewed-by: Georg Wicherski <gw at oxff.net>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list