summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2024-10-25lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswiAnup Patel
2024-09-27lib: utils/ipi: Fix hartid wrongly used as hart indexSamuel Holland
2024-09-26lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart indexSamuel Holland
2024-09-25lib: utils/irqchip: Look up IMSIC data by hart indexSamuel Holland
2024-08-24lib: Delete redundant `ulong`Zhang RunMin
2024-08-24lib: utils: fdt_domain: Make opensbi-domain optional in CPU nodeGregor Haas
2024-08-24util: atcsmu.c: modify sbi_printf() formattingYu Chien Peter Lin
2024-08-24util: atcsmu.c: fix typo "%s/hard/hart/"Leo Yu-Chi Liang
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/serial: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/regmap: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/ipi: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/i2c: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/gpio: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/fdt: Constify FDT parsing functionsSamuel Holland
2024-08-23lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is ...Yu Chien Peter Lin
2024-07-23lib: utils/fdt: Add support for parsing riscv,isa-extensionsConor Dooley
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks
2024-06-13lib: serial: fix RX path in litex-uartGabriel Somlo
2024-06-13lib: utils/reset: Try initializing all reset devices in dtXiang W
2024-06-13lib: utils/reset: Fix fdt_reset to search for more dt nodesXiang W
2024-06-13lib: utils/reset: Skip initialize reset when dt is not enabledXiang W
2024-06-13lib: utils/serial: Fix fdt_serial to match more dt nodesXiang W
2024-06-13lib: utils/serial: Skip initialize serial when dt is not enabledXiang W
2024-06-13lib: utils/irqchip: Skip initialize irqchip when dt is not enabledXiang W
2024-06-13lib: utils/timer: Skip initialize timer when dt is not enabledXiang W
2024-06-13lib: utils/ipi: Skip initialize ipi when dt is not enabledXiang W
2024-06-05lib: utils/fdt: Fix DT property for APLIC delegationAnup Patel
2024-05-23lib: utils/gpio: respect flag GPIO_FLAG_ACTIVE_LOWInochi Amaoto
2024-05-23lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...Cyan Yang
2024-05-16lib: utils/irqchip: Check before initializing imsicCheng Yang
2024-05-15utils/reset: Add SG2042 hwmon MCU support.Inochi Amaoto
2024-04-10lib: utils: check correct value in fdt_node_offset_by_compatibleHeinrich Schuchardt
2024-04-05lib: utils/timer: Optimize current hart scratch accessSamuel Holland
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang
2023-12-11lib: utils/fdt: Allow to use reg-names when parsing ACLINTInochi Amaoto
2023-12-06lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select tableYu Chien Peter Lin
2023-12-06lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variableYu Chien Peter Lin
2023-12-06lib: utils: fdt_fixup: Allow preserving PMU propertiesYu Chien Peter Lin
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin
2023-12-06lib: ipi: Adjust Andes PLICSW to single-bit-per-hart schemeLeo Yu-Chi Liang
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callbackAnup Patel