| Commit message (Expand) | Author | Age | Files | Lines |
* | image: Add functions to obtain short names | Simon Glass | 2016-03-14 | 1 | -4/+22 |
* | fdt: Allow libfdt to be used in SPL | Simon Glass | 2016-03-14 | 1 | -2/+2 |
* | Kconfig: Move CONFIG_FIT and related options to Kconfig | Simon Glass | 2016-03-14 | 1 | -12/+12 |
* | image: fix getenv_bootm_size() function again | Masahiro Yamada | 2016-02-08 | 1 | -8/+13 |
* | Use correct spelling of "U-Boot" | Bin Meng | 2016-02-06 | 1 | -1/+1 |
* | image: fix getenv_bootm_size() function | Masahiro Yamada | 2016-01-19 | 1 | -2/+2 |
* | image: check "bootm_low" and "bootm_size" if "initrd_high" is missing | Masahiro Yamada | 2016-01-13 | 1 | -2/+1 |
* | tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage | Nathan Rossi | 2015-11-19 | 1 | -0/+1 |
* | image.c: Fix non-Android booting with ramdisk and/or device tree | Tom Rini | 2015-10-27 | 1 | -1/+1 |
* | common/image.c: Make boot_get_ramdisk() perform a check for Android images | Tom Rini | 2015-10-11 | 1 | -0/+9 |
* | Add support for LZ4 decompression algorithm | Julius Werner | 2015-10-11 | 1 | -0/+1 |
* | rockchip: Add support for the SPI image | Simon Glass | 2015-09-02 | 1 | -0/+1 |
* | rockchip: Add support for the SD image | Simon Glass | 2015-09-02 | 1 | -0/+1 |
* | rockchip: Add the rkimage format to mkimage | Simon Glass | 2015-09-02 | 1 | -0/+1 |
* | image: Fix loop condition to avoid warning | Thierry Reding | 2015-08-28 | 1 | -2/+2 |
* | image: fix Android ramdisk support when dtb is specified | Rob Herring | 2015-08-12 | 1 | -10/+8 |
* | spl, common, serial: build SPL without serial support | Heiko Schocher | 2015-08-12 | 1 | -2/+6 |
* | mkimage: Display a better list of available image types | Simon Glass | 2015-07-21 | 1 | -26/+32 |
* | image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM | Matt Porter | 2015-05-28 | 1 | -1/+1 |
* | add boot_get_loadables() to load listed images | Karl Apsite | 2015-05-28 | 1 | -0/+71 |
* | dm: rtc: Rename to_tm() to rtc_to_tm() and add error code | Simon Glass | 2015-05-05 | 1 | -1/+1 |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | 1 | -0/+1 |
* | lpc32xx: add lpc32xx-spl.bin boot image target | Albert ARIBAUD \(3ADEV\) | 2015-04-10 | 1 | -0/+1 |
* | imagetool: make the image_save_datafile() available to all image types | Guilherme Maciel Ferreira | 2015-01-29 | 1 | -1/+1 |
* | image: bootm: Add OpenRTOS image type | Marek Vasut | 2015-01-14 | 1 | -0/+4 |
* | memmove_wd: copy chunk down from big address if parameter to is larger than from | Sonic Zhang | 2015-01-05 | 1 | -2/+12 |
* | x86: image: Add new image type for x64_64 | Simon Glass | 2014-10-28 | 1 | -0/+1 |
* | image: Fix Android boot image support | Ahmad Draidi | 2014-10-27 | 1 | -1/+2 |
* | x86: Support loading kernel setup from a FIT | Simon Glass | 2014-10-22 | 1 | -0/+11 |
* | tools: socfpga: Add socfpga preloader signing to mkimage | Charles Manning | 2014-10-06 | 1 | -0/+1 |
* | Fix test failure caused by bad handling of ramdisk | Simon Glass | 2014-08-28 | 1 | -1/+2 |
* | image: fix bootm failure for FIT image | Bryan Wu | 2014-08-21 | 1 | -12/+27 |
* | image: introduce genimg_get_kernel_addr() | Bryan Wu | 2014-08-09 | 1 | -0/+43 |
* | includes: move openssl headers to include/u-boot | Jeroen Hofstee | 2014-06-19 | 1 | -1/+1 |
* | image: Remove the fit_load_image() property parameter | Simon Glass | 2014-06-19 | 1 | -1/+1 |
* | bootm: make use of legacy image format configurable | Heiko Schocher | 2014-06-05 | 1 | -7/+18 |
* | mkimage: add atmelimage | Andreas Bießmann | 2014-05-27 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-05-22 | 1 | -5/+15 |
|\ |
|
| * | image: add support for Android's boot image format | Sebastian Siewior | 2014-05-08 | 1 | -5/+15 |
* | | tools: mkimage: add support for gpimage format | Karicheri, Muralidharan | 2014-04-17 | 1 | -0/+1 |
|/ |
|
* | arc: bdinfo, image and arc-specific init functions declarations support | Alexey Brodkin | 2014-02-07 | 1 | -0/+1 |
* | common/image.c: move VxWorks header string out of CONFIG_CMD_ELF | miao.yan@windriver.com | 2014-01-14 | 1 | -1/+1 |
* | arm64: core support | David Feng | 2014-01-09 | 1 | -0/+1 |
* | FIT: delete unnecessary casts | Masahiro Yamada | 2013-09-20 | 1 | -5/+1 |
* | Cosmetic: Fix a number of typos, no functional changes. | Robert P. J. Day | 2013-09-20 | 1 | -1/+1 |
* | ARM: mxs: tools: Add mkimage support for MXS bootstream | Marek Vasut | 2013-08-31 | 1 | -0/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | common/image.c: Fix regression with ramdisk load/entry points in FIT | Stefano Babic | 2013-07-12 | 1 | -1/+1 |
* | bootm: Use selected configuration for ramdisk and fdt | Simon Glass | 2013-07-12 | 1 | -2/+2 |
* | Clarify bootm OS arguments | Simon Glass | 2013-06-26 | 1 | -8/+14 |