summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
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
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_send() callbackAnup Patel
2023-11-24lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE registerAnup Patel
2023-11-17lib: utils/serial: remove semihosting_putcXiang W
2023-11-17lib: sbi: Add Zkr in hart extensionsHeinrich Schuchardt
2023-11-16lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatibleInochi Amaoto
2023-11-16lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatibleInochi Amaoto
2023-11-16lib: utils/timer: Allow ACLINT MTIMER driver to setup quirksInochi Amaoto
2023-11-16utils/reset: Remove fdt_reset_theadGuo Ren
2023-11-16lib: utils/serial: Optimize semihosting_putc implementationChen Pei
2023-10-06gpio/starfive: redundant readl() callHeinrich Schuchardt
2023-10-06lib: utils: Simplify SET_ISA_EXT_MAP()Heinrich Schuchardt
2023-10-06lib: utils/fdt: simplify dt_parse_isa_extensionsHeinrich Schuchardt
2023-10-06lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSWYu Chien Peter Lin
2023-10-06lib: utils/serial: Ensure proper allocation of PMP entries for uart8250Yu Chien Peter Lin
2023-09-24lib: utils/regmap: Mark syscon region as shared read-writeAnup Patel
2023-09-24lib: utils/serial: Add shared regions for serial driversMayuresh Chitale
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel
2023-09-24lib: sbi: Extend sbi_hartmask to support both hartid and hartindexXiang W
2023-08-06lib: utils/fdt: Fix fdt_parse_isa_extensions() implementationAnup Patel
2023-07-31lib: utils/reset: Remove SiFive Test reset driverAnup Patel
2023-07-31lib: utils/reset: Add syscon based reboot and poweroffAnup Patel
2023-07-31lib: utils/regmap: Add simple FDT based syscon regmap driverAnup Patel