summaryrefslogtreecommitdiff
path: root/common/image-fdt.c
Commit message (Expand)AuthorAgeLines
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-02-2/+0
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-13-1/+1
* image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-22-1/+1
* libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-31-5/+2
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-15-3/+5
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14-4/+4
* Use correct spelling of "U-Boot"Bin Meng2016-02-06-1/+1
* common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACYPeng Fan2015-12-05-1/+1
* image-fdt.c: store returned error valueMax Krummenacher2015-08-13-1/+2
* fdt: Pass the device serial number through devicetreePaul Kocialkowski2015-06-05-0/+4
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger2015-02-17-1/+1
* fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is definedSuriyan Ramasami2014-12-08-4/+11
* Revert "image-fdt: boot_get_fdt() return value when no DTB exists"Tom Rini2014-12-03-2/+2
* fdt: Add ft_system_setup() function for system device tree additionsSimon Glass2014-11-21-0/+7
* fdt: Tidy up error handling in image_setup_libfdt()Simon Glass2014-11-21-10/+20
* image-fdt: boot_get_fdt() return value when no DTB existsNoam Camus2014-11-07-2/+2
* fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass2014-08-09-1/+1
* ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun2014-07-28-2/+5
* keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan2014-07-25-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-19-1/+0
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-19-1/+1
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-19-1/+1
* bootm: make use of legacy image format configurableHeiko Schocher2014-06-05-2/+8
* fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()Vitaly Andrianov2014-04-17-0/+5
* fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada2014-02-19-1/+1
* FIT: delete unnecessary castsMasahiro Yamada2013-09-20-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* bootm: Use selected configuration for ramdisk and fdtSimon Glass2013-07-12-2/+2
* Clarify bootm OS argumentsSimon Glass2013-06-26-5/+8
* image: Use fit_image_load() to load FDTSimon Glass2013-06-04-178/+29
* image: Add device tree setup to image librarySimon Glass2013-05-14-0/+62
* image: Split libfdt code into image-fdt.cSimon Glass2013-05-14-0/+591