1. e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  2. 52e4040 image/FIT: Add ramdisk load, entry address and OS tag inclusion by Jagannadha Sutradharudu Teki · 12 years ago
  3. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  4. 711453d image/fit: drop inline markings on parser code by Mike Frysinger · 13 years ago
  5. 6988d13 RAMDISK: Fix unused variable issue caused by raw rd support by Marek Vasut · 13 years ago
  6. 28850d0 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · 13 years ago
  7. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  8. 52823fd bootstage: Convert FIT progress numbers to enums by Simon Glass · 13 years ago
  9. 3038f80 bootstage: Convert progress numbers 10-19 to enums by Simon Glass · 13 years ago
  10. 53624e0 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · 13 years ago
  11. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  12. 84d6228 image: Support FDTs already loaded at their load address by Stephen Warren · 13 years ago
  13. 0ca9e98 common/image.c: align usage of fdt_high with initrd_high by Shawn Guo · 13 years ago
  14. 15c669c openrisc: Add architecture image support by Stefan Kristiansson · 13 years ago
  15. 180c581 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · 13 years ago
  16. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · 13 years ago
  17. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  18. 6904b6e checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  19. 354b4e3 nds32: common bdinfo, bootm, image support by Macpaul Lin · 13 years ago
  20. 00aa988 Fix use of int as pointer in image.c by Simon Glass · 13 years ago
  21. 6c9cbb7 common/image.c: remove duplicated IH_TYPE entries. by Wolfgang Denk · 13 years ago
  22. 17426d0 ARM: remove broken "evb4510" board. by Wolfgang Denk · 13 years ago
  23. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  24. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  25. dcf6fd7 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · 13 years ago
  26. d558a4e Add uboot "fdt_high" enviroment variable by David A. Long · 13 years ago
  27. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  28. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  29. 2639638 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  30. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  31. cf2feb1 image: constify lookup tables by Mike Frysinger · 14 years ago
  32. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  33. 6b8f2f8 always relocate fdt into an lmb-allocated memory block by Timur Tabi · 15 years ago
  34. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  35. b763f93 common/image.c remove extra calls to be32_to_cpu in boot_get_fdt by John Rigby · 14 years ago
  36. 6902aeb common/image.c fix length calculation in boot_relocate_fdt by John Rigby · 14 years ago
  37. 29a5866 Add support for operating system OSE by Torkel Lundgren · 14 years ago
  38. 1c4361d fdt relocate: have more attention to use a bootmap or not by Stephan Linz · 14 years ago
  39. 6fc7d3a Fix condition where bootm_size not set and wrong memory size reported by Matthew McClintock · 14 years ago
  40. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  41. 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
  42. e455100 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · 15 years ago
  43. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  44. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  45. f7440cd add lzop decompression support by Peter Korsgaard · 15 years ago
  46. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  47. 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
  48. 4454c9e mkimage: Make table_entry code global by Prafulla Wadaskar · 15 years ago
  49. 49432ab mkimage: Make genimg_print_size() global by Prafulla Wadaskar · 15 years ago
  50. 3b50677 tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · 15 years ago
  51. 68498ab common/image.c: Relocate strings in tables. by Scott Wood · 16 years ago
  52. 0ba0a77 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  53. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. 0cc0b21 FIT: output image load address for type 'firmware', fix message while there by Bartlomiej Sieka · 16 years ago
  55. 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  56. 7ddfafc Fix printf errors under -DDEBUG by Andrew Klossner · 16 years ago
  57. 1557a54 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
  58. 56b8dd1 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  59. 97cd8a3 Remove support for booting ARTOS images by Kumar Gala · 16 years ago
  60. b8ca734 Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
  61. 128de00 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
  62. 9f4e7e4 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  63. a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  64. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  65. 93722fe Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  66. 190ee48 FIT: Fix handling of images without ramdisks by Peter Tyser · 16 years ago
  67. b247400 FIS: repare incorrect return value with ramdisk handling by Michal Simek · 16 years ago
  68. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  69. 902ce70 Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  70. 5f3a4a7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 17 years ago
  71. 143a159 Fix offset calculation for multi-type legacy images. by Nick Spence · 17 years ago
  72. 2b77b9d Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  73. 7903f72 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 17 years ago
  74. 80f51b8 Recognize 'powerpc' As an Alias for IH_ARCH_PPC by Grant Erickson · 17 years ago
  75. 222e2ca Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 17 years ago
  76. 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  77. a2c67e9 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 17 years ago
  78. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  79. 72c23be Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 17 years ago
  80. bb9c829 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
  81. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  82. 2e6f285 Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  83. 2499b04 [new uImage] Fix build issue on ARM by Marian Balakowicz · 17 years ago
  84. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  85. 74eb4ae [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  86. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  87. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  88. a50d515 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · 17 years ago
  89. e227fbb [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  90. a147421 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  91. c3c7eb2 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  92. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  93. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  94. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  95. fb71ccf [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  96. 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  97. aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  98. 1256068 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  99. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  100. 535b910 [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago