summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_hart.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-03lib: sbi: Add sbi_hart_reinit() functionAnup Patel1-12/+17
2020-12-04lib: sbi: Fix sbi_hart_switch_mode() for u-modeAnup Patel1-3/+5
2020-10-26lib: sbi: Detect PMP granularity and number of address bitsAtish Patra1-4/+58
2020-10-21lib: sbi: Display domain details in boot printsAnup Patel1-34/+10
2020-10-20lib: sbi: Configure PMP based on domain memory regionsAnup Patel1-15/+22
2020-10-20lib: sbi: Remove redundant sbi_hart_pmp_xyz() functionsAnup Patel1-42/+0
2020-10-20lib: sbi: Remove redundant hartid parameter from sbi_hart_init()Anup Patel1-7/+7
2020-10-20lib: sbi: Configure PMP late in coldboot and warmboot pathAnup Patel1-2/+2
2020-10-20include: sbi: Remove pmp_region callbacks from sbi_platform_operationsAnup Patel1-13/+1
2020-10-20include: sbi: Remove redundant includes from sbi_platform.hAnup Patel1-0/+1
2020-09-25lib: sbi: Fix PMP CSR detectionPragnesh Patel1-1/+1
2020-09-16lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() APIAnup Patel1-7/+21
2020-09-09include: Rename ECALL defines to match latest RISC-V specAnup Patel1-1/+1
2020-09-01lib: sbi: Detect and print MHPM counters at boot-timeAnup Patel1-0/+17
2020-09-01lib: sbi: Improve PMP CSR detection and progammingAnup Patel1-24/+48
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel1-14/+1
2020-06-20lib: Don't return any invalid error from SBI ecallAnup Patel1-1/+1
2020-06-18lib: Fix the SBI_HART_HAS_MCOUNTEREN feature checkAlistair Francis1-1/+1
2020-06-18lib: Don't print delegation CSRs if there is no S-ModeAlistair Francis1-0/+4
2020-06-08lib: Add RISC-V hypervisor v0.6.1 supportAnup Patel1-0/+1
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel1-36/+80
2020-05-19lib: sbi: Few cosmetic improvements to HART feature detectionAnup Patel1-20/+12
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel1-23/+23
2020-05-19lib: sbi: Improve get_feature_str() implementation and usageAnup Patel1-7/+11
2020-05-19lib: sbi: detect features before everything else in sbi_hart_init()Anup Patel1-3/+3
2020-05-10lib: Add hart features in boot time printAtish Patra1-0/+77
2020-05-10lib: timer: Provide a hart based timer featureAtish Patra1-0/+6
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