coreboot-kgpe-d16/src/arch/riscv
Jonathan Neuschäfer 522dcd1249 riscv: Stub out sbi_(un)mask_interrupt
Linux needs these SBI calls, but so far it seems to work when they don't
do anything.

Change-Id: I2cd0bb3ab91e89805fed84ec87e4a48ce70c3a46
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/17593
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2016-12-06 18:49:19 +01:00
..
include riscv: Unify SBI call implementations under arch/riscv/ 2016-11-07 16:47:49 +01:00
boot.c riscv: start to use the configstring functions 2016-11-12 19:23:22 +01:00
bootblock.S riscv: Add a bandaid for the new toolchain 2016-11-02 19:01:42 +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 arch/riscv/mcall.c: Return the correct memory base and size 2016-12-06 18:47:22 +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: Stub out sbi_(un)mask_interrupt 2016-12-06 18:49:19 +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: Unify SBI call implementations under arch/riscv/ 2016-11-07 16:47:49 +01:00
trap_util.S riscv: Add a bandaid for the new toolchain 2016-11-02 19:01:42 +01:00
virtual_memory.c riscv: map first 4GiB of physical address space 2016-11-20 22:42:48 +01:00