aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fdtdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec"Tom Rini2024-12-311-2/+24
|\
| * fdtdec: dtb_dt_embedded: replace ifdefs by IS_ENABLED()Evgeny Bachinin2024-12-311-9/+9
| * fdtdec: encapsulate dtb_dt_embedded() withinEvgeny Bachinin2024-12-311-2/+24
* | fdt: Swap the signature for board_fdt_blob_setup()Simon Glass2024-12-181-4/+10
* | fdt: Correct condition for receiving bloblistSimon Glass2024-12-181-1/+1
|/
* lib: fdtdec: Parse the gzip/lzo headers only when dependencies have metLad Prabhakar2024-10-171-2/+2
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-111-4/+4
|\
| * global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-2/+2
| * xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass2024-10-111-1/+1
| * xpl: Rename spl_phase() to xpl_phase()Simon Glass2024-10-111-1/+1
* | fdtdec: Support separate BSS for all XPL buildsSimon Glass2024-10-031-1/+1
|/
* fdt: Don't overwrite bloblist devicetreeSimon Glass2024-08-091-0/+1
* fdt: Correct condition for bloblist existingSimon Glass2024-08-051-2/+10
* lib: Remove duplicate newlinesMarek Vasut2024-07-151-1/+0
* fdt: Allow the devicetree to come from a bloblistSimon Glass2024-01-071-10/+34
* lib: Remove <common.h> inclusion from these filesWIP/2023-12-21-header-inclusion-cleanupTom Rini2023-12-211-1/+0
* treewide: unify the linker symbol reference formatShiji Yang2023-08-091-3/+3
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023Tom 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 architectureWIP/25Apr2022Tom 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_HOSTFILEWIP/27Oct2021Ilias Apalodimas2021-10-271-7/+7
* treewide: Remove OF_PRIOR_STAGEWIP/bisect-testingIlias 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