1. 2a1d4e4 cmd_nvedit.c: clean up syntax highlighting by Steven A. Falco · Thu Jun 12 13:24:42 2008 -0400
  2. 1ce6f99 Make setenv() return status by Steven A. Falco · Thu Jun 12 13:22:12 2008 -0400
  3. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · Fri Jun 06 23:07:40 2008 +0200
  4. 41df50a Coding Style Cleanup by Wolfgang Denk · Sat Jun 28 23:34:37 2008 +0200
  5. 8c57e9a NAND: Add missing declaration to non-redundant saveenv(). by Philip Balister · Mon Jun 16 08:58:07 2008 -0400
  6. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · Mon Jun 09 20:37:18 2008 -0500
  7. a36601e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · Mon Jun 09 20:37:16 2008 -0500
  8. e368346 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · Wed Jun 11 22:30:47 2008 +0200
  9. e81ce61 libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · Tue Jun 10 22:15:58 2008 -0400
  10. f3a42e2 fdt: unshadow global working fdt variable by Kim Phillips · Tue Jun 10 11:06:17 2008 -0500
  11. 3b9d629 Use strncmp() for the fdt command by Gerald Van Baren · Mon Jun 09 21:02:17 2008 -0400
  12. 7c24c0b The fdt boardsetup command criteria was not unique by Gerald Van Baren · Sat Jun 07 12:25:05 2008 -0400
  13. fcd91bb Remove the deprecated CONFIG_OF_FLAT_TREE by Gerald Van Baren · Tue Jun 03 20:34:45 2008 -0400
  14. 37e1144 env_nand.c: Added bad block management for environment variables by Stuart Wood · Fri May 30 16:05:28 2008 -0400
  15. bb83038 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by Peter Tyser · Thu May 22 18:56:52 2008 -0500
  16. eb8951c Add support for environment in SPI flash by Haavard Skinnemoen · Fri May 16 11:10:35 2008 +0200
  17. 21266a3 SPI Flash: Add "sf" command by Haavard Skinnemoen · Fri May 16 11:10:34 2008 +0200
  18. d74084a SPI API improvements by Haavard Skinnemoen · Fri May 16 11:10:31 2008 +0200
  19. 15fb0a1 soft_i2c: Pull SDA high before reading by Haavard Skinnemoen · Fri May 16 11:08:11 2008 +0200
  20. ff9daf1 Make sure common.h is the first include. by Kumar Gala · Tue May 13 19:01:54 2008 -0500
  21. 902ce70 Avoid initrd and logbuffer area overlaps by Marian Balakowicz · Tue May 13 15:53:29 2008 +0200
  22. 8630bea Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · Tue Jun 03 00:24:36 2008 +0200
  23. 3ab2ad5 Cleanup nand_info[] declaration. by Stelian Pop · Tue May 13 17:31:24 2008 +0200
  24. cf8956d Merging Stelian Pop AT91 patches by Jean-Christophe PLAGNIOL-VILLARD · Sat May 24 12:56:53 2008 +0200
  25. 4e0e8d0 USB: replace old swap_ with proper endianess conversion macros by Christian Eggers · Wed May 21 22:12:00 2008 +0200
  26. b42863f Merge branch 'lwmon5' of /home/wd/git/u-boot/projects by Wolfgang Denk · Wed May 21 01:13:39 2008 +0200
  27. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  28. 35d81ce POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. by Yuri Tikhonov · Thu May 08 15:46:42 2008 +0200
  29. cc51012 common/usb.c: fix incorrect escape sequence by Hebbar · Tue May 20 02:16:36 2008 -0700
  30. 7a8b855 environment: cleanup prototype declarations of env functions. by Wolfgang Denk · Wed May 14 12:22:49 2008 +0200
  31. 794c966 Cleanup nand_info[] declaration. by Stelian Pop · Tue May 13 17:31:24 2008 +0200
  32. 5f3a4a7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · Mon May 12 00:56:28 2008 +0200
  33. 143a159 Fix offset calculation for multi-type legacy images. by Nick Spence · Sat May 10 14:02:04 2008 -0700
  34. 10e247a Revert "Change env_get_char from a global function ptr to a function." by Wolfgang Denk · Mon May 12 00:40:58 2008 +0200
  35. f6f8665 Add ATMEL LCD driver by Stelian Pop · Fri May 09 21:57:18 2008 +0200
  36. 2b77b9d Avoid initrd and logbuffer area overlaps by Marian Balakowicz · Wed May 07 13:10:04 2008 +0200
  37. 7903f72 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · Wed May 07 09:03:53 2008 +0200
  38. b83983f Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by James Yang · Mon May 05 10:22:53 2008 -0500
  39. 2d9d8f0 ide: Remove spurious second include of io.h by Marcel Ziswiler · Mon May 05 02:12:06 2008 +0200
  40. 80f51b8 Recognize 'powerpc' As an Alias for IH_ARCH_PPC by Grant Erickson · Sun May 04 16:45:01 2008 -0700
  41. 45cdb5f fix building when saveenv is disabled in some setups by Mike Frysinger · Fri May 02 18:17:50 2008 -0400
  42. b71e5e7 cmd_nand: fix warning: str2long ncompatible pointer type by Jean-Christophe PLAGNIOL-VILLARD · Wed Apr 30 22:38:17 2008 +0200
  43. 3bdeb7c Fix warning in env_nand.c if compiled for DaVinci Schmoogie by dirk.behme@googlemail.com · Wed Apr 30 18:02:59 2008 +0200
  44. 43ab1dd common/env_nand.c: fix one more incompatible pointer type issue by Wolfgang Denk · Tue Apr 29 23:32:20 2008 +0200
  45. b71f1ca IDE: fix compiler warnings by Guennadi Liakhovetski · Mon Apr 28 14:36:06 2008 +0200
  46. 885e86f cmd_nand.c: fix "differ in signedness" problem by Wolfgang Denk · Mon Apr 28 14:55:12 2008 +0200
  47. 9a11ccd NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · Mon Apr 28 12:08:18 2008 +0200
  48. 222e2ca Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · Fri Apr 25 13:54:02 2008 +0200
  49. b5d9c1e Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · Fri Apr 25 11:32:01 2008 +0200
  50. 4786859 Memory footprint optimizations by Bartlomiej Sieka · Fri Apr 18 12:39:23 2008 +0200
  51. a2c67e9 crc32: use uint32_t rather than unsigned long by Mike Frysinger · Mon Mar 31 11:02:01 2008 -0400
  52. 474dbb8 Added watchdog triggering calls in the "mtest" test function. by Sergei Poselenov · Wed Apr 09 16:09:41 2008 +0200
  53. b9b4c95 Fix build breakage casued by commit c0559be371b2 by Wolfgang Denk · Fri Apr 18 11:44:27 2008 -0700
  54. 0870e47 allow ports to override go behavior by Mike Frysinger · Sun Apr 13 19:42:19 2008 -0400
  55. e60644a allow ports to override bootelf behavior by Mike Frysinger · Sun Apr 13 19:42:18 2008 -0400
  56. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · Fri Apr 11 11:07:49 2008 +0200
  57. 7e35caf IDE: fix bug in reset sequence by Martin Krause · Thu Apr 03 13:37:56 2008 +0200
  58. 531ad56 cmd_log.c: Fix assignment differ in signedness by Jean-Christophe PLAGNIOL-VILLARD · Wed Apr 02 08:03:57 2008 +0200
  59. f4902a3 Change env_get_char from a global function ptr to a function. by Joakim Tjernlund · Mon Apr 14 23:01:50 2008 +0200
  60. 012f2aa Fix OneNAND erase command by Kyungmin Park · Mon Mar 31 10:40:19 2008 +0900
  61. b316245 Add CONFIG_MII_INIT support to related boards by TsiChung Liew · Sun Mar 30 01:22:13 2008 -0500
  62. 72c23be Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · Wed Apr 02 16:19:07 2008 -0500
  63. 4c373a9 Altera Stratix II support by eran liberty · Thu Mar 27 00:50:49 2008 +0100
  64. f79507e disable caches before booting an app for Blackfin apps by Mike Frysinger · Tue Jan 29 18:21:05 2008 -0500
  65. 35f734f Coding Style cleanup; update CHANGELOG by Wolfgang Denk · Sun Apr 13 09:59:26 2008 -0700
  66. feb0c26 SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print available cores (type: AHB Master, AHB Slave, APB Slave), their address ranges, IRQ number and version. by Daniel Hellstrom · Wed Mar 26 23:00:38 2008 +0100
  67. bb9c829 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · Fri Mar 28 08:29:26 2008 +0100
  68. 83eb3cc SPARC: added SPARC board information to the command bdinfo. by Daniel Hellstrom · Wed Mar 26 22:36:03 2008 +0100
  69. 62f51e9 Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · Tue Apr 08 00:20:52 2008 +0200
  70. 7ce2871 Merge branch 'master' of git://www.denx.de/git/u-boot-at91 by Wolfgang Denk · Tue Apr 08 00:16:36 2008 +0200
  71. 4689147 Fix fdt set command to conform to dts spec by Andy Fleming · Mon Mar 31 20:45:56 2008 -0500
  72. 0c51a67 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · Fri Mar 28 17:37:49 2008 -0500
  73. a63d2eb Fix CFG_NO_FLASH compilation. by Stelian Pop · Wed Mar 26 22:52:35 2008 +0100
  74. dd68c02 Fix macro typo in common/cmd_mii.c by Ben Warren · Sun Mar 30 11:34:34 2008 -0400
  75. beae21a Add CONFIG_MII_INIT in cmd_mii.c by Tsi-Chung Liew · Mon Mar 17 17:08:22 2008 -0500
  76. 7646d76 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · Thu Mar 27 00:16:34 2008 +0100
  77. 2334931 Merge branch 'master' of git://www.denx.de/git/u-boot-usb by Wolfgang Denk · Thu Mar 27 00:16:18 2008 +0100
  78. 76596ba ata: add the support for SATA framework by Dave Liu · Wed Mar 26 22:49:44 2008 +0800
  79. 8b3eaa1 ata: merge the ata_piix driver by Dave Liu · Wed Mar 26 22:47:06 2008 +0800
  80. 8e2a486 USB, Storage: fix a bug introduced in commit by Markus Klotzbuecher · Wed Mar 26 18:26:43 2008 +0100
  81. deeac57 85xx: Update multicore boot mechanism to ePAPR v0.81 spec by Kumar Gala · Wed Mar 26 08:34:25 2008 -0500
  82. 36d6b3f 85xx: Added support for multicore boot mechanism by Kumar Gala · Thu Jan 17 16:48:33 2008 -0600
  83. 1fca254 Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · Wed Mar 26 10:41:48 2008 +0100
  84. 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · Wed Mar 26 09:38:06 2008 +0100
  85. 7ede186 USB Storage, add meaningful return value by Aras Vaichas · Tue Mar 25 12:09:07 2008 +1100
  86. 07e6091 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · Fri Mar 14 23:20:18 2008 +0300
  87. c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · Sat Mar 22 14:23:49 2008 -0400
  88. aed8334 Add setexpr command by Kumar Gala · Thu Feb 14 20:44:42 2008 -0600
  89. 024f003 Merge git://www.denx.de/git/u-boot into uboot by Gerald Van Baren · Fri Mar 21 11:58:22 2008 -0400
  90. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · Thu Mar 20 23:20:31 2008 +0100
  91. 3b8cc71 [new uImage] Compilation and new uImage handling fixes for imxtract by Bartlomiej Sieka · Thu Mar 20 19:38:45 2008 +0100
  92. e67c827 [new uImage] Fix autoscr command used with new uImage format by Bartlomiej Sieka · Thu Mar 20 23:10:19 2008 +0100
  93. bb05b33 Fix fdt boardsetup command parsing by Kumar Gala · Wed Feb 20 14:32:36 2008 -0600
  94. b79da7b Add sub-commands to fdt by Kumar Gala · Fri Feb 15 03:34:36 2008 -0600
  95. 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 · Wed Feb 06 18:48:36 2008 +0100
  96. d773efb The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. by Yuri Tikhonov · Mon Feb 04 14:11:03 2008 +0100
  97. f890fb9 The patch introduces the alternative configuration of the log buffer for by Yuri Tikhonov · Wed Feb 06 18:48:36 2008 +0100
  98. 6a068a1 The patch introduces the CRITICAL feature of POST tests. If the test by Yuri Tikhonov · Mon Feb 04 14:11:03 2008 +0100
  99. 87896b7 Blackfin: new cplbinfo command for viewing cplb tables by Mike Frysinger · Tue Feb 19 00:35:17 2008 -0500
  100. ce4f618 Blackfin: move bootldr command to common code by Mike Frysinger · Sat Feb 16 07:40:36 2008 -0500