[coreboot-gerrit] Patch merged into coreboot/master: a9ee61e cache: Add arch_program_segment_loaded call to arm and arm64

gerrit at coreboot.org gerrit at coreboot.org
Mon May 11 18:02:16 CEST 2015


the following patch was just integrated into master:
commit a9ee61e2538c206c3518f4ede1da6405ad7b1476
Author: Furquan Shaikh <furquan at google.com>
Date:   Wed Mar 18 11:27:25 2015 -0700

    cache: Add arch_program_segment_loaded call to arm and arm64
    
    arch_program_segment_loaded ensures that the program segment loaded is
    synced back from the cache to PoC. dcache_flush_all on arm64 does not
    guarantee PoC in case of MP systems. Thus, it is important to track
    and sync back all the required segments using
    arch_program_segment_loaded. Use this function in rmodules as well
    instead of cache_sync_instructions which guarantees sync upto PoC.
    
    BUG=chrome-os-partner:37546
    BRANCH=None
    TEST=Boots into depthcharge on foster
    
    Change-Id: I64c2dd5e40ea59fa31f300174ca0d0aebcf8041d
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 35ba0b882b86ff2c29ac766e1d65f403c8346247
    Original-Change-Id: I964aa09f0cafdaab170606cd4b8f2e027698aee7
    Original-Signed-off-by: Furquan Shaikh <furquan at google.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/260908
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
    Original-Tested-by: Furquan Shaikh <furquan at chromium.org>
    Original-Commit-Queue: Furquan Shaikh <furquan at chromium.org>
    Original-Trybot-Ready: Furquan Shaikh <furquan at chromium.org>
    Reviewed-on: http://review.coreboot.org/10173
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list