summaryrefslogtreecommitdiffstats
path: root/common/image-fdt.c
Commit message (Expand)AuthorAgeFilesLines
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* Common:fdt: Check for error return valueHongwei Zhang2020-12-221-0/+3
* cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis2020-10-141-0/+4
* optee: copy FDT OP-TEE related nodes before generic FDT changesEtienne Carriere2020-09-301-7/+8
* find dtb in android boot image with header version 2 during bootmchenshuo2020-07-281-3/+13
* image: fdt: bail out with error if no boot time FDT image foundTero Kristo2020-07-171-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* image: fdt: check "status" of "/reserved-memory" subnodesThirupathaiah Annapureddy2020-02-051-1/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+3
* image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner2019-11-141-0/+8
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-0/+1
* configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-111-3/+3
* Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-241-16/+17
|\
| * fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallbackEugeniu Rosca2019-04-231-1/+9
| * fdt: boot_get_fdt: android: compress handling (non-functional)Eugeniu Rosca2019-04-231-9/+8
| * fdt: boot_get_fdt: simplify no_fdt handling (non-functional)Eugeniu Rosca2019-04-231-6/+2
| * fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt"Eugeniu Rosca2019-04-231-1/+1
| * fdt: boot_get_fdt: remove redundant zeroing outEugeniu Rosca2019-04-231-2/+0
* | Support boot Android image without address on bootm commandShawn Guo2019-04-221-1/+1
|/
* image: fdt: handle coalesced reserve regionPatrick Delaunay2019-03-081-2/+2
* fdt: support booting with dtb in Android imageShawn Guo2019-02-081-0/+21
* fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt2019-01-161-8/+45
* image: fix compiling without CMD_FDTSimon Goldschmidt2019-01-141-1/+2
* sandbox: Fix set_working_fdt_addr usersAlexander Graf2018-09-261-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.cMasahiro Yamada2018-04-011-0/+3
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-0/+5
* common: Remove genimg_get_image()Tuomas Tynkkynen2017-10-161-3/+0
* fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2017-09-151-4/+3
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* fdt: Move fdt_fixup_ethernet to a common placeTom Rini2017-05-011-0/+2
* Remove extra fdt_fixup_ethernet() callJoakim Tjernlund2017-04-081-1/+0
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-2/+0
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-131-1/+1
* image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-221-1/+1
* libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-311-5/+2
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-151-3/+5
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-4/+4
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACYPeng Fan2015-12-051-1/+1
* image-fdt.c: store returned error valueMax Krummenacher2015-08-131-1/+2
* fdt: Pass the device serial number through devicetreePaul Kocialkowski2015-06-051-0/+4
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger2015-02-171-1/+1