aboutsummaryrefslogtreecommitdiff
path: root/include/fdt_support.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-21boot: Move framebuffer reservation to separate helperDevarsh Thakkar1-0/+2
2023-12-13boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass1-1/+11
2023-12-13fdt: Improve the comment for fdt_shrink_to_minimum()Simon Glass1-1/+11
2023-12-13fdt: Allow use of fdt_support inside if() statementsSimon Glass1-3/+2
2023-06-16fdt_support: add fdt_copy_fixed_partitions functionPatrick Delaunay1-0/+8
2023-05-10ofnode: fdt_support definitions needed if OF_CONTROL is enabledTroy Kisky1-1/+2
2022-10-29fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototypePatrick Delaunay1-2/+0
2022-09-12fdt_support: add optional board_rng_seed() hookRasmus Villemoes1-0/+13
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini1-0/+6
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún1-0/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-15/+15
2021-12-19fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún1-0/+2
2021-12-19fdt_support: Add some useful functionsMarek Behún1-0/+30
2021-12-19fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún1-10/+8
2021-12-19fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún1-1/+0
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass1-1/+1
2021-09-25fdt_support.h: Remove duplicated declarationsBin Meng1-2/+0
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek1-1/+2
2021-05-13fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent1-0/+2
2021-05-04fdt_support.c: Allow late kernel cmdline modificationNiko Mauno1-0/+10
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+14
2020-10-14cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis1-0/+3
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-9/+9
2020-04-24libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang1-0/+9
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass1-0/+14
2020-01-07Include missing headers for fdt_support.hSean Anderson1-0/+1
2019-12-06common: fdt_support: add support for setting usable memoryIgor Opaniuk1-0/+1
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+24
2018-07-25fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada1-3/+8
2018-07-09fdt: Add device tree memory bindingsMichael Pratt1-0/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-30driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur1-0/+3
2017-12-24arm: Add support of updating dts before fix-upPrabhakar Kushwaha1-0/+3
2017-11-26spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich1-2/+0
2017-11-26spl: fit: implement fdt_record_loadablePhilipp Tomsich1-0/+20
2017-09-15fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou1-0/+2
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass1-2/+2
2017-06-01fdt: Update fdt_get_base_address() to use constSimon Glass1-1/+1
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+8
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer1-1/+9
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-2/+2
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren1-2/+3
2016-07-19fdt_support: define stub for fdt_fixup_mtdpartsChristopher Spinrath1-0/+6
2016-04-10drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash1-2/+2
2015-07-20fdt: prevent clearing memory node if there are no banksAndre Przywara1-0/+26
2015-06-05fdt: Documentation for a few support functions aside their prototypesPaul Kocialkowski1-0/+26
2015-06-05fdt: Pass the device serial number through devicetreePaul Kocialkowski1-0/+1
2015-04-22fdt: add new fdt_fixup_display function to configure displayTim Harvey1-0/+13