1. 66eef1e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · 9 years ago
  2. c139b5f image.c: Fix non-Android booting with ramdisk and/or device tree by Tom Rini · 9 years ago
  3. 1fec3c5 common/image.c: Make boot_get_ramdisk() perform a check for Android images by Tom Rini · 9 years ago
  4. 027b728 Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  5. 10b84fe rockchip: Add support for the SPI image by Simon Glass · 9 years ago
  6. f9a3c27 rockchip: Add support for the SD image by Simon Glass · 9 years ago
  7. a131c1f rockchip: Add the rkimage format to mkimage by Simon Glass · 9 years ago
  8. 9734b97 image: Fix loop condition to avoid warning by Thierry Reding · 9 years ago
  9. 2dd4632 image: fix Android ramdisk support when dtb is specified by Rob Herring · 9 years ago
  10. 80402f3 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  11. 5b9d44d mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  12. c777efe image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM by Matt Porter · 9 years ago
  13. 84a07db add boot_get_loadables() to load listed images by Karl Apsite · 9 years ago
  14. 9f9276c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 9 years ago
  15. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  16. 39f520b lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · 9 years ago
  17. 067d156 imagetool: make the image_save_datafile() available to all image types by Guilherme Maciel Ferreira · 10 years ago
  18. 67ddd95 image: bootm: Add OpenRTOS image type by Marek Vasut · 10 years ago
  19. 22cfddc memmove_wd: copy chunk down from big address if parameter to is larger than from by Sonic Zhang · 10 years ago
  20. 5bda35c x86: image: Add new image type for x64_64 by Simon Glass · 10 years ago
  21. 86f4695 image: Fix Android boot image support by Ahmad Draidi · 10 years ago
  22. 90268b8 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  23. 832472a tools: socfpga: Add socfpga preloader signing to mkimage by Charles Manning · 11 years ago
  24. fe20a81 Fix test failure caused by bad handling of ramdisk by Simon Glass · 10 years ago
  25. 6c454fe image: fix bootm failure for FIT image by Bryan Wu · 10 years ago
  26. 0f64140 image: introduce genimg_get_kernel_addr() by Bryan Wu · 10 years ago
  27. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  28. 126cc86 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  29. 21d29f7 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  30. 7b1a411 mkimage: add atmelimage by Andreas Bießmann · 10 years ago
  31. c9afa7c Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  32. 9ace3fc image: add support for Android's boot image format by Sebastian Siewior · 10 years ago
  33. bf411ea tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · 10 years ago
  34. bc5d542 arc: bdinfo, image and arc-specific init functions declarations support by Alexey Brodkin · 11 years ago
  35. 68b15e8 common/image.c: move VxWorks header string out of CONFIG_CMD_ELF by miao.yan@windriver.com · 11 years ago
  36. 0ae7653 arm64: core support by David Feng · 11 years ago
  37. 2f0877c FIT: delete unnecessary casts by Masahiro Yamada · 11 years ago
  38. 1bce2ae Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  39. bce8837 ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  40. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  41. e3a5bbc common/image.c: Fix regression with ramdisk load/entry points in FIT by Stefano Babic · 11 years ago
  42. f320a4d bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  43. 983c72f Clarify bootm OS arguments by Simon Glass · 11 years ago
  44. a51ec63 image: Use fit_image_load() to load ramdisk by Simon Glass · 11 years ago
  45. 13d0698 image: Add device tree setup to image library by Simon Glass · 11 years ago
  46. 44d3a30 image: Split libfdt code into image-fdt.c by Simon Glass · 11 years ago
  47. 1fe7d93 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 11 years ago
  48. 35e7b0f sandbox: image: Add support for booting images in sandbox by Simon Glass · 11 years ago
  49. b8da836 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 11 years ago
  50. 53fbb7e image: Split FIT code into new image-fit.c by Simon Glass · 11 years ago
  51. 61a439a image: Export fit_check_ramdisk() by Simon Glass · 11 years ago
  52. 859e92b image: Move timestamp #ifdefs to header file by Simon Glass · 11 years ago
  53. 04d4140 image: Add support for Plan 9 by Steven Stallion · 12 years ago
  54. 0ccff50 image: Use crc header file instead of C prototypes by Simon Glass · 12 years ago
  55. 12e06fe treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  56. 1cf0a8b env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  57. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  58. d95f6ec fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
  59. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  60. 8ac88f2 fdt: Check for a token to skip auto-hash validation by Joe Hershberger · 12 years ago
  61. 367e125 fdt: Check error codes returned from fdtlib when loading ITB by Joe Hershberger · 12 years ago
  62. 5675b50 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  63. cee84e8 image/FIT: Add ramdisk load, entry address and OS tag inclusion by Jagannadha Sutradharudu Teki · 12 years ago
  64. 5d898a0 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  65. 314f634 image/fit: drop inline markings on parser code by Mike Frysinger · 12 years ago
  66. 57d40ab RAMDISK: Fix unused variable issue caused by raw rd support by Marek Vasut · 12 years ago
  67. 017e1f3 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · 13 years ago
  68. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  69. aacc8c1 bootstage: Convert FIT progress numbers to enums by Simon Glass · 13 years ago
  70. 5e41088 bootstage: Convert progress numbers 10-19 to enums by Simon Glass · 13 years ago
  71. 5dc8871 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · 13 years ago
  72. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  73. e37ae40 image: Support FDTs already loaded at their load address by Stephen Warren · 13 years ago
  74. fa34f6b common/image.c: align usage of fdt_high with initrd_high by Shawn Guo · 13 years ago
  75. 3ddcacc openrisc: Add architecture image support by Stefan Kristiansson · 13 years ago
  76. 3b20011 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · 13 years ago
  77. b9b50e89 image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · 13 years ago
  78. 4962e38 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  79. 712fbcf checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  80. 64d6146 nds32: common bdinfo, bootm, image support by Macpaul Lin · 13 years ago
  81. 0ec2ce4 Fix use of int as pointer in image.c by Simon Glass · 13 years ago
  82. e42624b common/image.c: remove duplicated IH_TYPE entries. by Wolfgang Denk · 13 years ago
  83. 26e670e ARM: remove broken "evb4510" board. by Wolfgang Denk · 13 years ago
  84. 3decb14 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  85. 7816f2c mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  86. 1bb5e90 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · 13 years ago
  87. a28afca Add uboot "fdt_high" enviroment variable by David A. Long · 13 years ago
  88. 55b0a39 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  89. ed59e58 Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  90. c3624e6 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  91. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  92. 7edb186 image: constify lookup tables by Mike Frysinger · 14 years ago
  93. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  94. 43b08af always relocate fdt into an lmb-allocated memory block by Timur Tabi · 14 years ago
  95. fca43cc boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  96. d1263fc common/image.c remove extra calls to be32_to_cpu in boot_get_fdt by John Rigby · 14 years ago
  97. 758b399 common/image.c fix length calculation in boot_relocate_fdt by John Rigby · 14 years ago
  98. 3df6195 Add support for operating system OSE by Torkel Lundgren · 14 years ago
  99. 958e120 fdt relocate: have more attention to use a bootmap or not by Stephan Linz · 14 years ago
  100. c519fac Fix condition where bootm_size not set and wrong memory size reported by Matthew McClintock · 14 years ago