aboutsummaryrefslogtreecommitdiff
path: root/include/sbi/sbi_hart.h
AgeCommit message (Expand)Author
2021-11-11lib: sbi: Detect Sscofpmf extension at run timeAtish Patra
2021-07-11lib: sbi: Detect number of bits implemented in mhpmcounterAtish Patra
2021-07-11lib: sbi: Detect mcountinihibit support at runtimeAtish Patra
2021-03-03lib: sbi: Add sbi_hart_reinit() functionAnup 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: 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-09-16lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() APIAnup Patel
2020-09-01lib: sbi: Detect and print MHPM counters at boot-timeAnup Patel
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup 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-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: Rename unprivileged trap handlerAtish Patra
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel
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
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel
2020-02-24lib: Implement hart hotplugAtish Patra
2020-02-19lib: Print interrupt and exception delegation in boot printsAnup Patel
2019-09-30lib: Extend sbi_hart_switch_mode() to support hypervisor extensionAnup Patel
2019-05-24lib: Add per-HART trap info pointerAnup Patel
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-01-24all: Update copyright header in all filesAnup patel
2018-12-21Introduce sbi_current_hartid()Damien Le Moal
2018-12-21Cleanup and rename sbi_hart_boot_next()Damien Le Moal
2018-12-21Refine platform features controlDamien Le Moal
2018-12-20Use wfi for coldboot finish call.Atish Patra
2018-12-11Initial commit.Anup Patel