coreboot-kgpe-d16/src/arch/riscv
Thaminda Edirisooriya 95ba4c87f5 riscv-trap-handling: Add implementation for trap calls in riscv
RISCV requires the bios/bootloader to set up an interface by which it
can get information about memory, talk to host devices, etc. Put
implementation for spike in
src/mainboard/emulation/spike-riscv/spike_util.c, and
src/arch/riscv/trap_handler.c

Change-Id: Ie1d5f361595e48fa6cc1fac25485ad623ecdc717
Signed-off-by: Thaminda Edirisooriya <thaminda@google.com>
Reviewed-on: http://review.coreboot.org/11368
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2015-09-10 17:26:38 +00:00
..
include riscv-trap-handling: Add implementation for trap calls in riscv 2015-09-10 17:26:38 +00:00
boot.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
bootblock.S riscv-spike: support for Spike emulation of riscv 2015-08-09 19:56:52 +02:00
bootblock_simple.c Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() 2015-07-12 18:14:23 +02:00
id.ld build system: normalize linker script file names 2015-03-28 19:14:47 +01:00
Kconfig Remove Kconfig variable that has no effect 2015-05-19 22:08:06 +02:00
Makefile.inc riscv-trap-handling: Add implementation for trap calls in riscv 2015-09-10 17:26:38 +00:00
misc.c
prologue.inc Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
rom_media.c cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
stages.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
tables.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
trap_handler.c riscv-trap-handling: Add implementation for trap calls in riscv 2015-09-10 17:26:38 +00:00
trap_util.S riscv-trap-handling: Add implementation for trap calls in riscv 2015-09-10 17:26:38 +00:00
virtual_memory.c riscv-virtual-memory: Add virtual memory setup 2015-09-10 17:23:45 +00:00