1. bde7089 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  2. e609916 Fix two typos. by Detlev Zundel · 17 years ago
  3. 49c7332 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  4. c1fa489 Bugfix: make bootm+libfdt compile on boards with no flash by Grant Likely · 17 years ago
  5. a66af9d Fix do_bootm_linux() so that multi-file images with FDT blob boot. by Bartlomiej Sieka · 17 years ago
  6. a7134b1 bootm/fdt: Only process the fdt if an fdt address was provided by Grant Likely · 17 years ago
  7. a0472ad Fix warnings from of_data copy fix by Andy Fleming · 17 years ago
  8. d9a8d55 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards by Andy Fleming · 17 years ago
  9. f6b713b Fix where the #ifdef CFG_BOOTMAPSZ is placed. by Jerry Van Baren · 17 years ago
  10. 63a5653 Fix initrd/dtb interaction by Andy Fleming · 17 years ago
  11. b5ceed7 fdt: do board setup based on fdt address specified on bootm line by Kim Phillips · 17 years ago
  12. 566fae3 Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
  13. 8e1aa43 Asthetic improvements: error messages and line lengths. by Gerald Van Baren · 17 years ago
  14. eaa1464 Reorganize and fix problems (returns) in the bootm command. by Gerald Van Baren · 18 years ago
  15. 2beccd6 Fix bugs in the CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
  16. ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  17. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  18. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  19. 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  20. 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  21. 970dc33 sh: First support code of SuperH. by Nobuhiro Iwamatsu · 18 years ago
  22. fce39ff Fix initrd length corruption in bootm command. by Wolfgang Denk · 18 years ago
  23. c9502b9 Improve the bootm command for CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
  24. c4a57ea Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago
  25. 3248089 Fix some minor whitespace violations. by Gerald Van Baren · 18 years ago
  26. d6abef4 Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · 18 years ago
  27. b284679 Code cleanup / re-insert previous Copyright entries. by Wolfgang Denk · 18 years ago
  28. 450c23e [Blackfin][PATCH-2/2] Common files changed to support bf533 platform by Aubrey.Li · 18 years ago
  29. 208d38a [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel by Stefan Roese · 18 years ago
  30. 9ba223b Code cleanup. by Wolfgang Denk · 18 years ago
  31. 665915b Added support for Multi-Image files that contain a device tree by Kumar Gala · 18 years ago
  32. 95c0bc5 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  33. 0b7bf03 Fix possible uninitialized variable compiler warning. by Grant Likely · 18 years ago
  34. aad3853 Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd by Wolfgang Denk · 18 years ago
  35. 5b94882 * Fix a bunch of compiler warnings for gcc 4.0 by Matthew McClintock · 18 years ago
  36. 5995ac7 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  37. 12b7853 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  38. df86f15 Define IH_CPU_AVR32 by Stefan Roese · 18 years ago
  39. 4db6937 * Another small fix for booting with disable_of by Matthew McClintock · 18 years ago
  40. 20453d6 Fix disable_of booting by Matthew McClintock · 18 years ago
  41. 27ec206 Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
  42. 27716cf Unlock cache before kernel starts up for MPC86xx by Haiying Wang · 18 years ago
  43. 8f5af4b * Fix disable_of booting by Matthew McClintock · 18 years ago
  44. 16485a6 * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
  45. 6582642 Merge branch 'mpc85xx' by Jon Loeliger · 18 years ago
  46. 8ab4407 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006 by Matthew McClintock · 18 years ago
  47. efae4ca * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006 by Matthew McClintock · 18 years ago
  48. 439498f Fixed initrd issue by define big RAM by Jin Zhengxiong · 18 years ago
  49. 12b28ae We made a u-boot patch to fix the hang up issue by Jason Jin · 18 years ago
  50. 349b6e0 * Patch to modify ft_build.c to update flat device trees in place by Matthew McClintock · 18 years ago
  51. 6fb7c81 * Modify bootm command to support booting with flat device trees by Matthew McClintock · 18 years ago
  52. 237c5ad Remove unneeded INIT_RAM_LOCK cache twiddling. by Haiying Wang · 19 years ago
  53. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  54. 5d5ce29 Change max size of uncompressed uImage's to 8MByte and add by Stefan Roese · 19 years ago
  55. 71a5b99 Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr by Wolfgang Denk · 19 years ago
  56. 46d2b52 Add ADI Blackfin support by Wolfgang Denk · 19 years ago
  57. b6929f9 Add loads of ntohl() in image header handling by Wolfgang Denk · 19 years ago
  58. a8b76de Add support for passing initrd information via flat device tree by Kumar Gala · 19 years ago
  59. bcc5dfc Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
  60. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  61. 27a5b0b Support passing of OF flat trees to the kernel. by Wolfgang Denk · 19 years ago
  62. 513b4a1 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
  63. 63e44ff Fix booting from serial dataflash on AT91RM9200 by Wolfgang Denk · 19 years ago
  64. f5ad378 * Patch by Jon Loeliger, Kumar Gala 2005-02-08 by Jon Loeliger · 19 years ago
  65. d1894de * Patch by Travis Sawyer, 10 Jun 2005: by wdenk · 19 years ago
  66. 1873b60 * Patch by Scott McNutt, 01 Nov 2004: by wdenk · 20 years ago
  67. 20dd2fa * Update for AT91RM9200DK and CMC_PU2 boards: by wdenk · 20 years ago
  68. 337f565 Patch by TsiChung Liew, 23 Sep 2004: by wdenk · 20 years ago
  69. ef3386f Patches by Scott McNutt, 24 Aug 2004: by wdenk · 20 years ago
  70. a0ebde5 * Patch by Detlev Zundel, 08 Sep 2004: Update etags build target by wdenk · 20 years ago
  71. 1249065 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · 21 years ago
  72. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  73. be9c1cb * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · 21 years ago
  74. 2cefd15 * Patch by Yuli Barcohen, 26 Jan 2004: by wdenk · 21 years ago
  75. 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
  76. abf7a7c * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · 21 years ago
  77. 1ae251b Fix typo in MPC5XXX code (pointed out by Victor Wren) by wdenk · 21 years ago
  78. c6abb7e * Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools by wdenk · 21 years ago
  79. 655a0f9 * Fix parameter passing to standalone images with bootm command by wdenk · 21 years ago
  80. a983cc2 * Patch by Xiao Xianghua, 23 Oct 2003: small patch for mpc85xx by wdenk · 21 years ago
  81. 6605c84 * Correct header printing for multi-image files in do_bootm() by dzu · 21 years ago
  82. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  83. 808532a Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago
  84. 60164a8 * Patch by Scott McNutt, 04 Oct 2003: by wdenk · 21 years ago
  85. 710e350 Patch by Yuli Barcohen, 14 Aug 2003: add support for bzip2 uncompression by wdenk · 21 years ago
  86. 0a65855 * Map ISP1362 USB OTG controller for NSCU board by wdenk · 21 years ago
  87. e58b0dc * Patch by Scott McNutt, 21 Jul 2003: by wdenk · 21 years ago
  88. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  89. 21136db * Add support for IceCube board (with MGT5100 and MPC5200 CPUs) by wdenk · 21 years ago
  90. dccbda0 * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · 21 years ago
  91. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  92. f9c55ee Fix duplicate command entry. by wdenk · 21 years ago
  93. 3086a97 Rewrite command lookup and help command (fix problems with bubble by wdenk · 21 years ago
  94. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  95. 381669a * Patch by Nicolas Lacressonniere, 11 Jun 2003: by wdenk · 21 years ago
  96. 6f770ed Add zero-copy ramdisk support (requires corresponding kernel support!) by wdenk · 22 years ago
  97. 0893c47 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board by wdenk · 22 years ago
  98. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago
  99. 3f9ab98 * Patch by Lutz Dennig, 10 Apr 2003: Update for R360MPI board by wdenk · 22 years ago
  100. 1fe2c70 * Patches by David Müller, 31 Jan 2003: by wdenk · 22 years ago