summaryrefslogtreecommitdiffstats
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* BOOT: Add RAW ramdisk support to bootzMarek Vasut2012-03-301-3/+12
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-26/+26
* bootstage: Convert FIT progress numbers to enumsSimon Glass2012-03-181-16/+20
* bootstage: Convert progress numbers 10-19 to enumsSimon Glass2012-03-181-10/+10
* bootstage: Convert progress numbers 1-9 into enumsSimon Glass2012-03-181-1/+1
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-181-11/+11
* image: Support FDTs already loaded at their load addressStephen Warren2012-03-061-3/+10
* common/image.c: align usage of fdt_high with initrd_highShawn Guo2012-02-271-7/+5
* openrisc: Add architecture image supportStefan Kristiansson2012-01-131-0/+1
* powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala2011-12-121-0/+8
* image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2011-12-011-0/+1
* mkimage: adding support for Davinci AIS imageStefano Babic2011-10-231-4/+5
* checkpatch whitespace cleanupsStephen Warren2011-10-221-566/+621
* nds32: common bdinfo, bootm, image supportMacpaul Lin2011-10-221-0/+1
* Fix use of int as pointer in image.cSimon Glass2011-10-171-2/+2
* common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk2011-10-091-6/+3
* ARM: remove broken "evb4510" board.Wolfgang Denk2011-09-071-11/+0
* mkimage: Add OMAP boot image supportJohn Rigby2011-08-031-1/+5
* mkimage: add UBL header support for booting davinci cpusHeiko Schocher2011-07-281-0/+1
* Fix typo from 'mb_alloc' -> 'lmb_alloc'Matthew McClintock2011-07-191-1/+1
* Add uboot "fdt_high" enviroment variableDavid A. Long2011-07-161-11/+49
* Respect memreserve regions specified in the device treeGrant Likely2011-04-251-1/+28
OpenPOWER on IntegriCloud