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