coreboot/src/arch/riscv
Jonathan Neuschäfer c5ebb1d005 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@gmx.net>
Reviewed-on: https://review.coreboot.org/18146
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2017-01-16 06:15:53 +01:00
..
include riscv: Move mcall numbers to mcall.h, adjust their names 2017-01-16 06:15:53 +01:00
boot.c riscv: start to use the configstring functions 2016-11-12 19:23:22 +01:00
bootblock.S riscv: get SBI calls to work 2017-01-16 00:26:08 +01:00
id.ld arch/riscv: Add missing license headers 2016-01-18 02:14:03 +01:00
id.S src/arch/riscv/id.S: Don't hardcode the strings 2016-08-04 17:17:38 +02:00
Kconfig riscv: start to use the configstring functions 2016-11-12 19:23:22 +01:00
Makefile.inc riscv: start to use the configstring functions 2016-11-12 19:23:22 +01:00
mcall.c riscv: Move mcall numbers to mcall.h, adjust their names 2017-01-16 06:15:53 +01:00
misc.c arch/riscv: Add missing license headers 2016-01-18 02:14:03 +01:00
payload.S riscv: change payload() to pass the config string pointer as arg0 2016-11-13 00:16:37 +01:00
prologue.inc tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
sbi.S riscv: Move mcall numbers to mcall.h, adjust their names 2017-01-16 06:15:53 +01:00
stages.c arch: remove stage_exit() 2016-02-11 23:12:06 +01:00
tables.c lib: add common write_tables() implementation 2016-04-21 20:49:05 +02:00
trap_handler.c riscv: Move mcall numbers to mcall.h, adjust their names 2017-01-16 06:15:53 +01:00
trap_util.S riscv: get SBI calls to work 2017-01-16 00:26:08 +01:00
virtual_memory.c riscv: enable counters via m[us]counteren 2016-12-20 00:10:33 +01:00