1. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  2. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  3. ad68fc3 bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  4. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  5. f19be41 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · 11 years ago
  6. 56ab8d6 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
  7. fbabc0f image: Support signing of images by Simon Glass · 11 years ago
  8. 58fe7e5 image: Add signing infrastructure by Simon Glass · 11 years ago
  9. 0013488 Add a 'fake' go command to the bootm command by Simon Glass · 11 years ago
  10. 3081e2e Refactor the bootm command to reduce code duplication by Simon Glass · 11 years ago
  11. e6b127a image: Use fit_image_load() to load kernel by Simon Glass · 12 years ago
  12. b1b7992 image: Use fit_image_load() to load FDT by Simon Glass · 12 years ago
  13. 65817a6 image: Use fit_image_load() to load ramdisk by Simon Glass · 12 years ago
  14. 384d86d image: Introduce fit_image_load() to load images from FITs by Simon Glass · 12 years ago
  15. 9ca3742 image: Add device tree setup to image library by Simon Glass · 12 years ago
  16. 82d9453 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL by Simon Glass · 12 years ago
  17. 1030f16 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 12 years ago
  18. 4964806 sandbox: image: Add support for booting images in sandbox by Simon Glass · 12 years ago
  19. e61aa44 image: Rename hash printing to fit_image_print_verification_data() by Simon Glass · 12 years ago
  20. ee38265 image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · 12 years ago
  21. dc0f52c image: Export fit_conf_get_prop_node() by Simon Glass · 12 years ago
  22. f0fd511 image: Move hash checking into its own function by Simon Glass · 12 years ago
  23. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 12 years ago
  24. 0ce6e3d image: Convert fit_image_hash_set_value() to static, and rename by Simon Glass · 12 years ago
  25. 10a1eca image: Move HOSTCC image code to tools/ by Simon Glass · 12 years ago
  26. 36b916a image: Export fit_check_ramdisk() by Simon Glass · 12 years ago
  27. af0ec0d image: Move timestamp #ifdefs to header file by Simon Glass · 12 years ago
  28. 36ec8ac image: Add support for Plan 9 by Steven Stallion · 12 years ago
  29. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  30. a8343eb Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  31. 5fd7c5d tools: imximage: Load a size that is multiple of 512 by Fabio Estevam · 12 years ago
  32. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  33. d572e16 fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
  34. e69030c include/image.h: sparse fixes by Kim Phillips · 12 years ago
  35. 8b7d32a fdt: Check for a token to skip auto-hash validation by Joe Hershberger · 12 years ago
  36. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  37. 711453d image/fit: drop inline markings on parser code by Mike Frysinger · 13 years ago
  38. af775a0 Add cmd_spl command by Simon Schwarz · 13 years ago
  39. 15c669c openrisc: Add architecture image support by Stefan Kristiansson · 13 years ago
  40. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · 13 years ago
  41. 546d332 Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX by Stefan Kristiansson · 13 years ago
  42. 7d731a9 image: Fix inverted logic in architecture check. by Thierry Reding · 13 years ago
  43. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  44. 6904b6e checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  45. 354b4e3 nds32: common bdinfo, bootm, image support by Macpaul Lin · 13 years ago
  46. 033b0a9 sandbox: Add architecture image support by Simon Glass · 13 years ago
  47. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  48. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  49. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  50. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  51. 2639638 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  52. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  53. cf2feb1 image: constify lookup tables by Mike Frysinger · 14 years ago
  54. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  55. 29a5866 Add support for operating system OSE by Torkel Lundgren · 14 years ago
  56. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  57. ddb5de8 image.h: remove bogus ';' after function declarations by Wolfgang Denk · 14 years ago
  58. 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
  59. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  60. 175467a image.h: avoid command.h for host tools by Mike Frysinger · 15 years ago
  61. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  62. 9a84980 sha1: add dedicated config option by Mike Frysinger · 15 years ago
  63. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  64. f7440cd add lzop decompression support by Peter Korsgaard · 15 years ago
  65. 00d8656 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · 15 years ago
  66. 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
  67. 4454c9e mkimage: Make table_entry code global by Prafulla Wadaskar · 15 years ago
  68. 49432ab mkimage: Make genimg_print_size() global by Prafulla Wadaskar · 15 years ago
  69. 3b50677 tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · 15 years ago
  70. 4ad8e9f compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  71. b06976d Add support for building native win32 tools by Peter Tyser · 16 years ago
  72. b55c74d include/image.h: Ease grepping of image_* functions by Petri Lehtinen · 16 years ago
  73. 0ba0a77 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  74. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  75. bf36877 FDT: don't use private kernel header files by Wolfgang Denk · 16 years ago
  76. 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  77. 1557a54 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
  78. 56b8dd1 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  79. bd70bbe bootm: refactor image detection and os load steps by Kumar Gala · 16 years ago
  80. da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  81. a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  82. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  83. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  84. 93722fe Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  85. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  86. 222e2ca Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 17 years ago
  87. 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  88. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  89. bb9c829 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
  90. 4783f55 [new uImage] Do not compile new uImage format support by default by Bartlomiej Sieka · 17 years ago
  91. 2e6f285 Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  92. aa6aae4 [new uImage] Fix definition of common bootm_headers_t fields by Marian Balakowicz · 17 years ago
  93. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  94. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  95. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  96. d7816fb [new uImage] Add support for new uImage format to mkimage tool by Bartlomiej Sieka · 17 years ago
  97. 6a2b2c2 [new uImage] Make node unit names const in struct bootm_headers by Marian Balakowicz · 17 years ago
  98. e227fbb [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  99. c3c7eb2 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  100. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago