summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_system.c
AgeCommit message (Expand)Author
2025-10-28lib: sbi: Add system_resume callback for restoring the systemNick Hu
2024-10-25lib: sbi: factorize previous mode computationClément Léger
2024-09-26lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart indexSamuel Holland
2024-09-26lib: sbi: Simplify halt broadcast logicSamuel Holland
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang
2023-12-26lib: sbi: Fix shift bug in sbi_system_resetXiang W
2023-09-24include: sbi: Remove sbi_hartmask_for_each_hart() macroAnup Patel
2023-09-24lib: sbi: Extend sbi_hartmask to support both hartid and hartindexXiang W
2023-07-31lib: sbi: Update system suspend to specAndrew Jones
2023-06-04lib: sbi: Align system suspend errors with specAndrew Jones
2023-02-27platform: generic: Add system suspend testAndrew Jones
2023-02-27lib: sbi: Implement system suspendAndrew Jones
2023-02-27lib: sbi: Add system suspend skeletonAndrew Jones
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
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