summaryrefslogtreecommitdiff
path: root/common/image-fdt.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2021-06-07image-fdt: save no-map parameter of reserve-memoryPatrick Delaunay1-8/+15
2021-04-12lib: optee: migration optee_copy_fdt_nodes for OF_LIVE supportPatrick Delaunay1-1/+1
2021-02-25cmd: fdt: skip board specific fixup using env variableWasim Khan1-5/+12
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-23Common:fdt: Check for error return valueHongwei Zhang1-0/+3
2020-10-14cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis1-0/+4
2020-09-30optee: copy FDT OP-TEE related nodes before generic FDT changesEtienne Carriere1-7/+8
2020-07-29find dtb in android boot image with header version 2 during bootmchenshuo1-3/+13
2020-07-17image: fdt: bail out with error if no boot time FDT image foundTero Kristo1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06image: fdt: check "status" of "/reserved-memory" subnodesThirupathaiah Annapureddy1-1/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-2/+3
2019-11-14image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner1-0/+8
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-0/+1
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini1-3/+3
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini1-16/+17
2019-04-24fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallbackEugeniu Rosca1-1/+9
2019-04-24fdt: boot_get_fdt: android: compress handling (non-functional)Eugeniu Rosca1-9/+8
2019-04-24fdt: boot_get_fdt: simplify no_fdt handling (non-functional)Eugeniu Rosca1-6/+2
2019-04-24fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt"Eugeniu Rosca1-1/+1
2019-04-24fdt: boot_get_fdt: remove redundant zeroing outEugeniu Rosca1-2/+0
2019-04-23Support boot Android image without address on bootm commandShawn Guo1-1/+1
2019-03-08image: fdt: handle coalesced reserve regionPatrick Delaunay1-2/+2
2019-02-09fdt: support booting with dtb in Android imageShawn Guo1-0/+21
2019-01-17fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt1-8/+45
2019-01-15image: fix compiling without CMD_FDTSimon Goldschmidt1-1/+2
2018-09-26sandbox: Fix set_working_fdt_addr usersAlexander Graf1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-01libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.cMasahiro Yamada1-0/+3
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-0/+5
2017-10-16common: Remove genimg_get_image()Tuomas Tynkkynen1-3/+0
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou1-4/+3
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini1-0/+2
2017-04-08Remove extra fdt_fixup_ethernet() callJoakim Tjernlund1-1/+0
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-2/+0
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer1-1/+1
2016-09-22image-fit: Fix fit_get_node_from_config semanticsPaul Burton1-1/+1
2016-08-01libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek1-5/+2
2016-03-16efi_loader: Call fdt preparation functionsAlexander Graf1-3/+5
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-4/+4
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-12-06common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACYPeng Fan1-1/+1