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
/
include
/
sbi_utils
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-24
lib: utils: Add Implementation ID and Version as RPMI MPXY attributes
Rahul Pathak
2
-1
/
+9
2025-05-20
lib: utils: Fix fdt_mpxy_init() not returning error code
Alvin Chang
1
-2
/
+2
2025-05-20
lib: utils/mpxy: Remove p2a_db_index from RPMI system MSI attributes
Anup Patel
1
-1
/
+0
2025-05-20
lib: utils/mailbox: Parse P2A doorbell system MSI index from DT
Anup Patel
1
-0
/
+1
2025-04-24
lib: sbi: Set the scratch allocation to alignment to cacheline size
Raj Vishwanathan
1
-0
/
+2
2025-04-23
lib: utils/fdt: Remove fdt_match_node()
Samuel Holland
1
-3
/
+0
2025-03-27
lib: utils/serial: Add PXA UARTs support
Junhui Liu
1
-1
/
+3
2025-02-19
lib: utils/fdt: Allocate fdt_pmu_evt_select on the heap
Samuel Holland
1
-5
/
+0
2025-02-13
lib: utils: Add MPXY RPMI mailbox driver for System MSI service group
Anup Patel
1
-0
/
+88
2025-02-13
include: sbi_utils: Update RPMI service group IDs and BASE service group
Anup Patel
1
-9
/
+7
2025-02-13
lib: utils: Populate MPXY channel attributes from RPMI channel attributes
Anup Patel
1
-3
/
+0
2025-02-13
lib: utils: Implement get_attribute() for the RPMI shared memory mailbox
Anup Patel
1
-1
/
+12
2025-02-13
include: sbi_utils: Include mailbox.h in rpmi_mailbox.h header
Anup Patel
1
-0
/
+1
2025-02-13
lib: utils: Drop notifications from MPXY RPMI mailbox client
Anup Patel
1
-1
/
+0
2025-02-13
lib: utils: Introduce optional MPXY RPMI service group operations
Anup Patel
1
-0
/
+12
2025-02-13
lib: utils: Split the FDT MPXY RPMI mailbox client into two parts
Anup Patel
1
-0
/
+71
2025-02-12
lib: utils: Initialize miscellaneous drivers in one pass
Samuel Holland
5
-109
/
+3
2025-02-12
lib: utils/fdt: Remove fdt_find_match()
Samuel Holland
1
-4
/
+0
2025-02-12
lib: utils/irqchip: Use fdt_driver for initialization
Samuel Holland
1
-5
/
+1
2025-01-30
include: utils/fdt_helper: fix typo har't'id
Leo Yu-Chi Liang
1
-1
/
+1
2024-12-24
lib: utils: Fix irqchip registration for PLIC and APLIC
Anup Patel
2
-0
/
+8
2024-12-21
inclue: sbi_utils: Cleanup int vs bool in semihosting_init() definitions
Michael Neuling
1
-2
/
+2
2024-12-21
lib: utils: Mark RPMI drivers as experimental
Samuel Holland
1
-0
/
+1
2024-12-06
lib: utils/mpxy: Add RPMI client driver for MPXY
Rahul Pathak
1
-0
/
+93
2024-12-06
lib: utils: Add simple FDT based MPXY driver framework
Anup Patel
1
-0
/
+26
2024-12-06
lib: utils/cppc: Add RPMI CPPC driver
Subrahmanya Lingappa
1
-0
/
+105
2024-12-06
lib: utils: Add simple FDT based CPPC driver framework
Anup Patel
1
-0
/
+26
2024-12-06
lib: utils/hsm: Add RPMI HSM driver
Subrahmanya Lingappa
1
-0
/
+92
2024-12-06
lib: utils: Add simple FDT based HSM driver framework
Anup Patel
1
-0
/
+26
2024-12-06
lib: utils/fdt: Allow dynamic registration of FDT fixup callbacks
Anup Patel
1
-0
/
+15
2024-12-06
lib: utils/suspend: Add RPMI system suspend driver
Subrahmanya Lingappa
1
-0
/
+35
2024-12-06
lib: utils: Add simple FDT based system suspend driver framework
Anup Patel
1
-0
/
+26
2024-12-06
lib/utils: reset: Add RPMI System Reset driver
Rahul Pathak
1
-0
/
+27
2024-12-06
lib/utils: Add RPMI messaging protocol and shared memory transport support
Rahul Pathak
2
-0
/
+287
2024-12-06
lib: utils/mailbox: Add simple FDT based mailbox framework
Anup Patel
1
-0
/
+35
2024-12-06
lib: utils/mailbox: Add generic mailbox library
Anup Patel
1
-0
/
+180
2024-11-28
lib: utils/timer: Use fdt_driver for initialization
Samuel Holland
1
-5
/
+1
2024-11-28
lib: utils/serial: Use fdt_driver for initialization
Samuel Holland
1
-5
/
+1
2024-11-28
lib: utils/reset: Use fdt_driver for initialization
Samuel Holland
1
-14
/
+1
2024-11-28
lib: utils/regmap: Use fdt_driver for initialization
Samuel Holland
1
-7
/
+1
2024-11-28
lib: utils/ipi: Use fdt_driver for initialization
Samuel Holland
1
-5
/
+1
2024-11-28
lib: utils/i2c: Use fdt_driver for initialization
Samuel Holland
1
-7
/
+1
2024-11-28
lib: utils/gpio: Use fdt_driver for initialization
Samuel Holland
2
-4
/
+3
2024-11-28
lib: utils/fdt: Add helpers for generic driver initialization
Samuel Holland
1
-0
/
+59
2024-11-28
platform: Drop irqchip warm init and exit hooks
Samuel Holland
1
-8
/
+2
2024-11-28
lib: sbi_irqchip: Call driver warm_init from SBI core
Samuel Holland
2
-4
/
+0
2024-11-28
lib: utils/irqchip: Move per-hart data from fdt_plic to plic
Samuel Holland
2
-22
/
+5
2024-11-28
lib: utils/irqchip: plic: Common PM save/restore
Samuel Holland
2
-30
/
+11
2024-11-28
lib: utils/irqchip: plic: Provide a hartindex to context map
Samuel Holland
1
-4
/
+10
2024-11-28
lib: utils/irqchip: plic: Move delegation to base PLIC driver
Samuel Holland
1
-0
/
+4
[next]