[coreboot-gerrit] Patch merged into coreboot/master: 6e76fff program loading: provide one cache maintenance callback

gerrit at coreboot.org gerrit at coreboot.org
Tue Mar 31 19:42:19 CEST 2015


the following patch was just integrated into master:
commit 6e76fff96961264e8c7213142966de6589092291
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Mar 20 09:42:05 2015 -0500

    program loading: provide one cache maintenance callback
    
    Instead of having 2 different functions to call when a program
    is loaded provide a single callback with flags parameter. The
    previous callbacks for cache management routines did this:
    
    for_each_program_segment:
    	arch_program_segment_loaded(start, size);
    arch_program_loaded();
    
    Now, use one callback instead:
    for_each_program_segment:
    	arch_segment_loaded(start, size, SEG_FINAL?);
    
    Change-Id: I3811cba92e3355d172f605e4444f053321b07a2a
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/8838
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list