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
/
utils
/
sys
Age
Commit message (
Expand
)
Author
2024-08-24
util: atcsmu.c: modify sbi_printf() formatting
Yu Chien Peter Lin
2024-08-24
util: atcsmu.c: fix typo "%s/hard/hart/"
Leo Yu-Chi Liang
2023-07-31
lib: utils/reset: Remove SiFive Test reset driver
Anup Patel
2023-01-22
lib: utils: atcsmu: Add Andes System Management Unit support
Yu Chien Peter Lin
2023-01-06
lib: utils/sys: Allow custom HTIF base address for RV32
Bin Meng
2022-08-08
lib: utils/sys: Use kconfig for enabling/disabling drivers
Anup Patel
2022-01-11
lib: utils/sys: Extend HTIF library to allow custom base address
Anup Patel
2021-10-11
lib: sbi: convert reset to list
Nikita Shubin
2021-06-24
platform: Replace CLINT library usage with ACLINT library
Anup Patel
2021-04-28
lib: sbi: Simplify system reset platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify ipi platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify timer platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
2021-04-13
lib: utils/sys: Add CLINT memregion in the root domain
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-05-23
lib: utils: Allow CLINT functions to be used for multiple CLINTs
Anup Patel
2020-04-27
lib: utils: Add SiFive test device
Anup Patel
2020-04-27
include: sbi_platform: Combine reboot and shutdown into one callback
Anup Patel
2020-03-13
include: Make sbi_current_hartid() as macro in riscv_asm.h
Anup Patel
2020-02-18
lib: utils: htif: Fix 32-bit build
Bin Meng
2020-02-17
platform: Add Spike initial support
James Clarke
2020-01-02
lib: utils: Support CLINT with 32bit MMIO access on RV64 system
Anup Patel
2019-08-31
lib: Fix timer for 32 bit
Atish Patra
2019-08-16
platform: Remove the ipi_sync method from all platforms.
Atish Patra
2019-06-19
platform: Enable all drivers by default.
Atish Patra
2019-06-19
platform: Move platform common to lib/utils.
Atish Patra