summaryrefslogtreecommitdiff
path: root/common/image-fdt.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-18fdt: 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-05image: 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