Age | Commit message (Expand) | Author |
2015-01-29 | imagetool: make the image_save_datafile() available to all image types | Guilherme Maciel Ferreira |
2015-01-14 | image: bootm: Add OpenRTOS image type | Marek Vasut |
2015-01-05 | memmove_wd: copy chunk down from big address if parameter to is larger than from | Sonic Zhang |
2014-10-28 | x86: image: Add new image type for x64_64 | Simon Glass |
2014-10-27 | image: Fix Android boot image support | Ahmad Draidi |
2014-10-22 | x86: Support loading kernel setup from a FIT | Simon Glass |
2014-10-06 | tools: socfpga: Add socfpga preloader signing to mkimage | Charles Manning |
2014-08-28 | Fix test failure caused by bad handling of ramdisk | Simon Glass |
2014-08-21 | image: fix bootm failure for FIT image | Bryan Wu |
2014-08-09 | image: introduce genimg_get_kernel_addr() | Bryan Wu |
2014-06-19 | includes: move openssl headers to include/u-boot | Jeroen Hofstee |
2014-06-19 | image: Remove the fit_load_image() property parameter | Simon Glass |
2014-06-05 | bootm: make use of legacy image format configurable | Heiko Schocher |
2014-05-27 | mkimage: add atmelimage | Andreas Bießmann |
2014-05-22 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2014-05-08 | image: add support for Android's boot image format | Sebastian Siewior |
2014-04-17 | tools: mkimage: add support for gpimage format | Karicheri, Muralidharan |
2014-02-07 | arc: bdinfo, image and arc-specific init functions declarations support | Alexey Brodkin |
2014-01-14 | common/image.c: move VxWorks header string out of CONFIG_CMD_ELF | miao.yan@windriver.com |
2014-01-09 | arm64: core support | David Feng |
2013-09-20 | FIT: delete unnecessary casts | Masahiro Yamada |
2013-09-20 | Cosmetic: Fix a number of typos, no functional changes. | Robert P. J. Day |
2013-08-31 | ARM: mxs: tools: Add mkimage support for MXS bootstream | Marek Vasut |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-07-12 | common/image.c: Fix regression with ramdisk load/entry points in FIT | Stefano Babic |
2013-07-12 | bootm: Use selected configuration for ramdisk and fdt | Simon Glass |
2013-06-26 | Clarify bootm OS arguments | Simon Glass |
2013-06-04 | image: Use fit_image_load() to load ramdisk | Simon Glass |
2013-05-14 | image: Add device tree setup to image library | Simon Glass |
2013-05-14 | image: Split libfdt code into image-fdt.c | Simon Glass |
2013-05-14 | image: Remove remaining #ifdefs in image-fit.c | Simon Glass |
2013-05-14 | sandbox: image: Add support for booting images in sandbox | Simon Glass |
2013-05-14 | image: Rename fit_image_check_hashes() to fit_image_verify() | Simon Glass |
2013-05-14 | image: Split FIT code into new image-fit.c | Simon Glass |
2013-05-14 | image: Export fit_check_ramdisk() | Simon Glass |
2013-05-14 | image: Move timestamp #ifdefs to header file | Simon Glass |
2013-03-27 | image: Add support for Plan 9 | Steven Stallion |
2013-02-28 | image: Use crc header file instead of C prototypes | Simon Glass |
2013-02-07 | treewide: include libfdt_env.h before fdt.h | Kim Phillips |
2012-12-13 | env: Add a loadaddr env handler | Joe Hershberger |
2012-12-13 | env: Use getenv_yesno() more generally | Joe Hershberger |
2012-11-12 | fdt: Add option to default to most compatible conf in a fit image | Gabe Black |
2012-11-04 | common/misc: sparse fixes | Kim Phillips |
2012-10-15 | fdt: Check for a token to skip auto-hash validation | Joe Hershberger |
2012-10-15 | fdt: Check error codes returned from fdtlib when loading ITB | Joe Hershberger |
2012-09-25 | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini |
2012-09-02 | image/FIT: Add ramdisk load, entry address and OS tag inclusion | Jagannadha Sutradharudu Teki |
2012-08-23 | powerpc/CoreNet: add tool to support pbl image build. | Shaohui Xie |
2012-04-30 | image/fit: drop inline markings on parser code | Mike Frysinger |
2012-03-30 | RAMDISK: Fix unused variable issue caused by raw rd support | Marek Vasut |