summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_hart.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-26lib: sbi: Detect PMP granularity and number of address bitsAtish Patra1-0/+2
2020-10-21lib: sbi: Display domain details in boot printsAnup Patel1-2/+2
2020-10-20lib: sbi: Remove redundant sbi_hart_pmp_xyz() functionsAnup Patel1-6/+0
2020-10-20lib: sbi: Remove redundant hartid parameter from sbi_hart_init()Anup Patel1-1/+1
2020-10-20lib: sbi: Configure PMP late in coldboot and warmboot pathAnup Patel1-0/+1
2020-09-16lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() APIAnup Patel1-1/+2
2020-09-01lib: sbi: Detect and print MHPM counters at boot-timeAnup Patel1-0/+1
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel1-5/+3
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel1-0/+4
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel1-3/+3
2020-05-19lib: sbi: Improve get_feature_str() implementation and usageAnup Patel1-1/+1
2020-05-10lib: Add hart features in boot time printAtish Patra1-0/+4
2020-05-10lib: timer: Provide a hart based timer featureAtish Patra1-0/+2
2020-05-10platform: Move platform features to hartAtish Patra1-0/+11
2020-05-10lib: Add support for hart specific featuresAtish Patra1-0/+1
2020-05-10lib: Rename unprivileged trap handlerAtish Patra1-3/+3
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel1-3/+5
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-2/+0
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel1-3/+0
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel1-6/+0
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel1-4/+0
2020-02-24lib: Implement hart hotplugAtish Patra1-0/+2
2020-02-19lib: Print interrupt and exception delegation in boot printsAnup Patel1-0/+1
2019-09-30lib: Extend sbi_hart_switch_mode() to support hypervisor extensionAnup Patel1-1/+2
2019-05-24lib: Add per-HART trap info pointerAnup Patel1-1/+5
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-4/+3
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2018-12-21Introduce sbi_current_hartid()Damien Le Moal1-0/+2
2018-12-21Cleanup and rename sbi_hart_boot_next()Damien Le Moal1-4/+4
2018-12-21Refine platform features controlDamien Le Moal1-1/+1
2018-12-21Use wfi for coldboot finish call.Atish Patra1-1/+1
2018-12-11Initial commit.Anup Patel1-0/+41