index
:
starfive-tech/opensbi.git
JH7110_VisionFive2_devel
StarFive_JH7100_generic
debug
master
rtthread_AMP
starfive-dubhe
starfive-v1.0-dubhe
starfive-v1.1-dubhe
starfive-v1.2-dubhe
starfive-v1.4-dubhe
starfive-v1.5.1-dubhe
StarFive Tech OpenSBI for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-12-06
lib: utils/suspend: Add RPMI system suspend driver
Subrahmanya Lingappa
3
-0
/
+150
2024-12-06
lib: utils: Add simple FDT based system suspend driver framework
Anup Patel
5
-0
/
+48
2024-12-06
lib/utils: reset: Add RPMI System Reset driver
Rahul Pathak
3
-0
/
+149
2024-12-06
lib/utils: Add RPMI messaging protocol and shared memory transport support
Rahul Pathak
4
-0
/
+883
2024-12-06
lib: utils/mailbox: Add simple FDT based mailbox framework
Anup Patel
4
-0
/
+110
2024-12-06
lib: utils/mailbox: Add generic mailbox library
Anup Patel
4
-0
/
+159
2024-11-28
lib: utils/timer: Use fdt_driver for initialization
Samuel Holland
4
-40
/
+9
2024-11-28
lib: utils/serial: Use fdt_driver for initialization
Samuel Holland
11
-55
/
+17
2024-11-28
lib: utils/reset: Use fdt_driver for initialization
Samuel Holland
8
-43
/
+11
2024-11-28
lib: utils/regmap: Use fdt_driver for initialization
Samuel Holland
3
-27
/
+5
2024-11-28
lib: utils/ipi: Use fdt_driver for initialization
Samuel Holland
4
-43
/
+9
2024-11-28
lib: utils/i2c: Use fdt_driver for initialization
Samuel Holland
4
-30
/
+6
2024-11-28
lib: utils/gpio: Use fdt_driver for initialization
Samuel Holland
5
-36
/
+25
2024-11-28
lib: utils/fdt: Add helpers for generic driver initialization
Samuel Holland
2
-0
/
+81
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
8
-25
/
+17
2024-11-28
lib: sbi_irqchip: Set the IRQ handler when registering a chip
Samuel Holland
1
-3
/
+1
2024-11-28
platform: Drop irqchip warm init and exit hooks
Samuel Holland
4
-61
/
+1
2024-11-28
lib: sbi_irqchip: Call driver warm_init from SBI core
Samuel Holland
5
-11
/
+7
2024-11-28
lib: sbi_irqchip: Register devices during cold init
Samuel Holland
3
-0
/
+20
2024-11-28
lib: utils/irqchip: Move per-hart data from fdt_plic to plic
Samuel Holland
2
-52
/
+46
[next]