1. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  2. c17b145 rockchip: Add support for the SPI image by Simon Glass · 9 years ago
  3. 3b1e507 rockchip: Add support for the SD image by Simon Glass · 9 years ago
  4. c9c7403 rockchip: Add the rkimage format to mkimage by Simon Glass · 9 years ago
  5. 6a2283f image: Fix loop condition to avoid warning by Thierry Reding · 9 years ago
  6. ad8b3a5 image: fix Android ramdisk support when dtb is specified by Rob Herring · 9 years ago
  7. 62cb156 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  8. 434a31b mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  9. ab10714 image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM by Matt Porter · 10 years ago
  10. 1b21c28 add boot_get_loadables() to load listed images by Karl Apsite · 10 years ago
  11. 1299466 dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 10 years ago
  12. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  13. ed1cb1a lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · 10 years ago
  14. fc3c967 imagetool: make the image_save_datafile() available to all image types by Guilherme Maciel Ferreira · 10 years ago
  15. 0e3b512 image: bootm: Add OpenRTOS image type by Marek Vasut · 10 years ago
  16. 76ae5d9 memmove_wd: copy chunk down from big address if parameter to is larger than from by Sonic Zhang · 10 years ago
  17. 9d42830 x86: image: Add new image type for x64_64 by Simon Glass · 10 years ago
  18. 9a1cb5d image: Fix Android boot image support by Ahmad Draidi · 10 years ago
  19. 0129b52 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  20. 685e87f tools: socfpga: Add socfpga preloader signing to mkimage by Charles Manning · 11 years ago
  21. 05a9ad7 Fix test failure caused by bad handling of ramdisk by Simon Glass · 10 years ago
  22. f5c377a image: fix bootm failure for FIT image by Bryan Wu · 10 years ago
  23. af7b0de image: introduce genimg_get_kernel_addr() by Bryan Wu · 10 years ago
  24. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  25. a0c0b63 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  26. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  27. 7c75d3e mkimage: add atmelimage by Andreas Bießmann · 11 years ago
  28. e61add1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  29. 686d667 image: add support for Android's boot image format by Sebastian Siewior · 11 years ago
  30. 8277793 tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · 11 years ago
  31. 78bc86f arc: bdinfo, image and arc-specific init functions declarations support by Alexey Brodkin · 11 years ago
  32. 8bb6424 common/image.c: move VxWorks header string out of CONFIG_CMD_ELF by miao.yan@windriver.com · 11 years ago
  33. 85fd5f1 arm64: core support by David Feng · 11 years ago
  34. bc2a07d FIT: delete unnecessary casts by Masahiro Yamada · 11 years ago
  35. 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  36. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  37. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  38. 6376752 common/image.c: Fix regression with ramdisk load/entry points in FIT by Stefano Babic · 11 years ago
  39. ad68fc3 bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  40. 794a921 Clarify bootm OS arguments by Simon Glass · 11 years ago
  41. 65817a6 image: Use fit_image_load() to load ramdisk by Simon Glass · 12 years ago
  42. 9ca3742 image: Add device tree setup to image library by Simon Glass · 12 years ago
  43. c6bdabb image: Split libfdt code into image-fdt.c by Simon Glass · 12 years ago
  44. 1030f16 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 12 years ago
  45. 4964806 sandbox: image: Add support for booting images in sandbox by Simon Glass · 12 years ago
  46. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 12 years ago
  47. da0af36 image: Split FIT code into new image-fit.c by Simon Glass · 12 years ago
  48. 36b916a image: Export fit_check_ramdisk() by Simon Glass · 12 years ago
  49. af0ec0d image: Move timestamp #ifdefs to header file by Simon Glass · 12 years ago
  50. 36ec8ac image: Add support for Plan 9 by Steven Stallion · 12 years ago
  51. 9adb686 image: Use crc header file instead of C prototypes by Simon Glass · 12 years ago
  52. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  53. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  54. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  55. d572e16 fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
  56. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
  57. 8b7d32a fdt: Check for a token to skip auto-hash validation by Joe Hershberger · 12 years ago
  58. a261e52 fdt: Check error codes returned from fdtlib when loading ITB by Joe Hershberger · 12 years ago
  59. e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  60. 52e4040 image/FIT: Add ramdisk load, entry address and OS tag inclusion by Jagannadha Sutradharudu Teki · 12 years ago
  61. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  62. 711453d image/fit: drop inline markings on parser code by Mike Frysinger · 13 years ago
  63. 6988d13 RAMDISK: Fix unused variable issue caused by raw rd support by Marek Vasut · 13 years ago
  64. 28850d0 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · 13 years ago
  65. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  66. 52823fd bootstage: Convert FIT progress numbers to enums by Simon Glass · 13 years ago
  67. 3038f80 bootstage: Convert progress numbers 10-19 to enums by Simon Glass · 13 years ago
  68. 53624e0 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · 13 years ago
  69. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  70. 84d6228 image: Support FDTs already loaded at their load address by Stephen Warren · 13 years ago
  71. 0ca9e98 common/image.c: align usage of fdt_high with initrd_high by Shawn Guo · 13 years ago
  72. 15c669c openrisc: Add architecture image support by Stefan Kristiansson · 13 years ago
  73. 180c581 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · 13 years ago
  74. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · 13 years ago
  75. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  76. 6904b6e checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  77. 354b4e3 nds32: common bdinfo, bootm, image support by Macpaul Lin · 13 years ago
  78. 00aa988 Fix use of int as pointer in image.c by Simon Glass · 13 years ago
  79. 6c9cbb7 common/image.c: remove duplicated IH_TYPE entries. by Wolfgang Denk · 13 years ago
  80. 17426d0 ARM: remove broken "evb4510" board. by Wolfgang Denk · 13 years ago
  81. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  82. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  83. dcf6fd7 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · 13 years ago
  84. d558a4e Add uboot "fdt_high" enviroment variable by David A. Long · 13 years ago
  85. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  86. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  87. 2639638 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  88. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  89. cf2feb1 image: constify lookup tables by Mike Frysinger · 14 years ago
  90. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  91. 6b8f2f8 always relocate fdt into an lmb-allocated memory block by Timur Tabi · 15 years ago
  92. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  93. b763f93 common/image.c remove extra calls to be32_to_cpu in boot_get_fdt by John Rigby · 14 years ago
  94. 6902aeb common/image.c fix length calculation in boot_relocate_fdt by John Rigby · 14 years ago
  95. 29a5866 Add support for operating system OSE by Torkel Lundgren · 14 years ago
  96. 1c4361d fdt relocate: have more attention to use a bootmap or not by Stephan Linz · 14 years ago
  97. 6fc7d3a Fix condition where bootm_size not set and wrong memory size reported by Matthew McClintock · 14 years ago
  98. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  99. 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
  100. e455100 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · 15 years ago