[coreboot-gerrit] Patch merged into coreboot/master: riscv: Clean up {qemu, spike}_util

gerrit at coreboot.org gerrit at coreboot.org
Sat Oct 15 00:25:10 CEST 2016


the following patch was just integrated into master:
commit e2e40cc17e393a5731ec8abdaae622e123f67d5d
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Wed Oct 12 00:18:00 2016 +0200

    riscv: Clean up {qemu,spike}_util
    
    spike_util.h:
     - (LOG_)REGBYTES and STORE are already defined in
       arch/riscv/include/bits.h.
     - TOHOST_CMD, FROMHOST_* are helper macros for the deprecated
       Host-Target Interface (HTIF).
    
    qemu_util.c:
     - mcall_query_memory now uses mprv_write_ulong instead of first
       translating the address and then accessing it normally. Thus,
       translate_address isn't used anymore.
     - Several functions used the deprecated HTIF CSRs mtohost/mfromhost.
       They have mostly been replaced by stub implementations.
     - htif_interrupt and testPrint were unused and have been deleted.
    
    spike_util.c:
     - translate_address and testPrint were unused and have been deleted.
    
    After this commit, spike_util.c and qemu_util.c are exactly the same and
    can be moved to a common location.
    
    Change-Id: I1789bad8bbab964c3f2f0480de8d97588c68ceaf
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
    Reviewed-on: https://review.coreboot.org/16985
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>


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

-gerrit



More information about the coreboot-gerrit mailing list