summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_hart.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27lib: sbi_hart: Enable hcontext and scontextNylon Chen1-0/+1
2023-01-09lib: sbi: Use finer permission sematics to decide on PMP bitsHimanshu Chauhan1-5/+11
2022-12-09lib: sbi: Synchronize PMP settings with virtual memory systemHimanshu Chauhan1-0/+22
2022-10-13lib: sbi_platform: expose hart_features to extension_init callbackHeiko Stuebner1-1/+2
2022-10-13lib: sbi_hart: move hart_features struct to a public locationHeiko Stuebner1-23/+13
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner1-2/+2
2022-08-22lib: sbi: Use the official extension name for AIA M-mode CSRsAnup Patel1-4/+4
2022-07-20lib: sbi_hart: Shorten the code to set MPV bitgagachang1-10/+3
2022-05-07lib: sbi_platform: Add callback to populate HART extensionsAnup Patel1-4/+14
2022-05-07lib: sbi: Add sbi_hart_update_extension() functionAnup Patel1-5/+38
2022-05-07lib: sbi: Detect hart features only once for each hartAnup Patel1-3/+11
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel1-62/+54
2022-05-07lib: sbi: Fix AIA feature detectionAnup Patel1-4/+3
2022-05-07lib: sbi: Remove MENVCFG hart featureAnup Patel1-20/+12
2022-05-07lib: sbi: Remove MCOUNTINHIBT hart featureAnup Patel1-15/+8
2022-05-07lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart featuresAnup Patel1-24/+5
2022-05-07lib: sbi: Detect and print privileged spec versionAnup Patel1-6/+46
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