summaryrefslogtreecommitdiff
path: root/lib/utils/fdt
AgeCommit message (Expand)AuthorFilesLines
2020-12-16lib: utils: Remove fdt_domain_get() functionAnup Patel1-47/+36
2020-12-16lib: utils: Allow FDT domain iteration functions to failAnup Patel1-47/+68
2020-12-04lib: utils: Add helper routines to populate domains from FDTAnup Patel2-0/+446
2020-10-23lib: utils: Implement "ranges" property parsingAtish Patra1-2/+48
2020-10-20lib: utils: Update fdt_cpu_fixup() to use current domainAnup Patel1-5/+3
2020-10-20lib: utils: Update fdt_reserved_memory_fixup() to use current domainAnup Patel1-25/+22
2020-09-16lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel1-2/+11
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel1-1/+1
2020-07-29lib: utils: Use strncmp in fdt_parse_hart_id()Abner Chang1-1/+1
2020-07-06lib/utils: fdt: Update FDT expand size to 1024 for reserved memory nodeBin Meng1-2/+8
2020-06-19platform: Add support for Shakti C-class SoC from IIT-MVijai Kumar K1-0/+37
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-11/+38
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-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel1-16/+18
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel1-3/+4
2020-05-10platform: Move platform features to hartAtish Patra1-2/+2
2020-05-10lib: utils: Update reserved memory fdt node even if PMP is not presentAtish Patra1-52/+71
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 Patel2-15/+33
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-28lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel1-11/+24
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra3-187/+204
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 Meng2-0/+149