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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-24
lib: rpmi: Make RPMI drivers as non-experimental
Rahul Pathak
7
-7
/
+0
2025-06-24
lib: utils: Add Implementation ID and Version as RPMI MPXY attributes
Rahul Pathak
2
-0
/
+21
2025-06-16
lib: utils: Fix fdt_parse_aclint_node() for non-contiguous hartid
Anup Patel
1
-3
/
+0
2025-06-16
lib: utils/irqchip: always parse msi information for each aplic device
Inochi Amaoto
1
-69
/
+71
2025-06-14
lib: utils: hsm: Do not fail on EALREADY in rpmi-hsm fixup.
Ziang Wang
1
-1
/
+1
2025-05-20
lib: utils: fdt: Claim Zicntr if time CSR emulation is possible
Yao Zi
1
-1
/
+32
2025-05-20
lib: utils: Fix fdt_mpxy_init() not returning error code
Alvin Chang
1
-6
/
+2
2025-05-20
lib: utils/mpxy: Remove p2a_db_index from RPMI system MSI attributes
Anup Patel
1
-4
/
+9
2025-05-20
lib: utils/mailbox: Parse A2P doorbell value from DT
Anup Patel
1
-4
/
+10
2025-05-20
lib: utils/mailbox: Parse P2A doorbell system MSI index from DT
Anup Patel
1
-4
/
+12
2025-05-20
lib: utils/mailbox: Update DT register name of A2P doorbell
Anup Patel
1
-2
/
+2
2025-04-24
lib: sbi: Set the scratch allocation to alignment to cacheline size
Raj Vishwanathan
1
-0
/
+24
2025-04-23
lib: utils/fdt: Remove fdt_match_node()
Samuel Holland
1
-19
/
+0
2025-04-15
lib: sbi: Remove unnecessary SBI_INIT_LIST_HEAD
Xiang W
2
-3
/
+0
2025-03-27
lib: utils/serial: Add PXA UARTs support
Junhui Liu
2
-4
/
+14
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
3
-12
/
+6
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-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-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: 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-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
2025-02-12
lib: utils/irqchip: Use fdt_driver for initialization
Samuel Holland
5
-36
/
+9
2025-02-12
lib: utils:Check that hartid is valid
Raj Vishwanathan
2
-4
/
+4
2025-02-11
lib: utils: Make the enforce permission bit configurable from DT
Chao Du
1
-1
/
+3
2025-02-11
lib: utils/fdt: update fdt_parse_aplic_node()
Huang Borong
1
-2
/
+1
2024-12-24
lib: utils: Fix irqchip registration for PLIC and APLIC
Anup Patel
2
-11
/
+3
2024-12-21
lib: utils: Mark RPMI drivers as experimental
Samuel Holland
7
-0
/
+10
2024-12-19
lib: utils: Improve rpmi_cppc_fc_db_trigger() for RV32
Xiang W
1
-14
/
+7
2024-12-15
lib: utils/fdt_cppc_rpmi: Fix compile error with LLVM
Anup Patel
1
-2
/
+5
2024-12-06
lib: utils/mpxy: Add RPMI client driver for MPXY
Rahul Pathak
3
-0
/
+454
2024-12-06
lib: utils: Add simple FDT based MPXY driver framework
Anup Patel
5
-0
/
+48
2024-12-06
lib: utils/cppc: Add RPMI CPPC driver
Subrahmanya Lingappa
3
-0
/
+389
2024-12-06
lib: utils: Add simple FDT based CPPC driver framework
Anup Patel
5
-0
/
+48
2024-12-06
lib: utils/hsm: Add RPMI HSM driver
Subrahmanya Lingappa
3
-0
/
+374
2024-12-06
lib: utils: Add simple FDT based HSM driver framework
Anup Patel
5
-0
/
+48
2024-12-06
lib: utils/fdt: Allow dynamic registration of FDT fixup callbacks
Anup Patel
1
-0
/
+33
[next]