aboutsummaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)AuthorFilesLines
2024-08-24util: atcsmu.c: modify sbi_printf() formattingYu Chien Peter Lin1-9/+6
2024-08-24util: atcsmu.c: fix typo "%s/hard/hart/"Leo Yu-Chi Liang1-1/+1
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland1-2/+1
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland1-2/+1
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland3-3/+3
2024-08-24lib: utils/serial: Constify FDT pointers in parsing functionsSamuel Holland10-13/+13
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland7-9/+9
2024-08-24lib: utils/regmap: Constify FDT pointers in parsing functionsSamuel Holland2-5/+5
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland4-8/+8
2024-08-24lib: utils/ipi: Constify FDT pointers in parsing functionsSamuel Holland3-4/+4
2024-08-24lib: utils/i2c: Constify FDT pointers in parsing functionsSamuel Holland3-7/+7
2024-08-24lib: utils/gpio: Constify FDT pointers in parsing functionsSamuel Holland4-6/+6
2024-08-24lib: utils/fdt: Constify FDT parsing functionsSamuel Holland3-39/+56
2024-08-23lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is ...Yu Chien Peter Lin1-2/+1
2024-07-23lib: utils/fdt: Add support for parsing riscv,isa-extensionsConor Dooley1-4/+23
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks8-8/+8
2024-06-13lib: serial: fix RX path in litex-uartGabriel Somlo1-2/+8
2024-06-13lib: utils/reset: Try initializing all reset devices in dtXiang W1-5/+5
2024-06-13lib: utils/reset: Fix fdt_reset to search for more dt nodesXiang W1-13/+15
2024-06-13lib: utils/reset: Skip initialize reset when dt is not enabledXiang W1-0/+3
2024-06-13lib: utils/serial: Fix fdt_serial to match more dt nodesXiang W1-13/+13
2024-06-13lib: utils/serial: Skip initialize serial when dt is not enabledXiang W1-0/+7
2024-06-13lib: utils/irqchip: Skip initialize irqchip when dt is not enabledXiang W1-0/+3
2024-06-13lib: utils/timer: Skip initialize timer when dt is not enabledXiang W1-0/+3
2024-06-13lib: utils/ipi: Skip initialize ipi when dt is not enabledXiang W1-0/+3
2024-06-05lib: utils/fdt: Fix DT property for APLIC delegationAnup Patel1-1/+3
2024-05-23lib: utils/gpio: respect flag GPIO_FLAG_ACTIVE_LOWInochi Amaoto1-1/+13
2024-05-23lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...Cyan Yang1-0/+6
2024-05-16lib: utils/irqchip: Check before initializing imsicCheng Yang1-0/+8
2024-05-15utils/reset: Add SG2042 hwmon MCU support.Inochi Amaoto3-0/+121
2024-04-10lib: utils: check correct value in fdt_node_offset_by_compatibleHeinrich Schuchardt1-1/+1
2024-04-05lib: utils/timer: Optimize current hart scratch accessSamuel Holland1-15/+3
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel1-1/+1
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang1-0/+17
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto3-5/+7
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel2-1/+6
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang1-2/+4
2023-12-11lib: utils/fdt: Allow to use reg-names when parsing ACLINTInochi Amaoto1-12/+87
2023-12-06lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select tableYu Chien Peter Lin1-1/+1
2023-12-06lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variableYu Chien Peter Lin1-9/+5
2023-12-06lib: utils: fdt_fixup: Allow preserving PMU propertiesYu Chien Peter Lin2-0/+10
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin1-1/+1
2023-12-06lib: ipi: Adjust Andes PLICSW to single-bit-per-hart schemeLeo Yu-Chi Liang1-66/+38
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callbackAnup Patel1-1/+1
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_send() callbackAnup Patel2-3/+3
2023-11-24lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE registerAnup Patel1-1/+1
2023-11-17lib: utils/serial: remove semihosting_putcXiang W1-6/+0
2023-11-17lib: sbi: Add Zkr in hart extensionsHeinrich Schuchardt1-0/+1
2023-11-16lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatibleInochi Amaoto1-0/+1
2023-11-16lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatibleInochi Amaoto1-0/+6