aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_hart.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-10platform: Move platform features to hartAtish Patra1-8/+60
2020-05-10lib: Add support for hart specific featuresAtish Patra1-0/+23
2020-05-10lib: Create a separate math helper function fileAtish Patra1-13/+1
2020-05-10lib: Rename unprivileged trap handlerAtish Patra1-4/+4
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-9/+15
2020-04-17lib: Support vector extensionAtish Patra1-1/+8
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel1-29/+7
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng1-12/+4
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-8/+0
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel1-8/+0
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel1-29/+0
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel1-70/+0
2020-03-10lib: sbi: Fix coding style issuesBin Meng1-2/+2
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel1-1/+1
2020-03-07lib: Check MSIP bit after returning from WFIAtish Patra1-2/+5
2020-02-24lib: Implement hart hotplugAtish Patra1-0/+25
2020-02-19lib: Print interrupt and exception delegation in boot printsAnup Patel1-2/+13
2020-02-19lib: Don't check MIDELEG and MEDELEG at end of delegate_traps()Anup Patel1-5/+0
2020-01-07lib: save/restore MIE CSR in sbi_hart_wait_for_coldboot()Anup Patel1-0/+7
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel1-2/+0
2019-12-16lib: Delegate guest page faults to HS-modeAnup Patel1-6/+12
2019-10-02lib: Fix coldboot race condition observed on emulators/simulatorsAnup Patel1-15/+29
2019-09-30lib: Extend sbi_hart_switch_mode() to support hypervisor extensionAnup Patel1-2/+25
2019-09-30lib: Delegate supervisor ecall to HS-mode when H extension availableAnup Patel1-0/+8
2019-09-28Write MSIP by using memory-mapped control registerZong Li1-1/+1
2019-08-12lib: Use bitwise & instead of boolean &&Jacob Garber1-1/+1
2019-07-26lib: Allow compiling without FP supportAnup Patel1-7/+0
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-0/+366