summaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)Author
2023-01-18Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass
2023-01-18fdt: Check for overlapping data and FDTSimon Glass
2023-01-18fdt: Pass the device tree to fdtdec_prepare_fdt()Simon Glass
2023-01-18fdt: Drop ifdefs in fdtdec_prepare_fdt()Simon Glass
2023-01-18fdt: Avoid exporting fdtdec_prepare_fdt()Simon Glass
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-06-06fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQRasmus Villemoes
2022-04-25nds32: Remove the architectureTom Rini
2022-04-22fdt: Fix TPL SEPARATE_BSS check when locating DTBAndrew Abbott
2022-04-06fdt: sandbox: Avoid looking for an appended device treeSimon Glass
2022-04-06fdt: Correct condition for SEPARATE_BSSSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-23fdt: Add a Kconfig for boards with a prior stageSimon Glass
2021-12-23fdt: Report the devicetree sourceSimon Glass
2021-12-23fdt: Record where the devicetree came fromSimon Glass
2021-12-23fdt: Don't call board_fdt_blob_setup() without OF_BOARDSimon Glass
2021-12-23fdt: Drop remaining preprocessor macros in fdtdec_setup()Simon Glass
2021-12-23fdt: Drop OF_CONTROL check in fdtdec_setup()Simon Glass
2021-12-23fdt: Use if() for fdtcontroladdr checkSimon Glass
2021-12-23fdt: Drop #ifdef around board_fdt_blob_setup()Simon Glass
2021-12-23fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()Simon Glass
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass
2021-12-23fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()Simon Glass
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas
2021-10-18treewide: Remove OF_PRIOR_STAGEIlias Apalodimas
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding
2021-10-13fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding
2021-10-13fdtdec: Support retrieving the name of a carveoutThierry Reding
2021-10-13fdtdec: Allow using fdtdec_get_carveout() in loopsThierry Reding
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-13pci: Drop DM_PCI check from fdtdecSimon Glass
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-27samsung: exynos: Convert SROMC interface to a driverSimon Glass
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-15Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"Tom Rini
2021-02-03fdtdec: Cast prior_stage_fdt_address with uintptr_tBin Meng
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-27fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass
2021-01-27fdtdec: Update the missing-devicetree messageSimon Glass
2020-12-22fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju
2020-10-06fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay
2020-09-22fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere
2020-09-21Merge branch 'master' into nextTom Rini
2020-09-16lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree APIMarek Vasut
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese