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
/
objects.mk
Age
Commit message (
Expand
)
Author
2024-06-19
lib: sbi: implement SBI FWFT extension
Clément Léger
2024-06-19
lib: sbi: add support for firmware features extension
Clément Léger
2024-04-05
lib: sbi: Implement SBI SSE extension
Clément Léger
2024-04-05
lib: sbi: Add support for Supervisor Software Events extension
Clément Léger
2024-03-19
lib: tests: Move tests to a separate directory
Ivan Orlov
2024-03-11
lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c
Bo Gan
2024-03-10
lib: sbi: Add initial domain context management support
Qingyu Shang
2024-03-10
lib: tests: Add sbi_console test
Ivan Orlov
2024-03-10
lib: tests: Add a test for sbi_bitmap
Ivan Orlov
2024-03-10
lib: Add SBIUnit testing macros and functions
Ivan Orlov
2024-01-10
lib: sbi: Implement SBI debug trigger extension
Himanshu Chauhan
2024-01-10
lib: sbi: Introduce the SBI debug triggers extension support
Himanshu Chauhan
2023-06-05
lib: sbi: Introduce simple heap allocator
Anup Patel
2023-04-07
lib: sbi: Implement SBI CPPC extension
Sunil V L
2023-02-27
lib: sbi: Add system suspend skeleton
Andrew Jones
2023-02-10
lib: sbi: Implement SBI debug console extension
Anup Patel
2022-11-15
lib: sbi_ecall: Split up sbi_ecall_replace
Vivian Wang
2022-10-23
lib: sbi_ecall: Add Kconfig option for each extension
Vivian Wang
2022-10-23
lib: sbi_ecall: Generate extensions list with carray
Vivian Wang
2022-02-28
lib: sbi: Add a simple external interrupt handling framework
Anup Patel
2021-07-11
lib: sbi: Implement SBI PMU extension
Atish Patra
2021-07-11
lib: sbi: Add PMU support
Atish Patra
2020-10-20
lib: sbi: Add initial domain support
Anup Patel
2020-05-10
lib: Add platform features in boot time print
Atish Patra
2020-05-10
lib: Create a separate math helper function file
Atish Patra
2020-05-10
lib: Rename unprivileged trap handler
Atish Patra
2020-03-28
lib: Optimize unpriv load/store implementation
Anup Patel
2020-03-11
lib: Simple bitmap library
Anup Patel
2020-03-10
lib: Sort build objects in alphabetical order
Bin Meng
2020-03-08
include: sbi_bitops: More useful bit operations
Anup Patel
2020-02-24
lib: Implement Hart State Management (HSM) SBI extension
Atish Patra
2020-02-24
lib: Implement hart hotplug
Atish Patra
2020-01-22
lib: Factor-out SBI base extension
Anup Patel
2020-01-22
lib: Factor-out SBI vendor extension
Anup Patel
2020-01-22
lib: Factor-out SBI replacement extensions
Anup Patel
2020-01-22
lib: Factor-out SBI legacy extension
Anup Patel
2019-12-23
lib: Add hfence instruction encoding
Atish Patra
2019-11-21
lib: Better naming of unpriv APIs for wider use
Anup Patel
2019-06-19
lib: Rename string.x to sbi_string.x
Atish Patra
2019-06-19
lib: Include helper libc functions directly in libsbi.
Atish Patra
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra