aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_hart.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-28lib: sbi: Fix mstatus_init() for RV32 when Sscofpmf is not availableAnup Patel1-1/+3
2022-04-28lib: sbi: Implement Sstc extensionAtish Patra1-0/+28
2022-04-17lib: sbi/hart: preserve csr validation valueDmitry Dunaev1-3/+3
2022-04-11lib: irqchip/imsic: configure mstateenMayuresh Chitale1-0/+6
2022-04-11lib: sbi: Detect Smstateen CSRs at boot-timeMayuresh Chitale1-0/+25
2022-04-05lib: sbi: Enable Svpbmt extension in the menvcfg CSRAnup Patel1-0/+10
2022-04-05lib: sbi: Enable Zicbo[m|z] extensions in the menvcfg CSRAnup Patel1-1/+32
2022-04-05lib: sbi: Detect menvcfg CSR at boot timeAtish Patra1-0/+9
2022-02-15lib: sbi: Detect AIA CSRs at boot-timeAnup Patel1-0/+11
2022-02-04lib: fix compilation when strings.h is includedPetro Karashchenko1-4/+4
2022-02-04lib: sbi: Disable interrupt and inhibit counting in M-mode during initAtish Patra1-0/+18
2021-11-30lib: sbi: Fix missing spaceNikita Shubin1-1/+1
2021-11-11lib: sbi: Fix PMP address bits detectionVasan VS1-0/+4
2021-11-11lib: sbi: Always enable access for all countersAtish Patra1-14/+7
2021-11-11lib: sbi: Delegate PMU counter overflow interrupt to S modeAtish Patra1-0/+3
2021-11-11lib: sbi: Detect Sscofpmf extension at run timeAtish Patra1-0/+12
2021-11-02lib: sbi: Refine addr format in sbi_printfDong Du1-9/+2
2021-07-11lib: sbi: Disable m/scounteren & enable mcountinhibitAtish Patra1-4/+21
2021-07-11lib: sbi: Detect number of bits implemented in mhpmcounterAtish Patra1-0/+48
2021-07-11lib: sbi: Remove stray '\' characterAtish Patra1-1/+1
2021-07-11lib: sbi: Detect mcountinihibit support at runtimeAtish Patra1-0/+11
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt1-2/+1
2021-04-05lib: fix csr detect supportXiang W1-3/+0
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