1. 7b48070 cmd_bdinfo: replace print_str() with print_mhz() by Timur Tabi · Wed Oct 05 17:08:07 2011 -0500
  2. 6519bbf removed static from images in cmd_bootm.c by Simon Schwarz · Fri Sep 02 00:50:31 2011 +0000
  3. 5444586 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Fri Oct 21 23:48:46 2011 +0200
  4. c76b834 cosmetic: Fixup fixup_silent_linux() for checkpatch by Doug Anderson · Wed Oct 19 12:30:57 2011 +0000
  5. a7be802 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers by Shengzhou Liu · Fri Oct 14 16:26:05 2011 +0800
  6. fc95324 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · Sat Sep 17 06:48:58 2011 +0000
  7. 82278bd sandbox: Disable built-in malloc by Simon Glass · Sat Sep 17 06:48:49 2011 +0000
  8. 81afc3d sandbox: Add bootm support by Simon Glass · Fri Oct 07 13:53:40 2011 +0000
  9. 4413ed3 sandbox: Add board info for architecture by Simon Glass · Sat Sep 17 06:48:47 2011 +0000
  10. 00aa988 Fix use of int as pointer in image.c by Simon Glass · Fri Sep 23 06:22:04 2011 +0000
  11. 0e3a593 Add pxe command by Jason Hobbs · Wed Aug 31 10:37:30 2011 -0500
  12. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · Tue Aug 23 11:06:54 2011 +0000
  13. cba50df cosmetic: remove unneeded curly braces by Jason Hobbs · Tue Aug 23 11:06:53 2011 +0000
  14. a56febb common: add run_command2 for running simple or hush commands by Jason Hobbs · Wed Aug 31 05:37:24 2011 +0000
  15. 65febe6 common, menu: use abortboot for menu timeout by Jason Hobbs · Tue Aug 23 11:06:50 2011 +0000
  16. 0685d82 Add generic, reusable menu code by Jason Hobbs · Tue Aug 23 11:06:49 2011 +0000
  17. e516622 common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · Thu Oct 13 06:07:39 2011 +0000
  18. c6d8303 fdt: update fdt_alloc_phandle to use fdt_get_phandle by Timur Tabi · Tue Sep 20 18:24:35 2011 -0500
  19. 0f46c80 fdt: check for fdt errors in fdt_create_phandle by Timur Tabi · Tue Sep 20 18:24:34 2011 -0500
  20. 2410348 common/usb.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 23:11:19 2011 +0200
  21. 6c7c558 common/cmd_usb.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 23:01:59 2011 +0200
  22. e967dc1 CFI: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 22:48:12 2011 +0200
  23. fd76300 cmd_time: add time command by Che-liang Chiou · Thu Oct 06 23:40:48 2011 +0000
  24. 6c9cbb7 common/image.c: remove duplicated IH_TYPE entries. by Wolfgang Denk · Fri Oct 07 08:33:16 2011 +0200
  25. 75348da serial: uartlite: Support for SERIAL_MULTI by Michal Simek · Sun Sep 25 21:03:08 2011 +0000
  26. 2f78b6a cmd_sf: Fix compiler warning by Kumar Gala · Mon Oct 03 04:35:47 2011 +0000
  27. 5da0bed image: push default arch values to arch headers by Mike Frysinger · Mon Oct 03 14:50:33 2011 +0000
  28. 3c28f48 console: Implement pre-console buffer by Graeme Russ · Thu Sep 01 00:48:27 2011 +0000
  29. dec24a6 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Tue Oct 04 22:20:25 2011 +0200
  30. 5c5e700 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Tue Oct 04 22:08:13 2011 +0200
  31. 9dc6396 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · Tue Oct 04 21:19:19 2011 +0200
  32. 185ce25 NAND: Make page, erase, oob size available via cmd_nand by Marek Vasut · Thu Sep 22 03:57:26 2011 +0200
  33. a986981 NAND: Add -y option to nand scrub command by Marek Vasut · Wed Sep 14 00:20:35 2011 +0200
  34. 357b78e NAND: Add nand read.raw and write.raw commands by Marek Vasut · Fri Sep 23 15:43:10 2011 +0200
  35. 40c0c8b GCC4.6: Squash warning in cmd_ubi.c: by Marek Vasut · Fri Sep 30 12:13:25 2011 +0200
  36. aed704f GCC4,6: Squash warning in cmd_nand.c by Marek Vasut · Fri Sep 30 12:13:23 2011 +0200
  37. 7d33582 GCC4.6: Squash warning in cmd_mem.c by Marek Vasut · Mon Sep 26 02:26:06 2011 +0200
  38. df5d8c1 GCC4.6: Squash warnings in lcd.c by Marek Vasut · Mon Sep 26 02:26:04 2011 +0200
  39. 305e02a GCC4.6: Squash warning in cmd_nvedit.c by Marek Vasut · Mon Sep 26 02:26:03 2011 +0200
  40. 4c2d899 GCC4.6: Squash warning in cmd_flash.c by Marek Vasut · Mon Sep 26 02:26:02 2011 +0200
  41. 0480a3b GCC4.6: Convert various empty macros to inline functions by Marek Vasut · Mon Sep 26 19:36:19 2011 +0200
  42. 70600b0 console: Squelch pre-console output in console functions by Graeme Russ · Mon Aug 29 02:14:05 2011 +0000
  43. e49757e IDE: Fix complaints about strict aliasing in cmd_ide.c by Marek Vasut · Sat Aug 20 09:15:13 2011 +0000
  44. 8f4e6f1 Small refactor to remove duplicate serial code by Simon Glass · Fri Aug 19 11:09:43 2011 +0000
  45. e12ce98 powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driver by York Sun · Fri Aug 26 11:32:44 2011 -0700
  46. 4728942 powerpc/mp: add support for discontiguous cores by Timur Tabi · Fri Aug 05 16:15:24 2011 -0500
  47. d5fc258 fdt: Add new fdt_create_phandle helper by Kumar Gala · Mon Aug 01 00:25:20 2011 -0500
  48. f2f1c5a fdt: Rename fdt_create_phandle to fdt_set_phandle by Kumar Gala · Mon Aug 01 00:23:23 2011 -0500
  49. 125f7a4 cmd_sf: add "update" subcommand to do smart SPI flash update by Simon Glass · Mon Aug 22 16:03:46 2011 -0700
  50. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · Sun Sep 04 14:40:16 2011 -0400
  51. 397d022 utx8245: fix build breakage due to assert() by Wolfgang Denk · Sat Sep 10 16:04:12 2011 +0200
  52. 02aa9e6 Add assert() for debug assertions by Simon Glass · Wed Jun 29 09:49:34 2011 +0000
  53. d199bd4 YAFFS2: cmd_yaffs2.c - fix build warnings by Wolfgang Denk · Thu Sep 08 02:10:17 2011 +0000
  54. 07a036a common: fix behavior of ROUND macro when input is already rounded by Anton Staaf · Fri Sep 02 13:45:28 2011 +0000
  55. 17426d0 ARM: remove broken "evb4510" board. by Wolfgang Denk · Mon Sep 05 14:37:28 2011 +0200
  56. 4b2fbe4 Flush cache after the OS image is loaded into the memory. by Diana CRACIUN · Wed Aug 31 02:45:23 2011 +0000
  57. 466d739 stdio: Fix a possible buffer overflow by Bradley Bolen · Mon Aug 22 11:48:05 2011 +0000
  58. 26bd918 led: Remove state-saving of led for toggle functionality and add toggle option to led command by Joel A Fernandes · Thu Aug 11 23:16:53 2011 -0500
  59. b64bb20 led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all' by Joel A Fernandes · Thu Aug 11 19:10:19 2011 -0500
  60. 7514a7c led: correct off/on locations in structure by Jason Kridner · Wed Apr 20 18:13:49 2011 -0500
  61. aa03189 led: added cmd_led to Makefile by Jason Kridner · Wed Apr 20 18:11:38 2011 -0500
  62. 1f44056 Corrected LED name match finding avoiding extraneous Usage printouts by Jason Kridner · Tue Mar 08 20:42:01 2011 -0600
  63. f62c1c4 USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() by Marek Vasut · Tue Jul 12 02:16:46 2011 +0200
  64. a34da46 USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers by Marek Vasut · Tue Jul 12 02:16:47 2011 +0200
  65. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  66. 8df768c hwmon: do not init sensors on startup by Heiko Schocher · Mon Aug 01 04:01:43 2011 +0000
  67. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · Thu Jul 21 09:10:30 2011 -0400
  68. f8e7252 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Tue Aug 02 21:46:53 2011 +0200
  69. 74f9b38 fpga: constify to fix build warning by Wolfgang Denk · Sat Jul 30 13:33:49 2011 +0000
  70. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · Fri Jul 29 14:42:18 2011 +0200
  71. bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · Fri Jul 22 04:01:30 2011 +0000
  72. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  73. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · Sat Jul 16 00:06:42 2011 +0000
  74. 5f4e82d cmd_mac: fix help for 'mac read' by Michael Jones · Thu Jul 14 22:09:31 2011 +0000
  75. 2d19ffb cmd_mac: cleanup help by Michael Jones · Thu Jul 14 22:09:30 2011 +0000
  76. 9c5ef8d cosmetic: spell fixes etc. by Michael Jones · Thu Jul 14 22:09:28 2011 +0000
  77. fcc69ff add command fitupd to run an update from a FIT image by Andreas Pretzsch · Sat Jul 16 05:51:00 2011 +0000
  78. e3fd7c0 automatic update from FIT image: add optional address parameter by Andreas Pretzsch · Sat Jul 16 05:50:59 2011 +0000
  79. 078f2f1 serial: implement common uart post test by Mike Frysinger · Sat May 14 06:56:15 2011 +0000
  80. ffadc82 serial: drop serial_register return value by Mike Frysinger · Fri Apr 29 18:03:30 2011 +0000
  81. f96c042 serial: push default_serial_console to drivers by Mike Frysinger · Fri Apr 29 18:03:29 2011 +0000
  82. 33e84d1 cmd_usage: constify by Mike Frysinger · Sat Apr 23 23:43:24 2011 +0000
  83. 018f0c8 constify default env by Mike Frysinger · Sat Apr 23 23:43:21 2011 +0000
  84. 63b8f12 env: allow people to force envcrc building by Mike Frysinger · Fri Jul 08 10:44:25 2011 +0000
  85. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · Wed Jul 13 05:11:06 2011 +0000
  86. 94f23da Fix: watchdog timed out, if using md5 command by Jens Scharsig · Mon Jul 18 14:39:11 2011 +0200
  87. af99283 Fix: watchdog timed out, if using sha1 command by Jens Scharsig · Mon Jul 18 14:39:07 2011 +0200
  88. a14695e command/cmd_cache.c: Add optional flush arguments by Matthew McClintock · Tue May 24 10:09:05 2011 +0000
  89. c93a754 common/cmd_ximg.c: add ifdef protection for gzip uncompression by Matthew McClintock · Tue May 24 05:48:26 2011 +0000
  90. 6252b4f disk/part.c: Make features optional by Matthew McClintock · Tue May 24 05:31:19 2011 +0000
  91. b69e337 miiphy: use strncpy() not sprintf() by Laurence Withers · Thu Jul 14 23:21:45 2011 +0000
  92. 5b2e6c2 Fix: if using crc32 command watchdog timed out by Jens Scharsig · Mon Jul 18 08:46:26 2011 +0200
  93. c2829ff scsi/ahci: add support for non-PCI controllers by Rob Herring · Wed Jul 06 16:13:36 2011 +0000
  94. 3b403b7 cosmetic, main: correct indentation/spacing issues by Jason Hobbs · Thu Jun 23 08:27:30 2011 +0000
  95. 89f95a8 cosmetic, main: clean up declarations of abortboot by Jason Hobbs · Wed Jun 29 06:25:14 2011 +0000
  96. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · Sun Jun 05 13:43:02 2011 +0000
  97. 53c2788 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · Tue Jul 19 22:27:07 2011 +0200
  98. dcf6fd7 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · Mon Jul 18 13:08:05 2011 +0000
  99. 8a974fd Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Mon Jul 18 21:04:56 2011 +0200
  100. a960673 Remove volatile qualifier in get_ram_size() calls by Albert ARIBAUD · Sun Jul 03 05:55:33 2011 +0000