1. 23b77a2 [new uImage] Add new uImage format support to autoscript routine by Marian Balakowicz · Wed Mar 12 10:33:00 2008 +0100
  2. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · Wed Mar 12 10:32:59 2008 +0100
  3. 9c22026 [new uImage] Re-enable interrupts for non automatic booting by Marian Balakowicz · Wed Mar 12 10:14:57 2008 +0100
  4. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · Wed Mar 12 10:14:38 2008 +0100
  5. a50d515 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · Wed Mar 12 10:12:37 2008 +0100
  6. 9f8e4aa [new uImage] Add new uImage format support for kernel booting by Marian Balakowicz · Wed Mar 12 10:01:05 2008 +0100
  7. cc1fd91 [new uImage] Add new uImage format support for imls and iminfo commands by Marian Balakowicz · Tue Mar 11 12:35:20 2008 +0100
  8. e227fbb [new uImage] New uImage low-level API by Marian Balakowicz · Fri Feb 29 21:24:06 2008 +0100
  9. a147421 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · Fri Feb 29 16:00:06 2008 +0100
  10. c3c7eb2 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · Fri Feb 29 15:59:59 2008 +0100
  11. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  12. d0bb56d Merge branch 'master' of git://www.denx.de/git/u-boot into new-image by Marian Balakowicz · Fri Feb 29 13:56:44 2008 +0100
  13. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · Wed Feb 27 21:51:50 2008 -0600
  14. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · Wed Feb 27 21:51:49 2008 -0600
  15. fb71ccf [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · Wed Feb 27 21:51:48 2008 -0600
  16. 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · Wed Feb 27 21:51:47 2008 -0600
  17. 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · Wed Feb 27 21:51:46 2008 -0600
  18. aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · Wed Feb 27 21:51:43 2008 -0600
  19. 1256068 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · Wed Feb 27 11:02:26 2008 +0100
  20. 59504f6 [new uImage] Add image_get_kernel() routine by Marian Balakowicz · Wed Feb 27 11:02:07 2008 +0100
  21. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · Wed Feb 27 11:01:04 2008 +0100
  22. 535b910 [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · Wed Feb 27 11:00:47 2008 +0100
  23. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  24. 43ad623 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected by Jean-Christophe PLAGNIOL-VILLARD · Sat Feb 23 12:15:56 2008 +0100
  25. 65a2752 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · Thu Feb 21 17:27:49 2008 +0100
  26. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  27. 3413e22 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · Thu Feb 21 17:20:20 2008 +0100
  28. c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · Thu Feb 21 17:20:19 2008 +0100
  29. 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · Thu Feb 21 17:18:01 2008 +0100
  30. 66ecfed Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev by Peter Pearse · Fri Feb 15 12:59:15 2008 +0000
  31. d4e3fb4 Fix wrong memory limit calculation in memory-test by Guennadi Liakhovetski · Fri Feb 08 21:25:58 2008 +0100
  32. e9f2dbb Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · Fri Feb 15 00:26:52 2008 +0100
  33. 7b2d836 Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · Fri Feb 15 00:06:18 2008 +0100
  34. 4de8571 Fix return value of mtest when CFG_ALT_MEMTEST set by Guennadi Liakhovetski · Wed Feb 13 11:19:19 2008 +0100
  35. 49e42af common/miiphyutil.c: Cleanup MII_DEBUG and debug() by Shinya Kuribayashi · Sat Jan 19 10:25:59 2008 +0900
  36. 29bb2cc Merge commit 'wd/master' by Jon Loeliger · Thu Feb 14 14:07:21 2008 -0600
  37. f2a9ac9 AT91CAP9 support by Stelian Pop · Mon Feb 11 10:50:19 2008 +0000
  38. 88f0ca2 Fix building of fdt_support.c if DEBUG set by Kumar Gala · Wed Feb 13 15:09:58 2008 -0600
  39. d327eaf Merge commit 'wd/master' by Jon Loeliger · Wed Feb 13 16:03:20 2008 -0600
  40. 1f16448 QE: Move FDT support into a common file by Kumar Gala · Thu Jan 17 08:25:45 2008 -0600
  41. c40032c [new uImage] Move kernel data find code to get_kernel() routine by Marian Balakowicz · Thu Jan 31 13:59:09 2008 +0100
  42. 2efc264 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · Thu Jan 31 13:58:13 2008 +0100
  43. 9c701e8 [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · Thu Jan 31 13:57:17 2008 +0100
  44. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · Thu Jan 31 13:55:39 2008 +0100
  45. 05c1d3f [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · Thu Jan 31 13:20:07 2008 +0100
  46. 1438c45 [new uImage] Remove standalone applications handling from boootm by Marian Balakowicz · Thu Jan 31 13:20:07 2008 +0100
  47. d216085 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · Thu Jan 31 13:20:07 2008 +0100
  48. f92332b [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · Thu Jan 31 13:20:06 2008 +0100
  49. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · Tue Jan 08 18:12:17 2008 +0100
  50. 2df645e [new uImage] Cleanup cmd_bootm.c by Marian Balakowicz · Tue Jan 08 18:17:10 2008 +0100
  51. f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · Tue Jan 08 18:11:45 2008 +0100
  52. bb3752e [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · Tue Jan 08 18:11:44 2008 +0100
  53. 20c4372 [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · Tue Jan 08 18:11:44 2008 +0100
  54. be946ba [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · Tue Jan 08 18:11:43 2008 +0100
  55. 751b2b8 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() by Marian Balakowicz · Tue Jan 08 18:11:43 2008 +0100
  56. 2437cf2 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c by Marian Balakowicz · Tue Jan 08 18:11:43 2008 +0100
  57. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  58. 4b6095a Add missing cmd_ximg.o to common/Makefile by Marian Balakowicz · Thu Jan 31 13:19:58 2008 +0100
  59. 8fb6966 new command for displaying strings at specified memory locations by Mike Frysinger · Mon Feb 04 19:26:57 2008 -0500
  60. 13f5778 interface to Blackfin on-chip One-Time-Programmable memory by Mike Frysinger · Mon Feb 04 19:26:57 2008 -0500
  61. e578d68 add support for memory commands with Blackfin L1 instruction memory by Mike Frysinger · Mon Feb 04 19:26:56 2008 -0500
  62. 030f345 add Blackfin-specific reginfo command by Mike Frysinger · Mon Feb 04 19:26:56 2008 -0500
  63. f443d3c add Blackfin-specific bdinfo command by Mike Frysinger · Mon Feb 04 19:26:55 2008 -0500
  64. 15c5135 fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols by Mike Frysinger · Mon Feb 04 19:26:54 2008 -0500
  65. 5855541 TFTP: add host ip addr support by Jean-Christophe PLAGNIOL-VILLARD · Fri Jan 18 01:14:03 2008 +0100
  66. da41262 ARM: s3c24xx: Multiple serial port support by Harald Welte · Wed Dec 19 14:24:40 2007 +0100
  67. e6c8528 ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined by Hebbar · Tue Dec 18 16:03:07 2007 -0800
  68. b0b3094 86xx: Add reginfo command by Becky Bruce · Wed Jan 23 16:31:06 2008 -0600
  69. 979c325 Merge branch 'master' of git://www.denx.de/git/u-boot-net by Wolfgang Denk · Wed Jan 23 14:20:49 2008 +0100
  70. 34cf959 FSL: Fix common EEPROM_data structure definition by Haiying Wang · Wed Jan 16 17:12:12 2008 -0500
  71. 314a1af Fix nfs command help to reflect that the serverip is optional by Jean-Christophe PLAGNIOL-VILLARD · Fri Jan 11 00:01:37 2008 +0100
  72. fe80fcc cmd_nand : fix compiler warning. by Jean-Christophe PLAGNIOL-VILLARD · Sun Jan 13 12:36:12 2008 +0100
  73. 3a0ba10 Make bootretry work when command line editing is enabled by Andreas Engel · Wed Jan 09 17:10:56 2008 +0100
  74. 38c9b9b Refactor code for "i2c sdram" command by Larry Johnson · Fri Jan 11 23:26:18 2008 -0500
  75. 330d19a Fix "i2c sdram" command for DDR2 DIMMs by Larry Johnson · Thu Jan 10 22:23:39 2008 -0500
  76. ea00044 Fix compilation problem in common/cmd_bmp.c by Anatolij Gustschin · Fri Jan 11 02:15:02 2008 +0100
  77. 03792a9 Merge ../custodians by Wolfgang Denk · Fri Jan 11 23:53:26 2008 +0100
  78. e225b17 Fix compiler warning by Kumar Gala · Thu Jan 10 02:22:05 2008 -0600
  79. c8367a0 Nios2: remove common/cmd_bdinfo.c unused variable. by Jean-Christophe PLAGNIOL-VILLARD · Thu Jan 10 03:52:44 2008 -0500
  80. 49e3f7a Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · Thu Jan 10 00:49:59 2008 +0100
  81. 6d838da 85xx: add ability to upload QE firmware by Timur Tabi · Mon Jan 07 13:31:19 2008 -0600
  82. 6a17912 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Wed Jan 09 23:06:57 2008 +0100
  83. 899256e Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd by Wolfgang Denk · Wed Jan 09 23:06:15 2008 +0100
  84. 20ffa97 Expose parse_line() globally. by James Yang · Wed Jan 09 11:17:49 2008 -0600
  85. 37cc4f0 Add Ctrl combo key support to usb keyboard driver. by Zhang Wei · Thu Jan 03 10:51:15 2008 +0800
  86. aea6856 fix comments with new drivers organization by Marcel Ziswiler · Sun Dec 30 03:30:46 2007 +0100
  87. b562863 Remove the obsolete terse version of do_mii() by Shinya Kuribayashi · Fri Dec 28 12:50:59 2007 +0900
  88. 9a63104 common/cmd_mii.c: Add sanity argc check by Shinya Kuribayashi · Thu Dec 27 15:39:54 2007 +0900
  89. 75b5442 Globalize envmatch() by Rafal Jaworowski · Wed Jan 09 18:05:27 2008 +0100
  90. 68d89dc cmd_bmp: Add support for displaying gzip compressed bmps by Hans-Christian Egtvedt · Fri Nov 30 17:29:59 2007 +0100
  91. 7601e26 Remove bit swapping in Xilinx Spartan bitfile loading by Matthias Fuchs · Thu Dec 27 17:13:11 2007 +0100
  92. b845b1e Fix MSB check in Xilinx Spartan slave serial mode by Matthias Fuchs · Thu Dec 27 17:13:05 2007 +0100
  93. 518e2e14 Add pre and post configuration callbacks for Spartan FPGAs by Matthias Fuchs · Thu Dec 27 17:12:43 2007 +0100
  94. a440087 Improve configuration of FPGA subsystem by Matthias Fuchs · Thu Dec 27 17:12:34 2007 +0100
  95. 2380f43 serial: Make default_serial_console() a weak function by Matthias Fuchs · Thu Dec 27 16:57:23 2007 +0100
  96. a311ef3 add 'terminal program' functionality by Harald Welte · Wed Dec 19 14:14:47 2007 +0100
  97. 5a39510 Re-introduce the 'nand read.oob' and 'nand write.oob' commands by Harald Welte · Wed Dec 19 14:12:53 2007 +0100
  98. ed31f72 Fix building with CRAMFS but not JFFS2 support by Harald Welte · Wed Dec 19 14:09:58 2007 +0100
  99. 6366f00 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 22 15:52:58 2007 +0100
  100. 4ca4c6c Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · Wed Jan 09 11:30:15 2008 +0100