summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_system.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-03lib: sbi: Rename sbi_hsm_hart_started_mask() functionAnup Patel1-1/+1
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel1-2/+11
2020-12-01include: sbi: Remove opensbi specific reset type definesAnup Patel1-2/+2
2020-10-20lib: sbi: Extend sbi_system_reset() for domainsAnup Patel1-3/+4
2020-10-20lib: sbi: Extend sbi_hsm_hart_started_mask() for domainsAnup Patel1-1/+3
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-29/+5
2020-03-28include: sbi_system: Remove scratch parameter and redundant functionsAnup Patel1-22/+4
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel1-2/+2
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel1-2/+2
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-6/+7
2020-03-11lib: sbi_system: Use sbi_hsm_hart_started_mask() APIAnup Patel1-6/+20
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel1-0/+1
2020-02-24lib: Implement hart hotplugAtish Patra1-0/+5
2020-01-22lib: Introduce sbi_ipi_send_halt() APIAnup Patel1-6/+4
2020-01-07lib: improve system reboot and shutdown implementationAnup Patel1-13/+24
2020-01-07lib: Add system early_exit and final_exit APIsAnup Patel1-0/+10
2019-12-23lib: Add IPI extension in SBIAtish Patra1-1/+2
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-0/+45