summaryrefslogtreecommitdiff
path: root/include/sbi_utils/fdt
AgeCommit message (Expand)AuthorFilesLines
2025-02-19lib: utils/fdt: Allocate fdt_pmu_evt_select on the heapSamuel Holland1-5/+0
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland1-0/+3
2025-02-12lib: utils/fdt: Remove fdt_find_match()Samuel Holland1-4/+0
2025-01-30include: utils/fdt_helper: fix typo har't'idLeo Yu-Chi Liang1-1/+1
2024-12-21lib: utils: Mark RPMI drivers as experimentalSamuel Holland1-0/+1
2024-12-06lib: utils/fdt: Allow dynamic registration of FDT fixup callbacksAnup Patel1-0/+15
2024-11-28lib: utils/fdt: Add helpers for generic driver initializationSamuel Holland1-0/+59
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland1-1/+6
2024-08-24lib: utils/fdt: Constify FDT parsing functionsSamuel Holland3-31/+31
2024-08-24lib: utils/fdt: Fix fdt_add_cpu_idle_states() prototypeSamuel Holland1-1/+1
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto1-1/+2
2023-12-11lib: utils/fdt: Allow to use reg-names when parsing ACLINTInochi Amaoto1-0/+3
2023-12-06lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variableYu Chien Peter Lin1-1/+23
2023-07-13lib: utils: Add detection of Smepmp from ISA string in FDTHimanshu Chauhan1-0/+3
2023-06-15platform/lib: Set no-map attribute on all PMP regionsAlexandre Ghiti1-14/+0
2023-02-27include: fdt/fdt_helper: Change fdt_get_address() to return root.next_arg1Bin Meng1-2/+2
2023-01-24lib: utils: Add fdt_add_cpu_idle_states() helper functionSamuel Holland1-0/+23
2022-12-12lib: utils: serial: Add FDT driver for Renesas SCIFLad Prabhakar1-0/+3
2022-10-23lib: utils/ipi: Add Andes fdt ipi driver supportYu Chien Peter Lin1-0/+3
2022-10-23lib: utils/timer: Add Andes fdt timer supportYu Chien Peter Lin1-0/+3
2022-08-23lib: utils: serial: Add Cadence UART driverJun Liang Tan1-2/+2
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel2-0/+19
2022-05-30lib: utils/fdt: Require match data to be constSamuel Holland1-1/+1
2022-05-14lib: utils/fdt: rename fdt_parse_max_hart_idJan Remes1-1/+1
2022-05-14lib: utils/fdt: introduce fdt_node_is_enabled()Jan Remes1-0/+2
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li1-0/+1
2022-02-28lib: utils: serial: Initial commit of xlnx-uartliteAlistair Francis1-0/+3
2022-02-15lib: utils: Disable appropriate APLIC DT nodes in fdt_fixups()Anup Patel1-3/+15
2022-02-15lib: utils/irqchip: Add FDT based driver for APLICAnup Patel1-0/+4
2022-02-15lib: utils: Disable appropriate IMSIC DT nodes in fdt_fixups()Anup Patel1-2/+15
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel1-0/+6
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-0/+6
2021-09-26lib: utils/fdt: Add fdt_parse_timebase_frequency() functionAnup Patel1-0/+2
2021-08-14lib: utils/fdt: Extend fdt_parse_aclint_node() functionAnup Patel1-1/+2
2021-08-14lib: utils: Extend fdt_get_node_addr_size() for multiple register setsAnup Patel1-2/+2
2021-08-07lib: utils/fdt: Change addr and size to uint64_tBin Meng1-3/+3
2021-07-17lib: utils/fdt: Add fdt_parse_phandle_with_args() APIAnup Patel1-0/+11
2021-07-11utils: fdt: Add fdt helper functions to parse PMU DT nodesAtish Patra1-0/+46
2021-06-24lib: utils: Add FDT parsing API common for both ACLINT and CLINTAnup Patel1-4/+3
2021-05-06lib: utils/serial: Add support for Gaisler APBUARTDaniel Cederman1-0/+3
2021-04-01lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()Bin Meng1-2/+1
2020-12-16lib: utils: Remove fdt_domain_get() functionAnup Patel1-11/+0
2020-12-16lib: utils: Allow FDT domain iteration functions to failAnup Patel1-7/+11
2020-12-04lib: utils: Add helper routines to populate domains from FDTAnup Patel1-0/+80
2020-06-19platform: Add support for Shakti C-class SoC from IIT-MVijai Kumar K1-0/+3
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-0/+14
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel1-0/+5
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-1/+2
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-9/+4
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel1-0/+3