[coreboot-gerrit] Patch merged into coreboot/master: 156ff13 cpu/amd/geode_lx/cache_as_ram.inc: Use $ for constant value instead of memory reference

gerrit at coreboot.org gerrit at coreboot.org
Mon Jun 17 08:27:00 CEST 2013


the following patch was just integrated into master:
commit 156ff1304905845736834d33b6a2d04ef5773ec5
Author: Christopher Kilgour <techie at whiterocker.com>
Date:   Sat Jun 15 23:52:36 2013 -0700

    cpu/amd/geode_lx/cache_as_ram.inc: Use $ for constant value instead of memory reference
    
    An uninitialized RAM value was used to select an MSR because a $ was forgotten
    in front of `CPU_DM_CONFIG0`. It should be the constant value 0x1800, corresponding
    to CPU_DM_CONFIG0 MSR defined in `src/include/cpu/amd/lxdef.h`.
    
    Change-Id: Id53ca98b06cc4a9b55916fd8db23904f98008d45
    Signed-off-by: Christopher Kilgour <techie at whiterocker.com>
    Reviewed-on: http://review.coreboot.org/3478
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>


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

-gerrit



More information about the coreboot-gerrit mailing list