aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_hart.c
AgeCommit message (Expand)Author
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel
2020-03-07lib: Check MSIP bit after returning from WFIAtish Patra
2020-02-24lib: Implement hart hotplugAtish Patra
2020-02-19lib: Print interrupt and exception delegation in boot printsAnup Patel
2020-02-19lib: Don't check MIDELEG and MEDELEG at end of delegate_traps()Anup Patel
2020-01-07lib: save/restore MIE CSR in sbi_hart_wait_for_coldboot()Anup Patel
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel
2019-12-16lib: Delegate guest page faults to HS-modeAnup Patel
2019-10-02lib: Fix coldboot race condition observed on emulators/simulatorsAnup Patel
2019-09-30lib: Extend sbi_hart_switch_mode() to support hypervisor extensionAnup Patel
2019-09-30lib: Delegate supervisor ecall to HS-mode when H extension availableAnup Patel
2019-09-28Write MSIP by using memory-mapped control registerZong Li
2019-08-12lib: Use bitwise & instead of boolean &&Jacob Garber
2019-07-26lib: Allow compiling without FP supportAnup Patel
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra