summaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)Author
2024-12-31Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec"Tom Rini
2024-12-31fdtdec: dtb_dt_embedded: replace ifdefs by IS_ENABLED()Evgeny Bachinin
2024-12-31fdtdec: encapsulate dtb_dt_embedded() withinEvgeny Bachinin
2024-12-18fdt: Swap the signature for board_fdt_blob_setup()Simon Glass
2024-12-18fdt: Correct condition for receiving bloblistSimon Glass
2024-10-17lib: fdtdec: Parse the gzip/lzo headers only when dependencies have metLad Prabhakar
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-10-03fdtdec: Support separate BSS for all XPL buildsSimon Glass
2024-08-09fdt: Don't overwrite bloblist devicetreeSimon Glass
2024-08-05fdt: Correct condition for bloblist existingSimon Glass
2024-07-15lib: Remove duplicate newlinesMarek Vasut
2024-01-07fdt: Allow the devicetree to come from a bloblistSimon Glass
2023-12-21lib: Remove <common.h> inclusion from these filesTom Rini
2023-08-09treewide: unify the linker symbol reference formatShiji Yang
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2023-04-28fdt: Indicate that people should use the ofnode APISimon Glass
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland
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