1. 2f22050 include/image.h: sparse fixes by Kim Phillips · 12 years ago
  2. 8ac88f2 fdt: Check for a token to skip auto-hash validation by Joe Hershberger · 12 years ago
  3. 5d898a0 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  4. 314f634 image/fit: drop inline markings on parser code by Mike Frysinger · 12 years ago
  5. 1648a37 Add cmd_spl command by Simon Schwarz · 13 years ago
  6. 3ddcacc openrisc: Add architecture image support by Stefan Kristiansson · 13 years ago
  7. b9b50e89 image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · 13 years ago
  8. f52138a Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX by Stefan Kristiansson · 13 years ago
  9. 7566832 image: Fix inverted logic in architecture check. by Thierry Reding · 13 years ago
  10. 4962e38 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  11. 712fbcf checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  12. 64d6146 nds32: common bdinfo, bootm, image support by Macpaul Lin · 13 years ago
  13. 65bf1d3 sandbox: Add architecture image support by Simon Glass · 13 years ago
  14. 476af29 image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  15. 3decb14 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  16. 7816f2c mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  17. 55b0a39 Respect memreserve regions specified in the device tree by Grant Likely · 13 years ago
  18. c3624e6 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 13 years ago
  19. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 13 years ago
  20. 7edb186 image: constify lookup tables by Mike Frysinger · 14 years ago
  21. fca43cc boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  22. 3df6195 Add support for operating system OSE by Torkel Lundgren · 14 years ago
  23. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  24. 178e26d image.h: remove bogus ';' after function declarations by Wolfgang Denk · 14 years ago
  25. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  26. 8edcde5 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  27. 5daa1c1 image.h: avoid command.h for host tools by Mike Frysinger · 15 years ago
  28. a16028d lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  29. dac4d7e sha1: add dedicated config option by Mike Frysinger · 15 years ago
  30. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  31. 20dde48 add lzop decompression support by Peter Korsgaard · 15 years ago
  32. b25e38f Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · 15 years ago
  33. aa0c7a8 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
  34. b029ddd mkimage: Make table_entry code global by Prafulla Wadaskar · 15 years ago
  35. f666dea mkimage: Make genimg_print_size() global by Prafulla Wadaskar · 15 years ago
  36. 3a2003f tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · 15 years ago
  37. 3756609 compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  38. 2f8d396 Add support for building native win32 tools by Peter Tyser · 16 years ago
  39. f05fa92 include/image.h: Ease grepping of image_* functions by Petri Lehtinen · 16 years ago
  40. cd67345 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. 49c3a86 bootm: Add subcommands by Kumar Gala · 16 years ago
  42. def0819 FDT: don't use private kernel header files by Wolfgang Denk · 16 years ago
  43. fc9c172 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  44. 919f550 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
  45. f5ed9e3 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  46. 396f635 bootm: refactor image detection and os load steps by Kumar Gala · 16 years ago
  47. e906cfa bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  48. 06a0991 bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  49. c4f9419 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  50. c160a95 bootm: refactor entry point code by Kumar Gala · 16 years ago
  51. 0bf202e Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  52. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  53. 7590378 Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 16 years ago
  54. edbed24 Memory footprint optimizations by Bartlomiej Sieka · 16 years ago
  55. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  56. bf3d8b3 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 16 years ago
  57. 95f4ec2 [new uImage] Do not compile new uImage format support by default by Bartlomiej Sieka · 17 years ago
  58. 766529f Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  59. 1ec7376 [new uImage] Fix definition of common bootm_headers_t fields by Marian Balakowicz · 17 years ago
  60. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  61. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  62. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  63. 9d25438 [new uImage] Add support for new uImage format to mkimage tool by Bartlomiej Sieka · 17 years ago
  64. eb6175e [new uImage] Make node unit names const in struct bootm_headers by Marian Balakowicz · 17 years ago
  65. 5dfb521 [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  66. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  67. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  68. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  69. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  70. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  71. 4ed6552 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  72. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  73. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  74. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  75. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  76. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  77. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  78. f50433d [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  79. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  80. 75d3e8f [new uImage] Pull in libfdt if CONFIG_FIT is enabled by Marian Balakowicz · 17 years ago
  81. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  82. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  83. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  84. 42b73e8 [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  85. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  86. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  87. 559316f [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
  88. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  89. 38c1ef7 Allocate CPU Architecture Code for STMicroelectronics' ST200. by Sean MCGOOGAN · 17 years ago
  90. fb883a5 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  91. 1a1b737 Define IH_CPU_AVR32 by Stefan Roese · 18 years ago
  92. 25c751e * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
  93. 0afe519 Add ADI Blackfin support by Wolfgang Denk · 19 years ago
  94. f08abe3 Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h by Wolfgang Denk · 19 years ago
  95. e1599e8 * Patch by Gridish Shlomi, 30 Aug 2004: by wdenk · 20 years ago
  96. 5c952cf Patches by Scott McNutt, 24 Aug 2004: by wdenk · 20 years ago
  97. 507bbe3 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · 20 years ago
  98. 4a55170 * Patch by Scott McNutt, 04 Oct 2003: by wdenk · 21 years ago
  99. ef1464c * Patch by Anders Larsen, 18 Sep 2003: by wdenk · 21 years ago
  100. fbe4b5c * Update TRAB auto update code by wdenk · 21 years ago