index
:
opensbi.git
master
release-1.3.x
release-1.5.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-15
lib: sbi: Remove unnecessary SBI_INIT_LIST_HEAD
Xiang W
5
-6
/
+0
2025-04-15
lib: sbi: Fix SHMEM_PHYS_ADDR for RV32
Xiang W
1
-6
/
+0
2025-04-15
lib: sbi: Add parameter check in sbi_mpxy_set_shmem()
Xiang W
1
-0
/
+14
2025-04-14
lib: sbi: Allow programmable counters to monitor cycle/instret events for And...
Leo Yu-Chi Liang
1
-3
/
+4
2025-04-14
lib: sbi_ipi: Return error for invalid hartids
Andrew Jones
1
-0
/
+9
2025-04-13
lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen.
Rajnesh Kanwal
1
-0
/
+7
2025-04-13
lib: sbi_trap: Add support for vectored interrupts
Samuel Holland
1
-2
/
+2
2025-03-28
lib: Emit lr and sc instructions based on -march flags
Chao-ying Fu
2
-1
/
+68
2025-03-27
lib: utils/serial: Add PXA UARTs support
Junhui Liu
2
-4
/
+14
2025-03-27
lib: sbi: sse: Add support for SSTATUS.SDT
Clément Léger
1
-2
/
+10
2025-03-27
lib: sbi: sse: Add support for SSTATUS.SPELP
Clément Léger
1
-3
/
+13
2025-03-27
lib: sbi: sse: Remove superfluous parenthesis around MSTATUS_* values
Clément Léger
1
-2
/
+2
2025-03-27
lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*
Clément Léger
1
-6
/
+6
2025-03-27
lib: sbi: sse: Return SBI_EDENIED for read only parameters.
Clément Léger
1
-2
/
+8
2025-03-27
lib: sbi: sse: Remove printf from sbi_sse_exit()
Clément Léger
1
-4
/
+1
2025-03-27
lib: sbi: sse: Update SSE event ids
Clément Léger
2
-5
/
+7
2025-03-26
lib: utils: Make sure that hartid and the scratch are aligned
Raj Vishwanathan
1
-6
/
+3
2025-03-24
lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()
Samuel Holland
6
-19
/
+9
2025-03-24
lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()
Samuel Holland
1
-8
/
+5
2025-03-24
lib: sbi_scratch: Optimize hartid and scratch lookup
Samuel Holland
1
-2
/
+2
2025-03-24
lib: sbi_scratch: Apply bounds check to platform hart_count
Samuel Holland
1
-5
/
+9
2025-03-24
lib: sbi: Avoid GOT indirection for global symbol references
Samuel Holland
1
-1
/
+1
2025-03-24
Revert "lib: utils/irqchip: Match against more specific compatible strings fi...
Samuel Holland
1
-7
/
+1
2025-03-24
lib: utils/fdt: Respect compatible string fallback priority
Samuel Holland
1
-21
/
+25
2025-03-23
lib: sbi: Return SBI_EALREADY error code if SSE event is present
Himanshu Chauhan
1
-1
/
+1
2025-03-23
lib: tests: add bitwise operations unit tests
Dongdong Zhang
2
-0
/
+138
2025-03-23
lib: sbi: Fix potential garbage data in string copy functions
Dongdong Zhang
1
-8
/
+8
2025-03-23
lib: add tests for sbi_ecall functionality
Akshay Behl
2
-1
/
+54
2025-02-19
lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked feature
Clément Léger
1
-1
/
+1
2025-02-19
lib: utils/irqchip: Match against more specific compatible strings first
Alex Studer
1
-1
/
+7
2025-02-19
lib: utils/fdt: Allocate fdt_pmu_evt_select on the heap
Samuel Holland
1
-6
/
+11
2025-02-19
lib: utils/fdt: Remove redundant PMU property length checks
Samuel Holland
1
-3
/
+3
2025-02-19
lib: utils: Constify FDT driver definitions
Samuel Holland
4
-4
/
+4
2025-02-19
lib: sbi: sse: fix invalid errors returned for sse_hart_mask/unmask()
Clément Léger
1
-2
/
+2
2025-02-19
lib: sbi: Fix non-root domain startup
Anup Patel
2
-12
/
+38
2025-02-13
lib: sbi: Update MPXY framework and SBI extension as per latest spec
Anup Patel
2
-29
/
+40
2025-02-13
lib: utils: Add MPXY RPMI mailbox driver for System MSI service group
Anup Patel
3
-0
/
+211
2025-02-13
include: sbi_utils: Update RPMI service group IDs and BASE service group
Anup Patel
1
-4
/
+0
2025-02-13
lib: utils: Populate MPXY channel attributes from RPMI channel attributes
Anup Patel
1
-36
/
+65
2025-02-13
lib: utils: Implement get_attribute() for the RPMI shared memory mailbox
Anup Patel
1
-0
/
+35
2025-02-13
lib: utils: Improve variable declarations in MPXY RPMI mailbox client
Anup Patel
1
-16
/
+13
2025-02-13
lib: utils: Drop notifications from MPXY RPMI mailbox client
Anup Patel
2
-13
/
+0
2025-02-13
lib: sbi: Improve local variable declarations in MPXY framework
Anup Patel
1
-40
/
+25
2025-02-13
lib: sbi: Fix capability bit assignment in MPXY framework
Anup Patel
1
-6
/
+6
2025-02-13
lib: utils: Introduce optional MPXY RPMI service group operations
Anup Patel
1
-4
/
+20
2025-02-13
lib: utils: Constantify mpxy_rpmi_mbox_data in mpxy_rpmi_mbox
Anup Patel
2
-8
/
+9
2025-02-13
lib: utils: Split the FDT MPXY RPMI mailbox client into two parts
Anup Patel
4
-154
/
+119
2025-02-13
lib: sbi: increase the size of the string used for extension display
Clément Léger
1
-1
/
+1
2025-02-12
lib: utils: Initialize miscellaneous drivers in one pass
Samuel Holland
24
-131
/
+28
2025-02-12
lib: utils/fdt: Remove fdt_find_match()
Samuel Holland
1
-23
/
+0
[prev]
[next]