summaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2023-04-301-1/+0
|\
| * mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland2023-04-281-1/+0
* | fdt: Indicate that people should use the ofnode APISimon Glass2023-04-281-0/+3
|/
* Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass2023-01-181-2/+5
* fdt: Check for overlapping data and FDTSimon Glass2023-01-181-0/+23
* fdt: Pass the device tree to fdtdec_prepare_fdt()Simon Glass2023-01-181-11/+11
* fdt: Drop ifdefs in fdtdec_prepare_fdt()Simon Glass2023-01-181-15/+17
* fdt: Avoid exporting fdtdec_prepare_fdt()Simon Glass2023-01-181-13/+13
* dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-1/+4
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-1/+1
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQRasmus Villemoes2022-06-061-5/+2
* nds32: Remove the architectureTom Rini2022-04-251-7/+0
* fdt: Fix TPL SEPARATE_BSS check when locating DTBAndrew Abbott2022-04-221-1/+1
* fdt: sandbox: Avoid looking for an appended device treeSimon Glass2022-04-061-0/+3
* fdt: Correct condition for SEPARATE_BSSSimon Glass2022-04-061-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-2/+2
* fdt: Add a Kconfig for boards with a prior stageSimon Glass2021-12-231-0/+1
* fdt: Report the devicetree sourceSimon Glass2021-12-231-0/+13
* fdt: Record where the devicetree came fromSimon Glass2021-12-231-5/+15
* fdt: Don't call board_fdt_blob_setup() without OF_BOARDSimon Glass2021-12-231-9/+12
* fdt: Drop remaining preprocessor macros in fdtdec_setup()Simon Glass2021-12-231-9/+11
* fdt: Drop OF_CONTROL check in fdtdec_setup()Simon Glass2021-12-231-5/+3
* fdt: Use if() for fdtcontroladdr checkSimon Glass2021-12-231-5/+4
* fdt: Drop #ifdef around board_fdt_blob_setup()Simon Glass2021-12-231-2/+0
* fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()Simon Glass2021-12-231-5/+1
* fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass2021-12-231-20/+11
* fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()Simon Glass2021-12-231-24/+38
* sandbox: Remove OF_HOSTFILEIlias Apalodimas2021-10-271-7/+7
* treewide: Remove OF_PRIOR_STAGEIlias Apalodimas2021-10-181-2/+0
* fdtdec: Support reserved-memory flagsThierry Reding2021-10-131-10/+18
* fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding2021-10-131-3/+3
* fdtdec: Support compatible string list for reserved memoryThierry Reding2021-10-131-2/+67
* fdtdec: Support retrieving the name of a carveoutThierry Reding2021-10-131-4/+8
* fdtdec: Allow using fdtdec_get_carveout() in loopsThierry Reding2021-10-131-1/+1
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-44/+0
* pci: Drop DM_PCI check from fdtdecSimon Glass2021-09-131-2/+8
* Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini2021-08-031-2/+0
|\
| * samsung: exynos: Convert SROMC interface to a driverSimon Glass2021-07-271-2/+0
* | global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
|/
* dm: core: Add address translation in fdt_get_resourcePatrick Delaunay2021-04-291-1/+5
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-151-0/+1
|\
| * common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* | Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"Tom Rini2021-02-151-1/+1
* | fdtdec: Cast prior_stage_fdt_address with uintptr_tBin Meng2021-02-031-1/+1
|/
* fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass2021-01-271-1/+1
* fdtdec: Update the missing-devicetree messageSimon Glass2021-01-271-1/+2
* fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2020-12-221-0/+11
* fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay2020-10-061-1/+1
* fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere2020-09-221-2/+8