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
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
lib: fix fdt_parse_plicsw_node()
Heinrich Schuchardt
1
-2
/
+4
2022-12-05
lib: fix fdt_parse_plmt_node()
Heinrich Schuchardt
1
-2
/
+4
2022-12-05
lib: simplify fdt_parse_plicsw_node()
Heinrich Schuchardt
1
-1
/
+1
2022-12-05
lib: simplify fdt_parse_plmt_node()
Heinrich Schuchardt
1
-1
/
+1
2022-11-15
lib: utils/serial: Fix semihosting compile error using LLVM
Anup Patel
1
-2
/
+2
2022-11-14
lib: utils/fdt: Simplified code
Xiang W
1
-27
/
+4
2022-11-14
lib: utils/fdt: Remove redundant code
Xiang W
1
-12
/
+0
2022-10-23
lib: utils/ipi: Add Andes fdt ipi driver support
Yu Chien Peter Lin
5
-0
/
+251
2022-10-23
lib: utils/reset: Add Andes fdt reset driver support
Yu Chien Peter Lin
3
-0
/
+129
2022-10-23
lib: utils/timer: Add Andes fdt timer support
Yu Chien Peter Lin
5
-0
/
+222
2022-10-23
lib: sbi: Add sbi_domain_root_add_memrange() API
Yu Chien Peter Lin
1
-36
/
+14
2022-09-13
lib: utils/serial: add semihosting support
Kautuk Consul
3
-0
/
+183
2022-09-13
lib: utils/fdt: Fix DT parsing in fdt_pmu_setup()
Anup Patel
1
-32
/
+42
2022-08-23
lib: utils: serial: Add Cadence UART driver
Jun Liang Tan
6
-4
/
+180
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
12
-5
/
+39
2022-08-08
lib: utils/gpio: Use kconfig for enabling/disabling drivers
Anup Patel
4
-5
/
+30
2022-08-08
lib: utils/i2c: Use kconfig for enabling/disabling drivers
Anup Patel
3
-5
/
+29
2022-08-08
lib: utils/irqchip: Use kconfig for enabling/disabling drivers
Anup Patel
3
-11
/
+53
2022-08-08
lib: utils/ipi: Use kconfig for enabling/disabling drivers
Anup Patel
3
-5
/
+29
2022-08-08
lib: utils/timer: Use kconfig for enabling/disabling drivers
Anup Patel
3
-5
/
+29
2022-08-08
lib: utils/sys: Use kconfig for enabling/disabling drivers
Anup Patel
5
-2
/
+20
2022-08-08
lib: utils/reset: Use kconfig for enabling/disabling drivers
Anup Patel
3
-14
/
+49
2022-08-08
lib: utils/serial: Use kconfig for enabling/disabling drivers
Anup Patel
3
-22
/
+99
2022-08-08
Makefile: Add initial kconfig support for each platform
Anup Patel
1
-0
/
+1
2022-07-30
lib: utils/serial: Ensure baudrate is non-zero before using
Andrew Jones
4
-6
/
+13
2022-07-30
lib: serial: Clean up coding style in sifive-uart.c
Andrew Jones
1
-3
/
+8
2022-07-30
lib: utils/serial: Initialize platform_uart_data to zero
Andrew Jones
5
-5
/
+5
2022-07-30
lib: utils/fdt: Factor out common uart node code
Andrew Jones
1
-92
/
+39
2022-07-20
lib: utils/serial: Update Shakti UART based on latest implementation
Prasanna T
1
-3
/
+3
2022-06-22
lib: utils/timer: Remove Allwinner D1 CLINT compatibles
Samuel Holland
2
-7
/
+0
2022-06-22
lib: irqchip/plic: fix typo in plic_warm_irqchip_init
Jan Remes
1
-1
/
+1
2022-06-21
lib: utils/timer: Add a separate compatible for the D1 CLINT
Samuel Holland
2
-14
/
+26
2022-06-21
lib: utils: Remove CSRs that set/clear an IMSIC interrupt file bits
Anup Patel
1
-6
/
+45
2022-06-13
lib: utils/irqchip: Add wrapper for T-HEAD PLIC delegation
Samuel Holland
1
-0
/
+7
2022-06-13
lib: utils/irqchip: Add FDT wrappers for PLIC save/restore functions
Samuel Holland
1
-0
/
+32
2022-06-13
lib: irqchip/plic: Add priority save/restore helpers
Samuel Holland
1
-0
/
+19
2022-06-13
lib: irqchip/plic: Add context save/restore helpers
Samuel Holland
1
-3
/
+48
2022-06-13
lib: irqchip/plic: Factor out a context init function
Samuel Holland
1
-26
/
+29
2022-06-13
lib: irqchip/plic: Constify plic_data pointers
Samuel Holland
1
-5
/
+6
2022-05-30
lib: utils/fdt: Require match data to be const
Samuel Holland
3
-4
/
+4
2022-05-14
lib: utils/fdt: rename fdt_parse_max_hart_id
Jan Remes
1
-1
/
+1
2022-05-14
lib: utils: check if CPU node is enabled
Jan Remes
3
-1
/
+19
2022-05-14
lib: utils/fdt: introduce fdt_node_is_enabled()
Jan Remes
1
-0
/
+18
2022-05-13
lib: utils/irqchip: fix typo when checking for CPU node
Jan Remes
1
-1
/
+1
2022-05-13
lib: utils/gpio: Generate FDT gpio driver list at compile-time
Anup Patel
3
-10
/
+15
2022-05-13
lib: utils/i2c: Generate FDT i2c adapter driver list at compile-time
Anup Patel
3
-9
/
+12
2022-05-13
lib: utils/ipi: Generate FDT ipi driver list at compile-time
Anup Patel
3
-7
/
+12
2022-05-13
lib: utils/irqchip: Generate FDT irqchip driver list at compile-time
Anup Patel
3
-11
/
+16
2022-05-13
lib: utils/timer: Generate FDT timer driver list at compile-time
Anup Patel
3
-7
/
+12
2022-05-13
lib: utils/serial: Generate FDT serial driver list at compile-time
Anup Patel
3
-21
/
+26
[prev]
[next]