summaryrefslogtreecommitdiff
path: root/include/fdt_support.h
Commit message (Expand)AuthorAgeFilesLines
* fdt_support: add optional board_rng_seed() hookRasmus Villemoes2022-09-121-0/+13
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2022-01-201-0/+6
|\
| * fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún2022-01-201-0/+6
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-191-15/+15
|/
* fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún2021-12-191-0/+2
* fdt_support: Add some useful functionsMarek Behún2021-12-191-0/+30
* fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún2021-12-191-10/+8
* fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún2021-12-191-1/+0
* hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass2021-10-081-1/+1
* fdt_support.h: Remove duplicated declarationsBin Meng2021-09-251-2/+0
* spl: fit: Also record architecture in /fit-imagesMichal Simek2021-06-231-1/+2
* fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent2021-05-131-0/+2
* fdt_support.c: Allow late kernel cmdline modificationNiko Mauno2021-05-041-0/+10
* dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-181-0/+14
* cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis2020-10-141-0/+3
* treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada2020-07-171-2/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-9/+9
* libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang2020-04-241-0/+9
* common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-171-0/+14
* Include missing headers for fdt_support.hSean Anderson2020-01-071-0/+1
* common: fdt_support: add support for setting usable memoryIgor Opaniuk2019-12-061-0/+1
* dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-221-0/+24
* fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada2018-07-251-3/+8
* fdt: Add device tree memory bindingsMichael Pratt2018-07-091-0/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur2018-01-301-0/+3
* arm: Add support of updating dts before fix-upPrabhakar Kushwaha2017-12-241-0/+3
* spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich2017-11-261-2/+0
* spl: fit: implement fdt_record_loadablePhilipp Tomsich2017-11-261-0/+20
* fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou2017-09-151-0/+2
* fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-2/+2
* fdt: Update fdt_get_base_address() to use constSimon Glass2017-06-011-1/+1
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+8
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-131-1/+9
* usb: fsl: Rename fdt_fixup_dr_usbSriram Dash2016-09-271-2/+2
* fdt_support: fdt_translate_address() blob const correctnessStephen Warren2016-08-121-2/+3
* fdt_support: define stub for fdt_fixup_mtdpartsChristopher Spinrath2016-07-191-0/+6
* drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash2016-04-101-2/+2
* fdt: prevent clearing memory node if there are no banksAndre Przywara2015-07-201-0/+26
* fdt: Documentation for a few support functions aside their prototypesPaul Kocialkowski2015-06-051-0/+26
* fdt: Pass the device serial number through devicetreePaul Kocialkowski2015-06-051-0/+1
* fdt: add new fdt_fixup_display function to configure displayTim Harvey2015-04-221-0/+13
* cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger2015-02-171-1/+1
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2014-11-261-0/+3
|\
| * fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede2014-11-251-0/+3
* | fdt: Add ft_system_setup() function for system device tree additionsSimon Glass2014-11-211-0/+12
* | fdt: Tidy up error handling in image_setup_libfdt()Simon Glass2014-11-211-0/+1
* | fdt: Export the fdt_find_or_add_subnode() functionSimon Glass2014-11-211-0/+2
* | fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-211-1/+11
|/