summaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)Author
2015-01-29imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira
2015-01-14image: bootm: Add OpenRTOS image typeMarek Vasut
2015-01-05memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang
2014-10-28x86: image: Add new image type for x64_64Simon Glass
2014-10-27image: Fix Android boot image supportAhmad Draidi
2014-10-22x86: Support loading kernel setup from a FITSimon Glass
2014-10-06tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning
2014-08-28Fix test failure caused by bad handling of ramdiskSimon Glass
2014-08-21image: fix bootm failure for FIT imageBryan Wu
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher
2014-05-27mkimage: add atmelimageAndreas Bießmann
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-05-08image: add support for Android's boot image formatSebastian Siewior
2014-04-17tools: mkimage: add support for gpimage formatKaricheri, Muralidharan
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin
2014-01-14common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com
2014-01-09arm64: core supportDavid Feng
2013-09-20FIT: delete unnecessary castsMasahiro Yamada
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-12common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass
2013-06-26Clarify bootm OS argumentsSimon Glass
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass
2013-05-14image: Add device tree setup to image librarySimon Glass
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass
2013-05-14image: Split FIT code into new image-fit.cSimon Glass
2013-05-14image: Export fit_check_ramdisk()Simon Glass
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass
2013-03-27image: Add support for Plan 9Steven Stallion
2013-02-28image: Use crc header file instead of C prototypesSimon Glass
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2012-12-13env: Add a loadaddr env handlerJoe Hershberger
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-11-12fdt: Add option to default to most compatible conf in a fit imageGabe Black
2012-11-04common/misc: sparse fixesKim Phillips
2012-10-15fdt: Check for a token to skip auto-hash validationJoe Hershberger
2012-10-15fdt: Check error codes returned from fdtlib when loading ITBJoe Hershberger
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2012-09-02image/FIT: Add ramdisk load, entry address and OS tag inclusionJagannadha Sutradharudu Teki
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie
2012-04-30image/fit: drop inline markings on parser codeMike Frysinger
2012-03-30RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut