summaryrefslogtreecommitdiff
path: root/lib/utils/fdt/fdt_helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12lib: utils: serial: Add FDT driver for Renesas SCIFLad Prabhakar1-0/+11
2022-12-05lib: fix fdt_parse_aclint_node()Heinrich Schuchardt1-1/+1
2022-12-05lib: simplify fdt_translate_address()Heinrich Schuchardt1-1/+1
2022-12-05lib: fix fdt_parse_plicsw_node()Heinrich Schuchardt1-2/+4
2022-12-05lib: fix fdt_parse_plmt_node()Heinrich Schuchardt1-2/+4
2022-12-05lib: simplify fdt_parse_plicsw_node()Heinrich Schuchardt1-1/+1
2022-12-05lib: simplify fdt_parse_plmt_node()Heinrich Schuchardt1-1/+1
2022-11-14lib: utils/fdt: Simplified codeXiang W1-27/+4
2022-11-14lib: utils/fdt: Remove redundant codeXiang W1-12/+0
2022-10-23lib: utils/ipi: Add Andes fdt ipi driver supportYu Chien Peter Lin1-0/+54
2022-10-23lib: utils/timer: Add Andes fdt timer supportYu Chien Peter Lin1-0/+54
2022-08-23lib: utils: serial: Add Cadence UART driverJun Liang Tan1-3/+3
2022-07-30lib: utils/fdt: Factor out common uart node codeAndrew Jones1-92/+39
2022-05-14lib: utils/fdt: rename fdt_parse_max_hart_idJan Remes1-1/+1
2022-05-14lib: utils: check if CPU node is enabledJan Remes1-0/+3
2022-05-14lib: utils/fdt: introduce fdt_node_is_enabled()Jan Remes1-0/+18
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li1-0/+7
2022-02-28lib: utils: serial: Initial commit of xlnx-uartliteAlistair Francis1-0/+18
2022-02-15lib: utils/irqchip: Add FDT based driver for APLICAnup Patel1-0/+159
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel1-0/+103
2021-09-26lib: utils/fdt: Add fdt_parse_timebase_frequency() functionAnup Patel1-0/+21
2021-08-14lib: utils/fdt: Extend fdt_parse_aclint_node() functionAnup Patel1-20/+30
2021-08-14lib: utils: Extend fdt_get_node_addr_size() for multiple register setsAnup Patel1-8/+23
2021-08-07lib: utils/fdt: Change addr and size to uint64_tBin Meng1-10/+9
2021-07-17lib: utils/fdt: Add fdt_parse_phandle_with_args() APIAnup Patel1-0/+47
2021-06-24lib: utils: Add FDT parsing API common for both ACLINT and CLINTAnup Patel1-16/+15
2021-05-06lib: utils/serial: Add support for Gaisler APBUARTDaniel Cederman1-0/+40
2021-04-22lib: utils: Implement "64bit-mmio" property parsingGuo Ren1-1/+2
2020-10-23lib: utils: Implement "ranges" property parsingAtish Patra1-2/+48
2020-07-29lib: utils: Use strncmp in fdt_parse_hart_id()Abner Chang1-1/+1
2020-06-19platform: Add support for Shakti C-class SoC from IIT-MVijai Kumar K1-0/+37
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel1-0/+69
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-2/+3
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-6/+5
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel1-6/+20
2020-05-01lib: utils: Add fdt_parse_max_hart_id() APIAnup Patel1-0/+28
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel1-0/+28
2020-05-01lib: utils: Add fdt_parse_sifive_uart_node() functionAnup Patel1-0/+43
2020-05-01lib: utils: Make fdt_get_node_addr_size() public functionAnup Patel1-2/+2
2020-05-01lib: utils: Add FDT match table based node lookupAnup Patel1-0/+41
2020-05-01lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()Anup Patel1-4/+4
2020-05-01lib: utils: Add fdt_parse_uart8250_node() functionAnup Patel1-14/+23
2020-05-01lib: utils: Improve fdt_parse_uart8250() APIAnup Patel1-0/+21
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra1-187/+0
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra1-0/+116
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel1-1/+1
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng1-0/+7
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng1-0/+26
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng1-0/+25
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng1-0/+142