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-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
2024-11-28
lib: utils/irqchip: plic: Common PM save/restore
Samuel Holland
2
-71
/
+95
2024-11-28
lib: utils/irqchip: plic: Provide a hartindex to context map
Samuel Holland
2
-50
/
+26
2024-11-28
lib: utils/irqchip: plic: Move delegation to base PLIC driver
Samuel Holland
2
-13
/
+14
2024-11-28
lib: utils/irqchip: plic: Allow enabling IRQs by default
Samuel Holland
1
-6
/
+11
2024-11-11
platform: Drop IPI warm init and exit hooks
Samuel Holland
3
-34
/
+1
2024-11-11
lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()
Samuel Holland
4
-18
/
+2
2024-11-11
lib: sbi_ipi: Make .ipi_clear always target the current hart
Samuel Holland
2
-12
/
+7
2024-11-05
lib: utils/regmap: Use FDT node offset as regmap ID
Samuel Holland
2
-9
/
+9
2024-11-05
lib: utils/gpio: Use FDT node offset as GPIO chip ID
Samuel Holland
4
-21
/
+14
2024-11-05
lib: utils/gpio: Remove fdt_gpio_driver() function
Samuel Holland
1
-16
/
+1
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
3
-34
/
+1
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
4
-14
/
+16
2024-10-28
lib: utils/gpio: designware: Allocate chips on the heap
Samuel Holland
1
-10
/
+9
2024-10-25
lib: utils/fdt: Use sbi_domain_memregion_init() when parsing domains
Anup Patel
1
-6
/
+8
2024-10-25
lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLIC
Anup Patel
1
-7
/
+4
2024-10-25
lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSIC
Anup Patel
1
-8
/
+6
2024-10-25
lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswi
Anup Patel
1
-14
/
+6
2024-09-27
lib: utils/ipi: Fix hartid wrongly used as hart index
Samuel Holland
2
-4
/
+2
2024-09-26
lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart index
Samuel Holland
1
-2
/
+3
2024-09-25
lib: utils/irqchip: Look up IMSIC data by hart index
Samuel Holland
1
-5
/
+5
2024-08-24
lib: Delete redundant `ulong`
Zhang RunMin
1
-1
/
+1
2024-08-24
lib: utils: fdt_domain: Make opensbi-domain optional in CPU node
Gregor Haas
1
-4
/
+4
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
[prev]
[next]