1. ca5def3 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · 14 years ago
  2. 60fdc5f LZMA and LZO causes compile error by Matthias Weisser · 14 years ago
  3. 78e1e84 bootm: fix pointer warning with lzma by Mike Frysinger · 14 years ago
  4. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  5. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  6. 953b7e6 Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  7. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  8. 54fa2c5 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · 14 years ago
  9. ffa37fc Merge branch 'next' by Wolfgang Denk · 15 years ago
  10. 24de2f4 bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt" by Heiko Schocher · 15 years ago
  11. f74d9bd cmd_bootm.c: made subcommand array static by Frans Meulenbroeks · 15 years ago
  12. 44431ca gzip/zlib: make features optional by Mike Frysinger · 15 years ago
  13. a16028d lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  14. c3d7eec cmd_bootm.c: Change interpretation of standalone image parameters. by Detlev Zundel · 15 years ago
  15. 8b828a8 cmd_bootm.c: Do not load a ramdisk when not booting a kernel. by Detlev Zundel · 15 years ago
  16. 10c32ff config_defaults.h: new header for common u-boot config defaults by Mike Frysinger · 15 years ago
  17. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  18. 206c00f Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  19. 224c90d bootm: Fix help message's sub-command ordering by Peter Tyser · 15 years ago
  20. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  21. 20dde48 add lzop decompression support by Peter Korsgaard · 15 years ago
  22. 0008555 bootm: mark local boot_os[] table static by Mike Frysinger · 15 years ago
  23. b25e38f Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · 15 years ago
  24. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  25. 3dfad40 Add ability for arch code to make changes before we boot by Kumar Gala · 15 years ago
  26. f97ec30 Re-add support for image type 'Standalone Program' by Detlev Zundel · 15 years ago
  27. ca95c9d Add error checking for unsupported OS types. by Detlev Zundel · 15 years ago
  28. caf72ff Refresh LZMA-lib to v4.65 by Luigi 'Comio' Mantellini · 15 years ago
  29. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  30. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. fca0cec bootm: Reduce the unnecessary memmove by Minkyu Kang · 16 years ago
  32. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  33. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  34. 107b801 Fix gunzip in case of insufficient output buffer by Matthias Fuchs · 16 years ago
  35. b1d0db1 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} by Kumar Gala · 16 years ago
  36. 49c3a86 bootm: Add subcommands by Kumar Gala · 16 years ago
  37. be08315 bootm: Move to using a function pointer table for the boot os function by Kumar Gala · 16 years ago
  38. 76da19d Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · 16 years ago
  39. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. d977a57 Fix lzma uncompress call (image_start wrongly used instead image_len) by Luigi 'Comio' Mantellini · 16 years ago
  41. fc9c172 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  42. 54b4ab3 bootm_load_os: fix load_end debug message by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  43. 1d9af0b bootm: enable fdt support only on ppc, m68k and sparc by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. a4f2434 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check by Bartlomiej Sieka · 16 years ago
  45. f5ed9e3 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  46. 9ba2e2c Remove support for booting ARTOS images by Kumar Gala · 16 years ago
  47. 9863a15 common/cmd_bootm.c: fix printf() format warnings by Wolfgang Denk · 16 years ago
  48. ea86b9e Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
  49. 8e02494 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
  50. 40d7e99 bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  51. 396f635 bootm: refactor image detection and os load steps by Kumar Gala · 16 years ago
  52. e906cfa bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  53. 54f9c86 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  54. 06a0991 bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  55. c4f9419 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  56. c160a95 bootm: refactor entry point code by Kumar Gala · 16 years ago
  57. fcd69a1 Clean up usage of icache_disable/dcache_disable by Kumar Gala · 16 years ago
  58. 3216ca9 Fix fallout from autostart revert by Kumar Gala · 16 years ago
  59. 0bf202e Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  60. 2e752be Uncompressed images loaded to their start address shall set load_end too by Guennadi Liakhovetski · 16 years ago
  61. ebb86c4 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' by Stefan Roese · 16 years ago
  62. 936897d Fix remaining CFG_CMD_ define, ifdef and comments by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  63. 699f051 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile by Wolfgang Denk · 16 years ago
  64. 3d71c81 USB: shutdown USB before booting by Markus Klotzbücher · 16 years ago
  65. 06c53be Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  66. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  67. 273c37d Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 16 years ago
  68. edbed24 Memory footprint optimizations by Bartlomiej Sieka · 16 years ago
  69. 1e01477 Fix build breakage casued by commit c0559be371b2 by Wolfgang Denk · 16 years ago
  70. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  71. 27f33e9 Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  72. 43ddd9c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  73. dafaede [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  74. 3d61018 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
  75. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  76. 2682ce8 [new uImage] More verbose kernel image uncompress error message by Marian Balakowicz · 17 years ago
  77. 1372cce [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  78. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  79. a44a269 [new uImage] Re-enable interrupts for non automatic booting by Marian Balakowicz · 17 years ago
  80. 6986a38 [new uImage] Add new uImage format support for kernel booting by Marian Balakowicz · 17 years ago
  81. e32fea6 [new uImage] Add new uImage format support for imls and iminfo commands by Marian Balakowicz · 17 years ago
  82. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  83. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  84. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  85. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  86. 4ed6552 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  87. 1efd436 [new uImage] Add image_get_kernel() routine by Marian Balakowicz · 17 years ago
  88. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  89. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  90. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  91. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  92. 5cf746c [new uImage] Move kernel data find code to get_kernel() routine by Marian Balakowicz · 17 years ago
  93. 42b73e8 [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  94. e99c266 [new uImage] Remove standalone applications handling from boootm by Marian Balakowicz · 17 years ago
  95. 4a2ad5f [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · 17 years ago
  96. 7582438 [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · 17 years ago
  97. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  98. 1ee1180 [new uImage] Cleanup cmd_bootm.c by Marian Balakowicz · 17 years ago
  99. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  100. 261dcf4 [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · 17 years ago