summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-07-03gxbb: add lzo and ddr reserveXing Xu12-30/+108
2014-11-21fdt: Add ft_system_setup() function for system device tree additionsSimon Glass5-1/+48
2014-10-29x86: image: Add new image type for x64_64Simon Glass4-2/+6
2014-10-22x86: Support loading kernel setup from a FITSimon Glass9-2/+399
2014-10-06tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning6-0/+265
2014-08-28Fix test failure caused by bad handling of ramdiskSimon Glass3-2/+4
2014-08-21image: fix bootm failure for FIT imageBryan Wu3-18/+33
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu2-0/+44
2014-07-07fit: make sha256 support optionalDirk Eibach6-0/+14
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee25-31/+30
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass7-7/+96
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass5-7/+33
2014-06-05Prevent a buffer overflow in mkimage when signing with SHA256Michael van der Westhuizen2-12/+15
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher14-11/+97
2014-05-26mkimage: add atmelimageAndreas Bießmann6-0/+348
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini24-178/+1289
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD443-38614/+9681
2014-05-08image: add support for Android's boot image formatSebastian Siewior6-6/+204
2014-04-17tools: mkimage: add support for gpimage formatKaricheri, Muralidharan10-93/+220
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher17-25/+204
2014-03-21rsa: add sha256,rsa4096 algorithmHeiko Schocher6-16/+104
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher14-98/+281
2014-03-21fit: add sha256 supportHeiko Schocher5-3/+20
2014-02-19fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada2-3/+3
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin4-0/+23
2014-01-09arm64: core supportDavid Feng38-21/+1882
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut11-0/+2772
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass5-9/+15
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass3-11/+22
2013-06-28mkimage: Build signing only if board has CONFIG_FIT_SIGNATURESimon Glass3-5/+6
2013-06-26image: Add support for signing of FIT configurationsSimon Glass5-3/+798
2013-06-26image: Support signing of imagesSimon Glass6-38/+478
2013-06-26image: Add signing infrastructureSimon Glass6-2/+358
2013-06-26Add a 'fake' go command to the bootm commandSimon Glass2-3/+19
2013-06-26Refactor the bootm command to reduce code duplicationSimon Glass2-248/+225
2013-06-04image: Use fit_image_load() to load kernelSimon Glass3-153/+8
2013-06-04image: Use fit_image_load() to load FDTSimon Glass4-202/+34
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass3-169/+16
2013-06-04image: Introduce fit_image_load() to load images from FITsSimon Glass2-2/+326
2013-05-14image: Add device tree setup to image librarySimon Glass6-13/+174
2013-05-14image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass3-5/+42
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass3-13/+5
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass3-30/+41
2013-05-14image: Rename hash printing to fit_image_print_verification_data()Simon Glass2-53/+79
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass3-80/+75
2013-05-14image: Export fit_conf_get_prop_node()Simon Glass2-4/+18
2013-05-14image: Move hash checking into its own functionSimon Glass2-65/+71
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass8-17/+17
2013-05-14image: Convert fit_image_hash_set_value() to static, and renameSimon Glass2-33/+31
[next]