summaryrefslogtreecommitdiffstats
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
* imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira2015-01-291-1/+1
* image: bootm: Add OpenRTOS image typeMarek Vasut2015-01-141-0/+4
* memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang2015-01-051-2/+12
* x86: image: Add new image type for x64_64Simon Glass2014-10-281-0/+1
* image: Fix Android boot image supportAhmad Draidi2014-10-271-1/+2
* x86: Support loading kernel setup from a FITSimon Glass2014-10-221-0/+11
* tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning2014-10-061-0/+1
* Fix test failure caused by bad handling of ramdiskSimon Glass2014-08-281-1/+2
* image: fix bootm failure for FIT imageBryan Wu2014-08-211-12/+27
* image: introduce genimg_get_kernel_addr()Bryan Wu2014-08-091-0/+43
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-191-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-191-1/+1
* bootm: make use of legacy image format configurableHeiko Schocher2014-06-051-7/+18
* mkimage: add atmelimageAndreas Bießmann2014-05-271-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-221-5/+15
|\
| * image: add support for Android's boot image formatSebastian Siewior2014-05-081-5/+15
* | tools: mkimage: add support for gpimage formatKaricheri, Muralidharan2014-04-171-0/+1
|/
* arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin2014-02-071-0/+1
* common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com2014-01-141-1/+1
* arm64: core supportDavid Feng2014-01-091-0/+1
* FIT: delete unnecessary castsMasahiro Yamada2013-09-201-5/+1
* Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day2013-09-201-1/+1
* ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut2013-08-311-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic2013-07-121-1/+1
* bootm: Use selected configuration for ramdisk and fdtSimon Glass2013-07-121-2/+2
* Clarify bootm OS argumentsSimon Glass2013-06-261-8/+14
* image: Use fit_image_load() to load ramdiskSimon Glass2013-06-041-106/+16
* image: Add device tree setup to image librarySimon Glass2013-05-141-0/+50
* image: Split libfdt code into image-fdt.cSimon Glass2013-05-141-566/+0
* image: Remove remaining #ifdefs in image-fit.cSimon Glass2013-05-141-6/+1
* sandbox: image: Add support for booting images in sandboxSimon Glass2013-05-141-20/+28
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-141-1/+1
* image: Split FIT code into new image-fit.cSimon Glass2013-05-141-1602/+0
* image: Export fit_check_ramdisk()Simon Glass2013-05-141-7/+2
* image: Move timestamp #ifdefs to header fileSimon Glass2013-05-141-29/+21
* image: Add support for Plan 9Steven Stallion2013-03-271-0/+1
* image: Use crc header file instead of C prototypesSimon Glass2013-02-281-2/+2
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* env: Add a loadaddr env handlerJoe Hershberger2012-12-131-0/+21
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-6/+0
* fdt: Add option to default to most compatible conf in a fit imageGabe Black2012-11-121-0/+127
* common/misc: sparse fixesKim Phillips2012-11-041-4/+4
* fdt: Check for a token to skip auto-hash validationJoe Hershberger2012-10-151-0/+41
* fdt: Check error codes returned from fdtlib when loading ITBJoe Hershberger2012-10-151-0/+5
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2012-09-251-0/+1
|\
| * powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie2012-08-231-0/+1
* | image/FIT: Add ramdisk load, entry address and OS tag inclusionJagannadha Sutradharudu Teki2012-09-021-3/+4
|/
* image/fit: drop inline markings on parser codeMike Frysinger2012-04-301-2/+2
* RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut2012-03-301-0/+2
OpenPOWER on IntegriCloud