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
Age
Commit message (
Expand
)
Author
2021-11-02
lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functions
Anup Patel
2021-11-02
lib: sbi: Refine addr format in sbi_printf
Dong Du
2021-10-20
Makefile: Add build time and compiler info string
Wei Fu
2021-10-18
lib: sbi: system reset with invalid parameters
Heinrich Schuchardt
2021-10-18
lib: sbi: Save context for all non-retentive suspend types
Anup Patel
2021-10-11
lib: sbi: add priority for reset handler
Nikita Shubin
2021-10-11
lib: sbi: convert reset to list
Nikita Shubin
2021-09-26
lib: sbi: Add generic timer delay loop function
Anup Patel
2021-09-26
lib: sbi: Print timer frequency at boot time
Anup Patel
2021-09-22
lib: sbi: Add BUG() macro for csr_read/write_num() and misa_string()
Xiang W
2021-09-22
lib: sbi: fix ctz bug
Xiang W
2021-09-03
lib: sbi: Refine the way to construct platform features
Dong Du
2021-09-03
lib: sbi: Checking fifo validness in sbi_fifo_is_empty and is_full
Dong Du
2021-08-30
lib: sbi: protect dprintf output with spinlock
Dong Du
2021-08-30
lib: sbi: Correct typo in faults delegation CSR name
Rahul Pathak
2021-08-20
lib: sbi_trap: Restore redirect for access faults
Samuel Holland
2021-08-20
lib: sbi: Fix bug in sbi_ecall_rfence that misses checking
Dong Du
2021-08-07
lib: sbi: Fix bug in strncmp function when count is 0
Dong Du
2021-07-11
lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csr
Anup Patel
2021-07-11
lib: sbi: Improve TLB function naming
Atish Patra
2021-07-11
lib: sbi: Implement firmware counters
Atish Patra
2021-07-11
lib: sbi: Implement SBI PMU extension
Atish Patra
2021-07-11
lib: sbi: Add PMU support
Atish Patra
2021-07-11
lib: sbi: Use csr_read/write_num to read/update PMU counters
Atish Patra
2021-07-11
lib: sbi: Remove redundant boot time print statement
Atish Patra
2021-07-11
lib: sbi: Disable m/scounteren & enable mcountinhibit
Atish Patra
2021-07-11
lib: sbi: Detect number of bits implemented in mhpmcounter
Atish Patra
2021-07-11
lib: sbi: Remove stray '\' character
Atish Patra
2021-07-11
lib: sbi: Detect mcountinihibit support at runtime
Atish Patra
2021-06-22
lib: simplify sbi_fifo_inplace_update()
Heinrich Schuchardt
2021-06-22
lib: sign conflict in wake_coldboot_harts()
Heinrich Schuchardt
2021-06-22
lib: sign conflict in sbi_tlb_entry_process()
Heinrich Schuchardt
2021-06-11
lib: sbi_scratch: zero out scratch memory on all harts
Heinrich Schuchardt
2021-06-02
lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset
Heinrich Schuchardt
2021-05-24
lib: Check region base for merging in sbi_domain_root_add_memregion()
Anup Patel
2021-05-14
lib: sbi: Have spinlock checks return bool
Daniel Schaefer
2021-04-28
lib: sbi: Show devices provided by platform in boot prints
Anup Patel
2021-04-28
lib: sbi: Simplify HSM platform operations
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-28
lib: sbi: Remove domains_root_regions() platform callback
Anup Patel
2021-04-24
lib: sbi: Fix sbi_domain_root_add_memregion() for merging memregions
Anup Patel
2021-04-13
lib: sbi: Make sbi_domain_memregion_initfw() a local function
Anup Patel
2021-04-13
lib: sbi: Make the root domain instance global variable
Anup Patel
2021-04-13
lib: sbi: Add sbi_domain_root_add_memregion() API
Anup Patel
2021-04-13
lib: sbi: Add sbi_domain_memregion_init() API
Anup Patel
2021-04-13
lib: sbi: Domains can be registered only before finalizing domains
Anup Patel
2021-04-09
lib: sbi: fix atomic_add_return
Xiang W
[next]