aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_hart.c
AgeCommit message (Expand)Author
2021-11-30lib: sbi: Fix missing spaceNikita Shubin
2021-11-11lib: sbi: Fix PMP address bits detectionVasan VS
2021-11-11lib: sbi: Always enable access for all countersAtish Patra
2021-11-11lib: sbi: Delegate PMU counter overflow interrupt to S modeAtish Patra
2021-11-11lib: sbi: Detect Sscofpmf extension at run timeAtish Patra
2021-11-02lib: sbi: Refine addr format in sbi_printfDong Du
2021-07-11lib: sbi: Disable m/scounteren & enable mcountinhibitAtish Patra
2021-07-11lib: sbi: Detect number of bits implemented in mhpmcounterAtish Patra
2021-07-11lib: sbi: Remove stray '\' characterAtish Patra
2021-07-11lib: sbi: Detect mcountinihibit support at runtimeAtish Patra
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt
2021-04-05lib: fix csr detect supportXiang W
2021-03-03lib: sbi: Add sbi_hart_reinit() functionAnup Patel
2020-12-04lib: sbi: Fix sbi_hart_switch_mode() for u-modeAnup Patel
2020-10-26lib: sbi: Detect PMP granularity and number of address bitsAtish Patra
2020-10-21lib: sbi: Display domain details in boot printsAnup Patel
2020-10-20lib: sbi: Configure PMP based on domain memory regionsAnup Patel
2020-10-20lib: sbi: Remove redundant sbi_hart_pmp_xyz() functionsAnup Patel
2020-10-20lib: sbi: Remove redundant hartid parameter from sbi_hart_init()Anup Patel
2020-10-20lib: sbi: Configure PMP late in coldboot and warmboot pathAnup Patel
2020-10-20include: sbi: Remove pmp_region callbacks from sbi_platform_operationsAnup Patel
2020-10-20include: sbi: Remove redundant includes from sbi_platform.hAnup Patel
2020-09-25lib: sbi: Fix PMP CSR detectionPragnesh Patel
2020-09-16lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() APIAnup Patel
2020-09-09include: Rename ECALL defines to match latest RISC-V specAnup Patel
2020-09-01lib: sbi: Detect and print MHPM counters at boot-timeAnup Patel
2020-09-01lib: sbi: Improve PMP CSR detection and progammingAnup Patel
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel
2020-06-20lib: Don't return any invalid error from SBI ecallAnup Patel
2020-06-18lib: Fix the SBI_HART_HAS_MCOUNTEREN feature checkAlistair Francis
2020-06-18lib: Don't print delegation CSRs if there is no S-ModeAlistair Francis
2020-06-08lib: Add RISC-V hypervisor v0.6.1 supportAnup Patel
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel
2020-05-19lib: sbi: Few cosmetic improvements to HART feature detectionAnup Patel
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel
2020-05-19lib: sbi: Improve get_feature_str() implementation and usageAnup Patel
2020-05-19lib: sbi: detect features before everything else in sbi_hart_init()Anup Patel
2020-05-10lib: Add hart features in boot time printAtish Patra
2020-05-10lib: timer: Provide a hart based timer featureAtish Patra
2020-05-10platform: Move platform features to hartAtish Patra
2020-05-10lib: Add support for hart specific featuresAtish Patra
2020-05-10lib: Create a separate math helper function fileAtish Patra
2020-05-10lib: Rename unprivileged trap handlerAtish Patra
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel
2020-04-17lib: Support vector extensionAtish Patra
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel