index
:
riscv-gnu-toolchain/qemu/roms/opensbi.git
master
release-1.3.1
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
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
2023-11-16
lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
Inochi Amaoto
1
-15
/
+20
2023-11-16
utils/reset: Remove fdt_reset_thead
Guo Ren
5
-212
/
+0
2023-11-16
lib: utils/serial: Optimize semihosting_putc implementation
Chen Pei
1
-5
/
+5
2023-10-06
gpio/starfive: redundant readl() call
Heinrich Schuchardt
1
-1
/
+0
2023-10-06
lib: utils: Simplify SET_ISA_EXT_MAP()
Heinrich Schuchardt
1
-6
/
+4
2023-10-06
lib: utils/fdt: simplify dt_parse_isa_extensions
Heinrich Schuchardt
1
-4
/
+0
2023-10-06
lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSW
Yu Chien Peter Lin
2
-3
/
+8
2023-10-06
lib: utils/serial: Ensure proper allocation of PMP entries for uart8250
Yu Chien Peter Lin
1
-2
/
+1
2023-09-24
lib: utils/regmap: Mark syscon region as shared read-write
Anup Patel
1
-0
/
+7
2023-09-24
lib: utils/serial: Add shared regions for serial drivers
Mayuresh Chitale
3
-2
/
+20
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
3
-10
/
+16
2023-09-24
lib: sbi: Extend sbi_hartmask to support both hartid and hartindex
Xiang W
1
-2
/
+2
2023-08-06
lib: utils/fdt: Fix fdt_parse_isa_extensions() implementation
Anup Patel
1
-43
/
+79
2023-07-31
lib: utils/reset: Remove SiFive Test reset driver
Anup Patel
6
-114
/
+0
2023-07-31
lib: utils/reset: Add syscon based reboot and poweroff
Anup Patel
3
-0
/
+176
2023-07-31
lib: utils/regmap: Add simple FDT based syscon regmap driver
Anup Patel
3
-0
/
+272
2023-07-31
lib: utils/regmap: Add simple FDT based regmap framework
Anup Patel
4
-0
/
+106
2023-07-31
lib: utils/regmap: Add generic regmap access library
Anup Patel
4
-0
/
+135
2023-07-31
include: sbi_utils: Remove driver pointer from struct i2c_adapter
Anup Patel
2
-6
/
+0
2023-07-31
libfdt: fix SPDX license identifiers
Heinrich Schuchardt
16
-16
/
+16
2023-07-13
lib: utils: Add detection of Smepmp from ISA string in FDT
Himanshu Chauhan
1
-0
/
+111
2023-07-12
lib: utils/gpio: Fix RV32 compile error for designware GPIO driver
Anup Patel
1
-2
/
+2
2023-07-09
lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers
Anup Patel
2
-2
/
+12
2023-07-07
gpio/desginware: add Synopsys DesignWare APB GPIO support
Ben Dooks
3
-0
/
+147
2023-06-15
platform/lib: Set no-map attribute on all PMP regions
Alexandre Ghiti
1
-39
/
+10
2023-06-06
lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer
Anup Patel
2
-17
/
+70
2023-06-05
lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
Anup Patel
1
-3
/
+0
2023-06-05
lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
Anup Patel
1
-22
/
+66
2023-06-05
lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
Anup Patel
1
-15
/
+61
2023-06-05
lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
Anup Patel
1
-10
/
+33
2023-06-05
lib: utils/fdt: Use heap in FDT domain parsing
Anup Patel
1
-42
/
+71
[next]