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
2024-08-24
util: atcsmu.c: modify sbi_printf() formatting
Yu Chien Peter Lin
1
-9
/
+6
2024-08-24
util: atcsmu.c: fix typo "%s/hard/hart/"
Leo Yu-Chi Liang
1
-1
/
+1
2024-08-24
lib: utils/serial: Pass the FDT to fdt_serial_init()
Samuel Holland
1
-2
/
+1
2024-08-24
lib: utils/reset: Pass the FDT to fdt_reset_init()
Samuel Holland
1
-2
/
+1
2024-08-24
lib: utils/timer: Constify FDT pointers in parsing functions
Samuel Holland
3
-3
/
+3
2024-08-24
lib: utils/serial: Constify FDT pointers in parsing functions
Samuel Holland
10
-13
/
+13
2024-08-24
lib: utils/reset: Constify FDT pointers in parsing functions
Samuel Holland
7
-9
/
+9
2024-08-24
lib: utils/regmap: Constify FDT pointers in parsing functions
Samuel Holland
2
-5
/
+5
2024-08-24
lib: utils/irqchip: Constify FDT pointers in parsing functions
Samuel Holland
4
-8
/
+8
2024-08-24
lib: utils/ipi: Constify FDT pointers in parsing functions
Samuel Holland
3
-4
/
+4
2024-08-24
lib: utils/i2c: Constify FDT pointers in parsing functions
Samuel Holland
3
-7
/
+7
2024-08-24
lib: utils/gpio: Constify FDT pointers in parsing functions
Samuel Holland
4
-6
/
+6
2024-08-24
lib: utils/fdt: Constify FDT parsing functions
Samuel Holland
3
-39
/
+56
2024-08-23
lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is ...
Yu Chien Peter Lin
1
-2
/
+1
2024-07-23
lib: utils/fdt: Add support for parsing riscv,isa-extensions
Conor Dooley
1
-4
/
+23
2024-07-04
Makefile: change to using .carray.c for carray files
Ben Dooks
8
-8
/
+8
2024-06-13
lib: serial: fix RX path in litex-uart
Gabriel Somlo
1
-2
/
+8
2024-06-13
lib: utils/reset: Try initializing all reset devices in dt
Xiang W
1
-5
/
+5
2024-06-13
lib: utils/reset: Fix fdt_reset to search for more dt nodes
Xiang W
1
-13
/
+15
2024-06-13
lib: utils/reset: Skip initialize reset when dt is not enabled
Xiang W
1
-0
/
+3
2024-06-13
lib: utils/serial: Fix fdt_serial to match more dt nodes
Xiang W
1
-13
/
+13
2024-06-13
lib: utils/serial: Skip initialize serial when dt is not enabled
Xiang W
1
-0
/
+7
2024-06-13
lib: utils/irqchip: Skip initialize irqchip when dt is not enabled
Xiang W
1
-0
/
+3
2024-06-13
lib: utils/timer: Skip initialize timer when dt is not enabled
Xiang W
1
-0
/
+3
2024-06-13
lib: utils/ipi: Skip initialize ipi when dt is not enabled
Xiang W
1
-0
/
+3
2024-06-05
lib: utils/fdt: Fix DT property for APLIC delegation
Anup Patel
1
-1
/
+3
2024-05-23
lib: utils/gpio: respect flag GPIO_FLAG_ACTIVE_LOW
Inochi Amaoto
1
-1
/
+13
2024-05-23
lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...
Cyan Yang
1
-0
/
+6
2024-05-16
lib: utils/irqchip: Check before initializing imsic
Cheng Yang
1
-0
/
+8
2024-05-15
utils/reset: Add SG2042 hwmon MCU support.
Inochi Amaoto
3
-0
/
+121
2024-04-10
lib: utils: check correct value in fdt_node_offset_by_compatible
Heinrich Schuchardt
1
-1
/
+1
2024-04-05
lib: utils/timer: Optimize current hart scratch access
Samuel Holland
1
-15
/
+3
2024-03-19
lib: sbi: Remove regs paramter of sbi_irqchip_process()
Anup Patel
1
-1
/
+1
2024-02-20
platform: generic: Add support for specify coldboot harts in DT
Cheng Yang
1
-0
/
+17
2023-12-27
lib: utils/timer: mtimer: only use regname for aclint
Inochi Amaoto
3
-5
/
+7
2023-12-19
lib: utils/irqchip: Add shared MMIO region for PLIC in root domain
Anup Patel
2
-1
/
+6
2023-12-19
lib: sbi: Using one array to define the name of extensions
Yong-Xuan Wang
1
-2
/
+4
2023-12-11
lib: utils/fdt: Allow to use reg-names when parsing ACLINT
Inochi Amaoto
1
-12
/
+87
2023-12-06
lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table
Yu Chien Peter Lin
1
-1
/
+1
2023-12-06
lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable
Yu Chien Peter Lin
1
-9
/
+5
2023-12-06
lib: utils: fdt_fixup: Allow preserving PMU properties
Yu Chien Peter Lin
2
-0
/
+10
2023-12-06
sbi: sbi_pmu: Improve sbi_pmu_init() error handling
Yu Chien Peter Lin
1
-1
/
+1
2023-12-06
lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme
Leo Yu-Chi Liang
1
-66
/
+38
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback
Anup Patel
1
-1
/
+1
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback
Anup Patel
2
-3
/
+3
2023-11-24
lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register
Anup Patel
1
-1
/
+1
2023-11-17
lib: utils/serial: remove semihosting_putc
Xiang W
1
-6
/
+0
2023-11-17
lib: sbi: Add Zkr in hart extensions
Heinrich Schuchardt
1
-0
/
+1
2023-11-16
lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
Inochi Amaoto
1
-0
/
+1
2023-11-16
lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
Inochi Amaoto
1
-0
/
+6
[next]