aboutsummaryrefslogtreecommitdiff
path: root/common/image-fdt.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-08fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is definedSuriyan Ramasami1-4/+11
2014-12-03Revert "image-fdt: boot_get_fdt() return value when no DTB exists"Tom Rini1-2/+2
2014-11-21fdt: Add ft_system_setup() function for system device tree additionsSimon Glass1-0/+7
2014-11-21fdt: Tidy up error handling in image_setup_libfdt()Simon Glass1-10/+20
2014-11-07image-fdt: boot_get_fdt() return value when no DTB existsNoam Camus1-2/+2
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass1-1/+1
2014-07-28ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun1-2/+5
2014-07-25keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan1-1/+1
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass1-1/+0
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada1-1/+1
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada1-1/+1
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher1-2/+8
2014-04-17fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()Vitaly Andrianov1-0/+5
2014-02-19fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada1-1/+1
2013-09-20FIT: delete unnecessary castsMasahiro Yamada1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass1-2/+2
2013-06-26Clarify bootm OS argumentsSimon Glass1-5/+8
2013-06-04image: Use fit_image_load() to load FDTSimon Glass1-178/+29
2013-05-14image: Add device tree setup to image librarySimon Glass1-0/+62
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass1-0/+591