summaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-5/+15
2014-05-08image: add support for Android's boot image formatSebastian Siewior1-5/+15
2014-04-18tools: mkimage: add support for gpimage formatKaricheri, Muralidharan1-0/+1
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin1-0/+1
2014-01-14common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com1-1/+1
2014-01-09arm64: core supportDavid Feng1-0/+1
2013-09-20FIT: delete unnecessary castsMasahiro Yamada1-5/+1
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-12common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic1-1/+1
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass1-2/+2
2013-06-26Clarify bootm OS argumentsSimon Glass1-8/+14
2013-06-05image: Use fit_image_load() to load ramdiskSimon Glass1-106/+16
2013-05-14image: Add device tree setup to image librarySimon Glass1-0/+50
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass1-566/+0
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass1-6/+1
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass1-20/+28
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-1/+1
2013-05-14image: Split FIT code into new image-fit.cSimon Glass1-1602/+0
2013-05-14image: Export fit_check_ramdisk()Simon Glass1-7/+2
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass1-29/+21
2013-03-27image: Add support for Plan 9Steven Stallion1-0/+1
2013-03-01image: Use crc header file instead of C prototypesSimon Glass1-2/+2
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2012-12-13env: Add a loadaddr env handlerJoe Hershberger1-0/+21
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-6/+0
2012-11-13fdt: Add option to default to most compatible conf in a fit imageGabe Black1-0/+127
2012-11-04common/misc: sparse fixesKim Phillips1-4/+4
2012-10-16fdt: Check for a token to skip auto-hash validationJoe Hershberger1-0/+41
2012-10-16fdt: Check error codes returned from fdtlib when loading ITBJoe Hershberger1-0/+5
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+1
2012-09-02image/FIT: Add ramdisk load, entry address and OS tag inclusionJagannadha Sutradharudu Teki1-3/+4
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie1-0/+1
2012-04-30image/fit: drop inline markings on parser codeMike Frysinger1-2/+2
2012-03-31RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut1-0/+2
2012-03-31BOOT: Add RAW ramdisk support to bootzMarek Vasut1-3/+12
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-26/+26
2012-03-19bootstage: Convert FIT progress numbers to enumsSimon Glass1-16/+20
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass1-10/+10
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass1-1/+1
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-11/+11
2012-03-07image: Support FDTs already loaded at their load addressStephen Warren1-3/+10
2012-02-28common/image.c: align usage of fdt_high with initrd_highShawn Guo1-7/+5
2012-01-14openrisc: Add architecture image supportStefan Kristiansson1-0/+1
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala1-0/+8
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren1-0/+1
2011-10-24mkimage: adding support for Davinci AIS imageStefano Babic1-4/+5
2011-10-22checkpatch whitespace cleanupsStephen Warren1-566/+621
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin1-0/+1