aboutsummaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-20common: Fix logic in fpga programmingMichal Simek1-4/+3
2016-12-03image: Add Trusted Execution Environment image typeAndrew F. Davis1-0/+1
2016-12-03image: Add FIT image loadable section custom processingAndrew F. Davis1-0/+33
2016-11-05image: Protect against overflow in unknown_msg()Simon Glass1-2/+4
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-10/+9
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)1-0/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-22image-fit: Fix fit_get_node_from_config semanticsPaul Burton1-1/+1
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-0/+1
2016-07-14image: Add functions to obtain category informationSimon Glass1-0/+68
2016-07-14image: Add a name for invalid typesSimon Glass1-3/+3
2016-07-14image: Create a table of information for each categorySimon Glass1-0/+13
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek1-0/+92
2016-05-24mkimage: Report information about fpgaMichal Simek1-0/+1
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek1-0/+1
2016-03-14image: Add functions to obtain short namesSimon Glass1-4/+22
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass1-2/+2
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-12/+12
2016-02-08image: fix getenv_bootm_size() function againMasahiro Yamada1-8/+13
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-19image: fix getenv_bootm_size() functionMasahiro Yamada1-2/+2
2016-01-13image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada1-2/+1
2015-11-19tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi1-0/+1
2015-10-27image.c: Fix non-Android booting with ramdisk and/or device treeTom Rini1-1/+1
2015-10-11common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini1-0/+9
2015-10-11Add support for LZ4 decompression algorithmJulius Werner1-0/+1
2015-09-02rockchip: Add support for the SPI imageSimon Glass1-0/+1
2015-09-02rockchip: Add support for the SD imageSimon Glass1-0/+1
2015-09-02rockchip: Add the rkimage format to mkimageSimon Glass1-0/+1
2015-08-28image: Fix loop condition to avoid warningThierry Reding1-2/+2
2015-08-12image: fix Android ramdisk support when dtb is specifiedRob Herring1-10/+8
2015-08-12spl, common, serial: build SPL without serial supportHeiko Schocher1-2/+6
2015-07-21mkimage: Display a better list of available image typesSimon Glass1-26/+32
2015-05-28image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARMMatt Porter1-1/+1
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite1-0/+71
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+1
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-04-10lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)1-0/+1
2015-01-29imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira1-1/+1
2015-01-14image: bootm: Add OpenRTOS image typeMarek Vasut1-0/+4
2015-01-05memmove_wd: copy chunk down from big address if parameter to is larger than fromSonic Zhang1-2/+12
2014-10-28x86: image: Add new image type for x64_64Simon Glass1-0/+1
2014-10-27image: Fix Android boot image supportAhmad Draidi1-1/+2
2014-10-22x86: Support loading kernel setup from a FITSimon Glass1-0/+11
2014-10-06tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning1-0/+1
2014-08-28Fix test failure caused by bad handling of ramdiskSimon Glass1-1/+2
2014-08-21image: fix bootm failure for FIT imageBryan Wu1-12/+27
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu1-0/+43
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass1-1/+1