aboutsummaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)AuthorFilesLines
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland2-50/+26
2024-11-28lib: utils/irqchip: plic: Move delegation to base PLIC driverSamuel Holland2-13/+14
2024-11-28lib: utils/irqchip: plic: Allow enabling IRQs by defaultSamuel Holland1-6/+11
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland3-34/+1
2024-11-11lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()Samuel Holland4-18/+2
2024-11-11lib: sbi_ipi: Make .ipi_clear always target the current hartSamuel Holland2-12/+7
2024-11-05lib: utils/regmap: Use FDT node offset as regmap IDSamuel Holland2-9/+9
2024-11-05lib: utils/gpio: Use FDT node offset as GPIO chip IDSamuel Holland4-21/+14
2024-11-05lib: utils/gpio: Remove fdt_gpio_driver() functionSamuel Holland1-16/+1
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland3-34/+1
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland4-14/+16
2024-10-28lib: utils/gpio: designware: Allocate chips on the heapSamuel Holland1-10/+9
2024-10-25lib: utils/fdt: Use sbi_domain_memregion_init() when parsing domainsAnup Patel1-6/+8
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLICAnup Patel1-7/+4
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSICAnup Patel1-8/+6
2024-10-25lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswiAnup Patel1-14/+6
2024-09-27lib: utils/ipi: Fix hartid wrongly used as hart indexSamuel Holland2-4/+2
2024-09-26lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart indexSamuel Holland1-2/+3
2024-09-25lib: utils/irqchip: Look up IMSIC data by hart indexSamuel Holland1-5/+5
2024-08-24lib: Delete redundant `ulong`Zhang RunMin1-1/+1
2024-08-24lib: utils: fdt_domain: Make opensbi-domain optional in CPU nodeGregor Haas1-4/+4
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