index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbi
/
sbi_system.c
Age
Commit message (
Expand
)
Author
2025-10-28
lib: sbi: Add system_resume callback for restoring the system
Nick Hu
2024-10-25
lib: sbi: factorize previous mode computation
Clément Léger
2024-09-26
lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart index
Samuel Holland
2024-09-26
lib: sbi: Simplify halt broadcast logic
Samuel Holland
2024-05-07
sbi: sbi_domain_context: Add spinlock for updating domain assigned_harts
Alvin Chang
2023-12-26
lib: sbi: Fix shift bug in sbi_system_reset
Xiang W
2023-09-24
include: sbi: Remove sbi_hartmask_for_each_hart() macro
Anup Patel
2023-09-24
lib: sbi: Extend sbi_hartmask to support both hartid and hartindex
Xiang W
2023-07-31
lib: sbi: Update system suspend to spec
Andrew Jones
2023-06-04
lib: sbi: Align system suspend errors with spec
Andrew Jones
2023-02-27
platform: generic: Add system suspend test
Andrew Jones
2023-02-27
lib: sbi: Implement system suspend
Andrew Jones
2023-02-27
lib: sbi: Add system suspend skeleton
Andrew Jones
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
2021-10-11
lib: sbi: add priority for reset handler
Nikita Shubin
2021-10-11
lib: sbi: convert reset to list
Nikita Shubin
2021-04-28
lib: sbi: Simplify system reset platform operations
Anup Patel
2021-03-03
lib: sbi: Rename sbi_hsm_hart_started_mask() function
Anup Patel
2020-12-01
lib: sbi: Improve system reset platform operations
Anup Patel
2020-12-01
include: sbi: Remove opensbi specific reset type defines
Anup Patel
2020-10-20
lib: sbi: Extend sbi_system_reset() for domains
Anup Patel
2020-10-20
lib: sbi: Extend sbi_hsm_hart_started_mask() for domains
Anup Patel
2020-04-27
include: sbi_platform: Combine reboot and shutdown into one callback
Anup Patel
2020-03-28
include: sbi_system: Remove scratch parameter and redundant functions
Anup Patel
2020-03-28
include: sbi_ipi: Remove scratch parameter from most functions
Anup Patel
2020-03-19
lib: sbi_hsm: Remove scratch parameter from hart_started_mask() API
Anup Patel
2020-03-13
include: Make sbi_current_hartid() as macro in riscv_asm.h
Anup Patel
2020-03-11
lib: sbi_system: Use sbi_hsm_hart_started_mask() API
Anup Patel
2020-03-08
include: Move bits related defines and macros to sbi_bitops.h
Anup Patel
2020-02-24
lib: Implement hart hotplug
Atish Patra
2020-01-22
lib: Introduce sbi_ipi_send_halt() API
Anup Patel
2020-01-07
lib: improve system reboot and shutdown implementation
Anup Patel
2020-01-07
lib: Add system early_exit and final_exit APIs
Anup Patel
2019-12-23
lib: Add IPI extension in SBI
Atish Patra
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra