coreboot/src/arch/riscv
Subrata Banik ef1ab4d6d4 arch/riscv/Kconfig: Make correct default value for CONFIG_ARCH_RISCV_M
Change-Id: Ib9329904060cab48d527de1b1ccdab5b6fe71b99
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33144
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-06-04 01:54:15 +00:00
..
include coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
arch_timer.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
boot.c src: Add missing include 'console.h' 2019-04-23 10:00:39 +00:00
bootblock.S riscv: Add initial support for 32bit boards 2019-02-13 04:49:14 +00:00
fp_asm.S riscv: update misaligned memory access exception handling 2018-09-10 15:03:58 +00:00
Kconfig arch/riscv/Kconfig: Make correct default value for CONFIG_ARCH_RISCV_M 2019-06-04 01:54:15 +00:00
Makefile.inc riscv: Add initial support for 32bit boards 2019-02-13 04:49:14 +00:00
mcall.c riscv: Simplify payload handling 2019-02-02 16:53:21 +00:00
misaligned.c src/arch/riscv/misaligned.c: Fix an off-by-one error when loading the opcode 2018-10-30 02:07:58 +00:00
misc.c arch/riscv: provide a monotonic timer 2018-09-14 09:28:06 +00:00
payload.c riscv: Use correct argument in a1 when invoking payload 2019-02-09 04:06:51 +00:00
pmp.c riscv: add physical memory protection (PMP) support 2018-10-11 10:56:54 +00:00
ramstage.S riscv: Add initial support for 32bit boards 2019-02-13 04:49:14 +00:00
sbi.c src: Use include <console/console.h> when appropriate 2019-04-23 10:01:21 +00:00
smp.c riscv: Add initial support for 32bit boards 2019-02-13 04:49:14 +00:00
stages.c riscv: Simplify payload handling 2019-02-02 16:53:21 +00:00
tables.c
trap_handler.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
trap_util.S arch/riscv: Align trap_entry to 4 bytes, as required by spec 2018-02-20 20:44:43 +00:00
virtual_memory.c arch/riscv: Don't set FPU state to "dirty" 2018-12-19 05:46:07 +00:00