summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2023-06-15platform/lib: Set no-map attribute on all PMP regionsAlexandre Ghiti
2023-06-06lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointerAnup Patel
2023-06-05lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()Anup Patel
2023-06-05lib: utils/irqchip: Use scratch space to save per-HART PLIC pointerAnup Patel
2023-06-05lib: utils/timer: Use scratch space to save per-HART MTIMER pointerAnup Patel
2023-06-05lib: utils/ipi: Use scratch space to save per-HART MSWI pointerAnup Patel
2023-06-05lib: utils/fdt: Use heap in FDT domain parsingAnup Patel
2023-06-05lib: utils/timer: Use heap in ACLINT MTIMER driverAnup Patel
2023-06-05lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC driversAnup Patel
2023-06-05lib: utils/ipi: Use heap in ACLINT MSWI driverAnup Patel
2023-06-05lib: utils/i2c: Use heap in DesignWare and SiFive I2C driversAnup Patel
2023-06-05lib: utils/gpio: Use heap in SiFive and StartFive GPIO driversAnup Patel
2023-06-04lib: utils/ipi: buffer overrun aclint_mswi_cold_initHeinrich Schuchardt
2023-05-26lib: utils: Improve fdt_timerXiang W
2023-05-26lib: utils: Improve fdt_ipiXiang W
2023-05-26lib: utils: Improve fdt_serial_initXiang W
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W
2023-04-07lib: utils: fdt_fixup: avoid buffer overrunHeinrich Schuchardt
2023-04-06lib: sbi: Fix how to check whether the domain contains fw_regionXiang W
2023-03-09lib: serial: Cadence: Enable compatibility for cdns,uart-r1p8Mayuresh Chitale
2023-03-09lib: utils/i2c: Add minimal StarFive jh7110 I2C driverMinda Chen
2023-03-01gpio/starfive: add gpio driver and support gpio resetminda.chen
2023-02-27lib: sbi: Add system_suspend_allowed domain propertyAndrew Jones
2023-02-27lib: utils/fdt/fdt_domain: Simplify region access permission checkBin Meng
2023-02-27lib: utils: fdt_fixup: Fix compile errorXiang W
2023-02-27lib: utils/fdt: Fix fdt_pmu.c header dependencyBin Meng
2023-02-10lib: utils/serial: Implement console_puts() for semihostingAnup Patel
2023-02-08include: types: Add typedefs for endiannessRahul Pathak
2023-02-08lib: utils/fdt: Use byteorder conversion functions in libfdt_env.hRahul Pathak
2023-02-08lib: utils: Mark only the largest region as reserved in FDTHimanshu Chauhan
2023-01-24lib: utils: Add fdt_add_cpu_idle_states() helper functionSamuel Holland
2023-01-22lib: utils: Fix reserved memory node for firmware memoryMayuresh Chitale
2023-01-22lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.hYu Chien Peter Lin
2023-01-22lib: utils: atcsmu: Add Andes System Management Unit supportYu Chien Peter Lin
2023-01-09lib: utils: Add M-mode {R/W} flags to the MMIO regionsHimanshu Chauhan
2023-01-09lib: utils: Disallow non-root domains from adding M-mode regionsHimanshu Chauhan
2023-01-09lib: utils: Use SU-{R/W/X} flags for region permissions during parsingHimanshu Chauhan
2023-01-06lib: utils/sys: Allow custom HTIF base address for RV32Bin Meng
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-12-17lib: utils/timer: mtimer: add T-Head C9xx CLINT compatibleIcenowy Zheng
2022-12-17lib: utils/timer: mtimer: add a quirk for lacking mtime registerIcenowy Zheng
2022-12-17lib: utils/ipi: mswi: add T-Head C9xx CLINT compatibleIcenowy Zheng
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore he...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()Bin Meng
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...Bin Meng
2022-12-12lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100Lad Prabhakar
2022-12-12lib: utils: serial: Add FDT driver for Renesas SCIFLad Prabhakar
2022-12-12lib: utils: serial: Add Renesas SCIF driverLad Prabhakar