[coreboot-gerrit] Patch merged into coreboot/master: a88c919 cbfs: support concurrent media channels properly

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 26 08:53:40 CET 2015


the following patch was just integrated into master:
commit a88c9197674be58f993a3cf104b4554f190d7b12
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Mon Sep 22 17:25:37 2014 -0700

    cbfs: support concurrent media channels properly
    
    Coreboot generic CBFS media API does not support
    multiple media access instances, but it should.
    
    With this fix the CBFS context (memory cache for
    SPI accesses) is shared among all open media access
    streams. A better memory management scheme might be
    required, but for now this fix allows to support
    booting deptcharge and accessing VPD through two
    independent CBFS media streams.
    
    BUG=chrome-os-partner:32152
    TEST=no exception is thrown when the second stream
         is opened
    
    Change-Id: I62889089b4832c9e9760ef24ecc517220d8f3ec4
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 691f9794805d04beff349f1bc60ac9d7530d7cbf
    Original-Change-Id: Ib9d9d1f5209c2e515a95d7acbf4a8ac1255d3f8a
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/219441
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/8897
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list