summaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)Author
2026-05-08lib: fdtdec: validate bloblist FDT before consuming libfdt sizeRaymond Mao
2026-05-04fdt: check fdt_pack() return value in fdtdec_apply_bloblist_dtos()Michal Simek
2026-04-27Merge patch series "Add support for DT overlays handoff"Tom Rini
2026-04-27fdtdec: apply DT overlays from bloblistRaymond Mao
2026-04-21Merge patch series "Linux compat improvements and CCF prep"Tom Rini
2026-04-21ofnode: add read_u64_array and count_elems_of_sizeCasey Connolly
2026-03-25fdt: Prefer %pap over %llxAlexander Sverdlin
2026-02-13fdtdec: Add declaration for get_next_memory_node() helperPranav Sanwal
2025-04-28bloblist: fix the overriding of fdt from bloblistRaymond Mao
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