1. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  2. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  3. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  4. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  5. 8790b9e bootm: replace blob_start with image_start by Lei Wen · 14 years ago
  6. 3b70e55 load_addr: move to common env code by Mike Frysinger · 14 years ago
  7. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  8. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  9. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  10. 708e667 FDT: only call boot_get_fdt from generic code by John Rigby · 14 years ago
  11. 29a5866 Add support for operating system OSE by Torkel Lundgren · 14 years ago
  12. fb9a730 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · 14 years ago
  13. c8bb963 LZMA and LZO causes compile error by Matthias Weisser · 14 years ago
  14. b41ad24 bootm: fix pointer warning with lzma by Mike Frysinger · 14 years ago
  15. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  16. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  17. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  18. 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
  19. e455100 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · 15 years ago
  20. 8f16e07 Merge branch 'next' by Wolfgang Denk · 15 years ago
  21. 64ccc83 bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" by Heiko Schocher · 15 years ago
  22. 6b419fb cmd_bootm.c: made subcommand array static by Frans Meulenbroeks · 15 years ago
  23. ab427ae gzip/zlib: make features optional by Mike Frysinger · 15 years ago
  24. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  25. 030c11c cmd_bootm.c: Change interpretation of standalone image parameters. by Detlev Zundel · 15 years ago
  26. 4e46ab3 cmd_bootm.c: Do not load a ramdisk when not booting a kernel. by Detlev Zundel · 15 years ago
  27. d595458 config_defaults.h: new header for common u-boot config defaults by Mike Frysinger · 15 years ago
  28. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  29. 12decf4 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  30. 694a393 bootm: Fix help message's sub-command ordering by Peter Tyser · 15 years ago
  31. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  32. f7440cd add lzop decompression support by Peter Korsgaard · 15 years ago
  33. 6c1616a bootm: mark local boot_os[] table static by Mike Frysinger · 15 years ago
  34. 00d8656 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · 15 years ago
  35. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  36. 5e72669 Add ability for arch code to make changes before we boot by Kumar Gala · 15 years ago
  37. ea32b5e Re-add support for image type 'Standalone Program' by Detlev Zundel · 15 years ago
  38. 7709447 Add error checking for unsupported OS types. by Detlev Zundel · 15 years ago
  39. d02bd74 Refresh LZMA-lib to v4.65 by Luigi 'Comio' Mantellini · 15 years ago
  40. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  41. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. ce56fea bootm: Reduce the unnecessary memmove by Minkyu Kang · 16 years ago
  43. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  44. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  45. 1f2b05a Fix gunzip in case of insufficient output buffer by Matthias Fuchs · 16 years ago
  46. 697675e bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} by Kumar Gala · 16 years ago
  47. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  48. bf3954f bootm: Move to using a function pointer table for the boot os function by Kumar Gala · 16 years ago
  49. b02d722 Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · 16 years ago
  50. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  51. 2283467 Fix lzma uncompress call (image_start wrongly used instead image_len) by Luigi 'Comio' Mantellini · 16 years ago
  52. 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  53. fcd9644 bootm_load_os: fix load_end debug message by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. a936b89 bootm: enable fdt support only on ppc, m68k and sparc by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  55. 03797f5 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check by Bartlomiej Sieka · 16 years ago
  56. 56b8dd1 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  57. 97cd8a3 Remove support for booting ARTOS images by Kumar Gala · 16 years ago
  58. 7d95635 common/cmd_bootm.c: fix printf() format warnings by Wolfgang Denk · 16 years ago
  59. b8ca734 Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
  60. 128de00 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
  61. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  62. bd70bbe bootm: refactor image detection and os load steps by Kumar Gala · 16 years ago
  63. da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  64. 9f4e7e4 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  65. a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  66. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  67. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  68. 0687e30 Clean up usage of icache_disable/dcache_disable by Kumar Gala · 16 years ago
  69. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  70. 93722fe Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  71. 3110cf8 Uncompressed images loaded to their start address shall set load_end too by Guennadi Liakhovetski · 16 years ago
  72. a629a72 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' by Stefan Roese · 16 years ago
  73. 044655b Fix remaining CFG_CMD_ define, ifdef and comments by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  74. 28d8d70 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile by Wolfgang Denk · 16 years ago
  75. 09197cb USB: shutdown USB before booting by Markus Klotzbücher · 16 years ago
  76. 8d54188 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  77. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  78. 7903f72 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 17 years ago
  79. 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  80. b9b4c95 Fix build breakage casued by commit c0559be371b2 by Wolfgang Denk · 17 years ago
  81. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  82. 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  83. c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  84. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  85. fe1d91b The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). by Yuri Tikhonov · 17 years ago
  86. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  87. b5324a8 [new uImage] More verbose kernel image uncompress error message by Marian Balakowicz · 17 years ago
  88. 74eb4ae [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  89. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  90. 9c22026 [new uImage] Re-enable interrupts for non automatic booting by Marian Balakowicz · 17 years ago
  91. 9f8e4aa [new uImage] Add new uImage format support for kernel booting by Marian Balakowicz · 17 years ago
  92. cc1fd91 [new uImage] Add new uImage format support for imls and iminfo commands by Marian Balakowicz · 17 years ago
  93. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  94. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  95. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  96. fb71ccf [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  97. 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  98. 59504f6 [new uImage] Add image_get_kernel() routine 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. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago