summaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)Author
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
2012-03-30BOOT: Add RAW ramdisk support to bootzMarek Vasut
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert FIT progress numbers to enumsSimon Glass
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2012-03-06image: Support FDTs already loaded at their load addressStephen Warren
2012-02-27common/image.c: align usage of fdt_high with initrd_highShawn Guo
2012-01-13openrisc: Add architecture image supportStefan Kristiansson
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic
2011-10-22checkpatch whitespace cleanupsStephen Warren
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin
2011-10-17Fix use of int as pointer in image.cSimon Glass
2011-10-09common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk
2011-09-07ARM: remove broken "evb4510" board.Wolfgang Denk
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby