summaryrefslogtreecommitdiffstats
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
* bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr2016-12-081-10/+0
* aspeed: remove hack loading ramdisk in memoryCédric Le Goater2016-12-081-11/+0
* aspeed: hacks made to common codeJoel Stanley2016-07-271-0/+11
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-241-0/+92
* mkimage: Report information about fpgaMichal Simek2016-05-241-0/+1
* tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2016-05-241-0/+1
* image: Add functions to obtain short namesSimon Glass2016-03-141-4/+22
* fdt: Allow libfdt to be used in SPLSimon Glass2016-03-141-2/+2
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-12/+12
* image: fix getenv_bootm_size() function againMasahiro Yamada2016-02-081-8/+13
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* image: fix getenv_bootm_size() functionMasahiro Yamada2016-01-191-2/+2
* image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada2016-01-131-2/+1
* tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi2015-11-191-0/+1
* image.c: Fix non-Android booting with ramdisk and/or device treeTom Rini2015-10-271-1/+1
* common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini2015-10-111-0/+9
* Add support for LZ4 decompression algorithmJulius Werner2015-10-111-0/+1
* rockchip: Add support for the SPI imageSimon Glass2015-09-021-0/+1
* rockchip: Add support for the SD imageSimon Glass2015-09-021-0/+1
* rockchip: Add the rkimage format to mkimageSimon Glass2015-09-021-0/+1
* image: Fix loop condition to avoid warningThierry Reding2015-08-281-2/+2
* image: fix Android ramdisk support when dtb is specifiedRob Herring2015-08-121-10/+8
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-2/+6
* mkimage: Display a better list of available image typesSimon Glass2015-07-211-26/+32
* image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter2015-05-281-1/+1
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-281-0/+71
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-051-1/+1
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)2015-04-101-0/+1
* imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira2015-01-291-1/+1
* image: bootm: Add OpenRTOS image typeMarek Vasut2015-01-141-0/+4
* memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang2015-01-051-2/+12
* x86: image: Add new image type for x64_64Simon Glass2014-10-281-0/+1
* image: Fix Android boot image supportAhmad Draidi2014-10-271-1/+2
* x86: Support loading kernel setup from a FITSimon Glass2014-10-221-0/+11
* tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning2014-10-061-0/+1
* Fix test failure caused by bad handling of ramdiskSimon Glass2014-08-281-1/+2
* image: fix bootm failure for FIT imageBryan Wu2014-08-211-12/+27
* image: introduce genimg_get_kernel_addr()Bryan Wu2014-08-091-0/+43
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-191-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-191-1/+1
* bootm: make use of legacy image format configurableHeiko Schocher2014-06-051-7/+18
* mkimage: add atmelimageAndreas Bießmann2014-05-271-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-221-5/+15
|\
| * image: add support for Android's boot image formatSebastian Siewior2014-05-081-5/+15
* | tools: mkimage: add support for gpimage formatKaricheri, Muralidharan2014-04-171-0/+1
|/
* arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin2014-02-071-0/+1
* common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com2014-01-141-1/+1
* arm64: core supportDavid Feng2014-01-091-0/+1
* FIT: delete unnecessary castsMasahiro Yamada2013-09-201-5/+1
OpenPOWER on IntegriCloud