| Commit message (Expand) | Author | Age | Lines |
* | image: Remove the fit_load_image() property parameter | Simon Glass | 2014-06-19 | -1/+1 |
* | bootm: make use of legacy image format configurable | Heiko Schocher | 2014-06-05 | -7/+18 |
* | mkimage: add atmelimage | Andreas Bießmann | 2014-05-27 | -0/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-05-22 | -5/+15 |
|\ |
|
| * | image: add support for Android's boot image format | Sebastian Siewior | 2014-05-08 | -5/+15 |
* | | tools: mkimage: add support for gpimage format | Karicheri, Muralidharan | 2014-04-17 | -0/+1 |
|/ |
|
* | arc: bdinfo, image and arc-specific init functions declarations support | Alexey Brodkin | 2014-02-07 | -0/+1 |
* | common/image.c: move VxWorks header string out of CONFIG_CMD_ELF | miao.yan@windriver.com | 2014-01-14 | -1/+1 |
* | arm64: core support | David Feng | 2014-01-09 | -0/+1 |
* | FIT: delete unnecessary casts | Masahiro Yamada | 2013-09-20 | -5/+1 |
* | Cosmetic: Fix a number of typos, no functional changes. | Robert P. J. Day | 2013-09-20 | -1/+1 |
* | ARM: mxs: tools: Add mkimage support for MXS bootstream | Marek Vasut | 2013-08-31 | -0/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | common/image.c: Fix regression with ramdisk load/entry points in FIT | Stefano Babic | 2013-07-12 | -1/+1 |
* | bootm: Use selected configuration for ramdisk and fdt | Simon Glass | 2013-07-12 | -2/+2 |
* | Clarify bootm OS arguments | Simon Glass | 2013-06-26 | -8/+14 |
* | image: Use fit_image_load() to load ramdisk | Simon Glass | 2013-06-04 | -106/+16 |
* | image: Add device tree setup to image library | Simon Glass | 2013-05-14 | -0/+50 |
* | image: Split libfdt code into image-fdt.c | Simon Glass | 2013-05-14 | -566/+0 |
* | image: Remove remaining #ifdefs in image-fit.c | Simon Glass | 2013-05-14 | -6/+1 |
* | sandbox: image: Add support for booting images in sandbox | Simon Glass | 2013-05-14 | -20/+28 |
* | image: Rename fit_image_check_hashes() to fit_image_verify() | Simon Glass | 2013-05-14 | -1/+1 |
* | image: Split FIT code into new image-fit.c | Simon Glass | 2013-05-14 | -1602/+0 |
* | image: Export fit_check_ramdisk() | Simon Glass | 2013-05-14 | -7/+2 |
* | image: Move timestamp #ifdefs to header file | Simon Glass | 2013-05-14 | -29/+21 |
* | image: Add support for Plan 9 | Steven Stallion | 2013-03-27 | -0/+1 |
* | image: Use crc header file instead of C prototypes | Simon Glass | 2013-02-28 | -2/+2 |
* | treewide: include libfdt_env.h before fdt.h | Kim Phillips | 2013-02-07 | -1/+0 |
* | env: Add a loadaddr env handler | Joe Hershberger | 2012-12-13 | -0/+21 |
* | env: Use getenv_yesno() more generally | Joe Hershberger | 2012-12-13 | -6/+0 |
* | fdt: Add option to default to most compatible conf in a fit image | Gabe Black | 2012-11-12 | -0/+127 |
* | common/misc: sparse fixes | Kim Phillips | 2012-11-04 | -4/+4 |
* | fdt: Check for a token to skip auto-hash validation | Joe Hershberger | 2012-10-15 | -0/+41 |
* | fdt: Check error codes returned from fdtlib when loading ITB | Joe Hershberger | 2012-10-15 | -0/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2012-09-25 | -0/+1 |
|\ |
|
| * | powerpc/CoreNet: add tool to support pbl image build. | Shaohui Xie | 2012-08-23 | -0/+1 |
* | | image/FIT: Add ramdisk load, entry address and OS tag inclusion | Jagannadha Sutradharudu Teki | 2012-09-02 | -3/+4 |
|/ |
|
* | image/fit: drop inline markings on parser code | Mike Frysinger | 2012-04-30 | -2/+2 |
* | RAMDISK: Fix unused variable issue caused by raw rd support | Marek Vasut | 2012-03-30 | -0/+2 |
* | BOOT: Add RAW ramdisk support to bootz | Marek Vasut | 2012-03-30 | -3/+12 |
* | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass | 2012-03-18 | -26/+26 |
* | bootstage: Convert FIT progress numbers to enums | Simon Glass | 2012-03-18 | -16/+20 |
* | bootstage: Convert progress numbers 10-19 to enums | Simon Glass | 2012-03-18 | -10/+10 |
* | bootstage: Convert progress numbers 1-9 into enums | Simon Glass | 2012-03-18 | -1/+1 |
* | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass | 2012-03-18 | -11/+11 |
* | image: Support FDTs already loaded at their load address | Stephen Warren | 2012-03-06 | -3/+10 |
* | common/image.c: align usage of fdt_high with initrd_high | Shawn Guo | 2012-02-27 | -7/+5 |
* | openrisc: Add architecture image support | Stefan Kristiansson | 2012-01-13 | -0/+1 |
* | powerpc/bootm: Flush ramdisk and device tree image when booting on MP | Kumar Gala | 2011-12-12 | -0/+8 |
* | image: Implement IH_TYPE_KERNEL_NOLOAD | Stephen Warren | 2011-12-01 | -0/+1 |