1. 3decb14 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  2. 7816f2c mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  3. 1bb5e90 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · 13 years ago
  4. a28afca Add uboot "fdt_high" enviroment variable by David A. Long · 13 years ago
  5. 55b0a39 Respect memreserve regions specified in the device tree by Grant Likely · 13 years ago
  6. ed59e58 Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 13 years ago
  7. c3624e6 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 13 years ago
  8. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 13 years ago
  9. 7edb186 image: constify lookup tables by Mike Frysinger · 14 years ago
  10. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  11. 43b08af always relocate fdt into an lmb-allocated memory block by Timur Tabi · 14 years ago
  12. fca43cc boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  13. d1263fc common/image.c remove extra calls to be32_to_cpu in boot_get_fdt by John Rigby · 14 years ago
  14. 758b399 common/image.c fix length calculation in boot_relocate_fdt by John Rigby · 14 years ago
  15. 3df6195 Add support for operating system OSE by Torkel Lundgren · 14 years ago
  16. 958e120 fdt relocate: have more attention to use a bootmap or not by Stephan Linz · 14 years ago
  17. c519fac Fix condition where bootm_size not set and wrong memory size reported by Matthew McClintock · 14 years ago
  18. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  19. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  20. 54fa2c5 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · 14 years ago
  21. 8edcde5 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  22. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  23. 20dde48 add lzop decompression support by Peter Korsgaard · 15 years ago
  24. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  25. aa0c7a8 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
  26. b029ddd mkimage: Make table_entry code global by Prafulla Wadaskar · 15 years ago
  27. f666dea mkimage: Make genimg_print_size() global by Prafulla Wadaskar · 15 years ago
  28. 3a2003f tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · 15 years ago
  29. e3d1ac7 common/image.c: Relocate strings in tables. by Scott Wood · 15 years ago
  30. cd67345 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  32. fbc87dc FIT: output image load address for type 'firmware', fix message while there by Bartlomiej Sieka · 16 years ago
  33. fc9c172 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  34. 5251469 Fix printf errors under -DDEBUG by Andrew Klossner · 16 years ago
  35. 919f550 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
  36. f5ed9e3 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  37. 9ba2e2c Remove support for booting ARTOS images by Kumar Gala · 16 years ago
  38. ea86b9e Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
  39. 8e02494 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
  40. 54f9c86 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  41. 06a0991 bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  42. 3216ca9 Fix fallout from autostart revert by Kumar Gala · 16 years ago
  43. 0bf202e Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  44. 41266c9 FIT: Fix handling of images without ramdisks by Peter Tyser · 16 years ago
  45. c78fce6 FIS: repare incorrect return value with ramdisk handling by Michal Simek · 16 years ago
  46. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  47. 95d449a Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  48. ee0cfa7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 16 years ago
  49. 02b9b22 Fix offset calculation for multi-type legacy images. by Nick Spence · 16 years ago
  50. 1b5605c Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  51. 273c37d Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 16 years ago
  52. e419e12 Recognize 'powerpc' As an Alias for IH_ARCH_PPC by Grant Erickson · 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. 89cdab7 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 16 years ago
  56. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  57. 20a14a4 Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 16 years ago
  58. bf3d8b3 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 16 years ago
  59. dafaede [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  60. 766529f Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  61. afe45c8 [new uImage] Fix build issue on ARM by Marian Balakowicz · 17 years ago
  62. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  63. 1372cce [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  64. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  65. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  66. c877964 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · 17 years ago
  67. 5dfb521 [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  68. df6f1b8 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  69. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  70. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  71. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  72. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  73. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  74. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  75. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  76. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  77. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  78. 6f0f9df [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago
  79. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  80. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  81. f50433d [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  82. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  83. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  84. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  85. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  86. 42b73e8 [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  87. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  88. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  89. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago