[coreboot-gerrit] Patch merged into coreboot/master: riscv: Move mcall numbers to mcall.h, adjust their names

gerrit at coreboot.org gerrit at coreboot.org
Mon Jan 16 06:15:55 CET 2017


the following patch was just integrated into master:
commit c5ebb1d005e1a176b94be136aa21734c03d34d08
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Mon Jan 16 00:31:34 2017 +0100

    riscv: Move mcall numbers to mcall.h, adjust their names
    
    The new name and location make more sense:
    
     - The instruction used to call into machine mode isn't called "ecall"
       anymore; it's mcall now.
     - Having SBI_ in the name is slightly wrong, too: these numbers are not
       part of the Supervisor Binary Interface, they are just used to
       forward SBI calls (they could be renumbered arbitrarily without
       breaking an OS that's run under coreboot).
    
    Also remove mcall_dev_{req,resp} and the corresponding mcall numbers,
    which are no longer used.
    
    Change-Id: I76a8cb04e4ace51964b1cb4f67d49cfee9850da7
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
    Reviewed-on: https://review.coreboot.org/18146
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>


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

-gerrit



More information about the coreboot-gerrit mailing list