[coreboot-gerrit] Patch merged into coreboot/master: arch/riscv: Add functions to read/write memory on behalf of supervisor/user mode

gerrit at coreboot.org gerrit at coreboot.org
Tue Aug 23 23:48:59 CEST 2016


the following patch was just integrated into master:
commit f643d661e1573b7da8a603c23a49b08552c60543
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Mon Aug 22 19:37:15 2016 +0200

    arch/riscv: Add functions to read/write memory on behalf of supervisor/user mode
    
    Normally machine-mode code operates completely within physical address
    space. When emulating less privileged memory accesses (e.g. when the
    hardware doesn't support unaligned read/write), it is useful to access
    memory through the MMU (and with virtual addresses); this patch
    implements this functionality using the MPRV bit.
    
    Change-Id: Ic3b3301f348769faf3ee3ef2a78935dfbcbd15fd
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
    Reviewed-on: https://review.coreboot.org/16260
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>


See https://review.coreboot.org/16260 for details.

-gerrit



More information about the coreboot-gerrit mailing list