aboutsummaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-07fdt: Allow the devicetree to come from a bloblistSimon Glass1-10/+34
2023-12-21lib: Remove <common.h> inclusion from these filesWIP/2023-12-21-header-inclusion-cleanupTom Rini1-1/+0
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-3/+3
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023Tom Rini1-1/+0
2023-04-28fdt: Indicate that people should use the ofnode APISimon Glass1-0/+3
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland1-1/+0
2023-01-18Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass1-2/+5
2023-01-18fdt: Check for overlapping data and FDTSimon Glass1-0/+23
2023-01-18fdt: Pass the device tree to fdtdec_prepare_fdt()Simon Glass1-11/+11
2023-01-18fdt: Drop ifdefs in fdtdec_prepare_fdt()Simon Glass1-15/+17
2023-01-18fdt: Avoid exporting fdtdec_prepare_fdt()Simon Glass1-13/+13
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass1-1/+4
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-06-06fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQRasmus Villemoes1-5/+2
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini1-7/+0
2022-04-22fdt: Fix TPL SEPARATE_BSS check when locating DTBAndrew Abbott1-1/+1
2022-04-06fdt: sandbox: Avoid looking for an appended device treeSimon Glass1-0/+3
2022-04-06fdt: Correct condition for SEPARATE_BSSSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-12-23fdt: Add a Kconfig for boards with a prior stageSimon Glass1-0/+1
2021-12-23fdt: Report the devicetree sourceSimon Glass1-0/+13
2021-12-23fdt: Record where the devicetree came fromSimon Glass1-5/+15
2021-12-23fdt: Don't call board_fdt_blob_setup() without OF_BOARDSimon Glass1-9/+12
2021-12-23fdt: Drop remaining preprocessor macros in fdtdec_setup()Simon Glass1-9/+11
2021-12-23fdt: Drop OF_CONTROL check in fdtdec_setup()Simon Glass1-5/+3
2021-12-23fdt: Use if() for fdtcontroladdr checkSimon Glass1-5/+4
2021-12-23fdt: Drop #ifdef around board_fdt_blob_setup()Simon Glass1-2/+0
2021-12-23fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()Simon Glass1-5/+1
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass1-20/+11
2021-12-23fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()Simon Glass1-24/+38
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas1-7/+7
2021-10-18treewide: Remove OF_PRIOR_STAGEWIP/bisect-testingIlias Apalodimas1-2/+0
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding1-10/+18
2021-10-13fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding1-3/+3
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding1-2/+67
2021-10-13fdtdec: Support retrieving the name of a carveoutThierry Reding1-4/+8
2021-10-13fdtdec: Allow using fdtdec_get_carveout() in loopsThierry Reding1-1/+1
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-44/+0
2021-09-13pci: Drop DM_PCI check from fdtdecSimon Glass1-2/+8
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-2/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-07-27samsung: exynos: Convert SROMC interface to a driverSimon Glass1-2/+0
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay1-1/+5
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-15Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"Tom Rini1-1/+1
2021-02-03fdtdec: Cast prior_stage_fdt_address with uintptr_tBin Meng1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-27fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass1-1/+1
2021-01-27fdtdec: Update the missing-devicetree messageSimon Glass1-1/+2