[coreboot-gerrit] Patch merged into coreboot/master: 2ab9f08 fmap: use CBFS for all other than x86 platforms

gerrit at coreboot.org gerrit at coreboot.org
Fri Apr 10 16:47:27 CEST 2015


the following patch was just integrated into master:
commit 2ab9f0825fec5007e0a7168f4d432fd86b20aaf2
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Tue Oct 28 18:26:12 2014 -0700

    fmap: use CBFS for all other than x86 platforms
    
    The architectiure check in fmap.c is in fact used to delineate between
    platforms where SPI flash is mapped to memory address space and where
    it needs to be accessed through CBFS.
    
    In fact cosmos board uses an ARM SOC which also maps SPI flash to
    processor address space, this will have to be addressed when that
    SOC's support is introduced, for now let's just presume that all but
    X86 platforms require CBFS layer to access fmap.
    
    BRANCH=none
    BUG=chrome-os-partner:31438
    TEST=none
    
    Original-Change-Id: Id135dc63278555a7fc5039a568fb28864f7cb8d1
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/226180
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    
    (cherry picked from commit b3c04f84504380066c54a6dec93781a4f25a5fc6)
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    
    Change-Id: I3a0a70fe583b69b1c9cd8729817bd7062126e1a9
    Reviewed-on: http://review.coreboot.org/9436
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>
    Tested-by: build bot (Jenkins)


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

-gerrit



More information about the coreboot-gerrit mailing list