opensbi/lib
Anup Patel a18913200a lib: Remove prints from sbi_hart_switch_mode()
The sbi_hart_switch_mode() will be used by CPU hotplug. This means
if we have prints in sbi_hart_switch_mode() then these prints will
mix with Linux prints.

Being a runtime firmware, we should be verbose only at coldboot
time and error situations.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
2018-12-21 14:54:06 +05:30
..
objects.mk Initial commit. 2018-12-11 19:24:06 +05:30
riscv_asm.c Initial commit. 2018-12-11 19:24:06 +05:30
riscv_atomic.c Initial commit. 2018-12-11 19:24:06 +05:30
riscv_locks.c Initial commit. 2018-12-11 19:24:06 +05:30
sbi_console.c console: protect output with a spinlock 2018-12-21 18:12:58 +09:00
sbi_ecall.c Initial commit. 2018-12-11 19:24:06 +05:30
sbi_emulate_csr.c lib: Don't emulate CSR read for misa and mhartid 2018-12-16 10:15:55 +05:30
sbi_hart.c lib: Remove prints from sbi_hart_switch_mode() 2018-12-21 14:54:06 +05:30
sbi_illegal_insn.c Initial commit. 2018-12-11 19:24:06 +05:30
sbi_init.c Introduce sbi_current_hartid() 2018-12-21 17:06:59 +09:00
sbi_ipi.c Initial commit. 2018-12-11 19:24:06 +05:30
sbi_system.c Initial commit. 2018-12-11 19:24:06 +05:30
sbi_timer.c Initial commit. 2018-12-11 19:24:06 +05:30
sbi_trap.c Introduce sbi_current_hartid() 2018-12-21 17:06:59 +09:00