1. f51b06c cmd_sf.c: fix printf() length modifier by Andreas Bießmann · Thu Dec 15 09:56:53 2011 +0100
  2. 2813a21 Make printf and vprintf safe from buffer overruns by Sonny Rao · Mon Oct 10 09:22:31 2011 +0000
  3. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · Thu Dec 15 08:40:51 2011 -0700
  4. c63e900 common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · Sat Dec 10 02:25:19 2011 +0000
  5. 180c581 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · Wed Dec 07 04:42:58 2011 +0000
  6. 186df59 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · Mon Dec 12 07:58:58 2011 +0100
  7. ddb90d3 usb: add help for missing start subcommand by Veli-Pekka Peltola · Wed Nov 02 16:59:56 2011 +0200
  8. 1f47a4d cosmetic: remove excess whitespace from usb command help by Veli-Pekka Peltola · Wed Nov 02 16:59:55 2011 +0200
  9. d9b34b3 USB: Drop dead code from usb_kbd.c by Marek Vasut · Mon Oct 10 17:34:27 2011 +0200
  10. 7534a3e USB: Rework usb_kbd.c by Marek Vasut · Mon Oct 10 16:34:26 2011 +0100
  11. 82cf9a4 USB: Add functionality to poll the USB keyboard via control EP by Marek Vasut · Sun Sep 25 20:00:37 2011 +0100
  12. b5f7b47 sandbox: Add improved RAM simulation by Matthias Weisser · Sat Nov 05 11:40:34 2011 +0100
  13. 7420ca1 Add board_pre_console_putc to deal with early console output by Simon Glass · Tue Oct 18 13:43:20 2011 +0000
  14. dea3a10 common/usb_kbd.c: fix bug introduced in commit 00b7d6e by Wolfgang Denk · Fri Dec 09 12:09:35 2011 +0100
  15. b930098 USB: Squash checkpatch warnings in usb_kbd.c by Marek Vasut · Mon Oct 10 05:34:25 2011 +0000
  16. d565d24 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Dec 07 09:09:58 2011 +0100
  17. 1a0f81d Fix unused function in cmd_bdinfo.c by Simon Glass · Tue Dec 06 13:37:17 2011 +0000
  18. 0bc1724 Fix SPI build errors in exports.c by Simon Glass · Tue Dec 06 19:31:32 2011 +0000
  19. 934fcb6 Revert "mii: miiphy register address width change" by Wolfgang Denk · Wed Dec 07 08:35:14 2011 +0100
  20. 85cc88a PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X by Marek Vasut · Sat Nov 26 07:20:07 2011 +0100
  21. 7acba0b Add a cli command to test the TPM device. by Vadim Bendebury · Sat Oct 15 15:13:34 2011 +0000
  22. 083b7a6 pxe: make the first label the implicit default by Jason Hobbs · Mon Nov 07 03:07:15 2011 +0000
  23. 1a8d658 cmd_bdinfo: simplify local static funcs a bit by Mike Frysinger · Sun Dec 04 17:45:22 2011 +0000
  24. e31edc5 mii: miiphy register address width change by Chandan Nath · Wed Sep 21 01:10:32 2011 +0000
  25. 1cd368d env_nand: Remove DEBUG definition by Thomas Weber · Mon Dec 05 22:19:36 2011 +0000
  26. b50e1e0 common/menu.c: Fix build warning by Anatolij Gustschin · Sat Dec 03 06:46:07 2011 +0000
  27. 9299958 serial: constify serial_assign() by Gerlando Falauto · Fri Nov 18 06:49:12 2011 +0000
  28. 34148d6 serial: cosmetic checkpatch compliance by Gerlando Falauto · Fri Nov 18 06:49:11 2011 +0000
  29. 896a717 miiphy: Note that miiphy_* API is deprecated by Andy Fleming · Mon Oct 31 09:46:13 2011 -0500
  30. 5c8929d Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · Fri Dec 02 00:05:25 2011 +0100
  31. f66131d image: Don't detect XIP images as overlapping. by Stephen Warren · Thu Nov 10 13:17:54 2011 -0700
  32. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · Thu Nov 10 13:17:53 2011 -0700
  33. 19fc0d5 x86: Provide more configuration granularity by Graeme Russ · Tue Nov 08 02:33:20 2011 +0000
  34. 9e158f9 menu.c: use puts() instead of printf() where possible by Wolfgang Denk · Mon Nov 28 20:19:41 2011 +0100
  35. e7c338b cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · Wed Nov 23 09:48:02 2011 +0000
  36. 2b48e1f Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · Wed Nov 23 21:23:45 2011 +0100
  37. 18e73d9 common/cmd_bootm.c: Fix GCC 4.6 warnings by Anatolij Gustschin · Sat Nov 19 13:12:18 2011 +0000
  38. 3e77359 env: clean env_common.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:11 2011 +0000
  39. 90f2ca8 env: clean env_nand.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:10 2011 +0000
  40. 2182105 env: clean env_flash.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:09 2011 +0000
  41. c3c1bed env: clean env_sf.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:08 2011 +0000
  42. 13f851f env: clean env_eeprom.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:07 2011 +0000
  43. 95a4e1d env: clean env_embedded.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:06 2011 +0000
  44. ecbfb62 env: clean env_mmc.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:05 2011 +0000
  45. 0448286 env: clean env_nvram.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:04 2011 +0000
  46. d0ed003 env: clean env_onenand.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:03 2011 +0000
  47. b90c1fc env: clean env_dataflash.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:02 2011 +0000
  48. 0815298 env: clean env_mgdisk.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:01 2011 +0000
  49. 2bb87bf env: clean env_nowhere.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:00 2011 +0000
  50. de83256 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:13:59 2011 +0000
  51. 23b54b9 env: move extern environment[] to environment.h by Igor Grinberg · Thu Nov 17 06:07:23 2011 +0000
  52. 6d67c73 env: move extern default_environment[] to environment.h by Igor Grinberg · Mon Nov 07 01:13:57 2011 +0000
  53. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  54. c6f4e12 Fix warnings in cmd_nvedit.c by Simon Glass · Fri Nov 04 06:42:36 2011 +0000
  55. 9f4d72f Revert "sandbox: Change md command to use map_physmem" by Kumar Gala · Sat Nov 12 08:02:12 2011 +0000
  56. f8ce79b common: tsi148 - fix gcc 4.6 compiler warning by Kim Phillips · Tue Nov 15 23:02:23 2011 +0000
  57. d355cb3 common/cmd_universe.c: Fix GCC 4.6 build warning by Wolfgang Denk · Wed Nov 09 09:29:03 2011 +0000
  58. d8c5649 common/cmd_fdc.c: Fix GCC 4.6 build warnings by Wolfgang Denk · Wed Nov 09 09:29:02 2011 +0000
  59. af965c9 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Wed Nov 16 20:44:06 2011 +0100
  60. 3b81468 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · Wed Nov 16 20:44:03 2011 +0100
  61. 8656a4f Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Wed Nov 16 20:24:51 2011 +0100
  62. da632e5 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Nov 16 20:24:41 2011 +0100
  63. c3d11af Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Wed Nov 16 20:18:05 2011 +0100
  64. 41132c0 font: split font data from video_font.h by Che-Liang Chiou · Fri Oct 21 17:04:21 2011 +0800
  65. 5639fc6 tools: logo: split bmp arrays from bmp_logo.h by Che-Liang Chiou · Thu Oct 20 23:04:20 2011 +0000
  66. 2444b17 lcd: add clear and draw bitmap declaration by Che-Liang Chiou · Thu Oct 20 23:07:03 2011 +0000
  67. d38ad25 GCC4.6: Fix common/usb.c on xscale by Marek Vasut · Sat Nov 05 23:35:12 2011 +0100
  68. cd37de7 Fix constness of the fdt void pointer in fdt_getprop_u32_default by Gabe Black · Tue Nov 08 01:09:44 2011 -0800
  69. 9df8b4c Add some missing endian conversions in fdt_support.c by Gabe Black · Tue Nov 08 01:05:32 2011 -0800
  70. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · Sun Nov 06 22:49:44 2011 +0100
  71. 57e219e common/cmd_flash.c: Fix GCC 4.6 build warnings by Wolfgang Denk · Sat Nov 05 05:13:04 2011 +0000
  72. 9a9619f common/cmd_i2c.c: Fix GCC 4.6 build warning by Wolfgang Denk · Fri Nov 04 15:55:54 2011 +0000
  73. 117310f sandbox: Change md command to use map_physmem by Simon Glass · Tue Oct 25 13:51:09 2011 +0000
  74. afd51df common/cmd_ide.c: fix GCC 4.6 build warnings by Wolfgang Denk · Sat Oct 29 09:41:41 2011 +0000
  75. 2bc10cf common/cmd_ide.c: CodingStyle cleanup by Wolfgang Denk · Sat Oct 29 09:41:40 2011 +0000
  76. dae82aa Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Fri Oct 28 00:15:19 2011 +0200
  77. 05f94cb GCC4.6: Squash undefined variable in cmd_mtdparts.c by Marek Vasut · Fri Oct 21 14:17:25 2011 +0000
  78. 0f79fc3 GCC4.6: Squash subsequent warnings in usb_storage.c by Marek Vasut · Tue Oct 25 11:39:17 2011 +0200
  79. 772b688 GCC4.6: Squash warning in usb_storage.c by Marek Vasut · Tue Oct 25 11:39:16 2011 +0200
  80. 9213171 GCC4.6: Squash warning in cmd_ide.c by Marek Vasut · Tue Oct 25 11:39:15 2011 +0200
  81. 475146b GCC4.6: Squash warnings in common/usb.c by Marek Vasut · Tue Oct 25 11:39:14 2011 +0200
  82. 0560be2 omap: spl: fix build break due to changes in FAT by Aneesh V · Fri Oct 21 12:29:34 2011 -0400
  83. 749941a ARM: orion5x: reduce dependence of including platform file by Lei Wen · Mon Oct 24 16:27:32 2011 +0000
  84. 9026d68 arm, logbuffer: make it compileclean by Heiko Schocher · Wed Oct 12 01:13:38 2011 +0000
  85. 85d96ec net: tftpput: add tftpput command by Simon Glass · Mon Oct 24 18:00:08 2011 +0000
  86. 34f5229 tftpput: add save_addr and save_size global variables by Simon Glass · Fri Oct 21 18:51:38 2011 +0000
  87. d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · Mon Oct 24 18:00:02 2011 +0000
  88. b8e926e Add setenv_ulong() and setenv_addr() by Simon Glass · Mon Oct 24 17:59:59 2011 +0000
  89. 931948a Move simple_itoa to vsprintf by Simon Glass · Fri Oct 21 18:51:33 2011 +0000
  90. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · Mon Oct 17 00:07:43 2011 +0000
  91. bf690f8 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · Fri Oct 14 13:25:18 2011 +0000
  92. 76deb6c common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · Tue Oct 18 11:12:22 2011 +0000
  93. fe64eff hwmon: Provide dtt_init() by Dirk Eibach · Thu Oct 13 23:23:12 2011 +0000
  94. e4da248 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:48 2011 +0000
  95. 257ff78 common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:47 2011 +0000
  96. 6904b6e checkpatch whitespace cleanups by Stephen Warren · Tue Oct 18 11:11:49 2011 +0000
  97. 354b4e3 nds32: common bdinfo, bootm, image support by Macpaul Lin · Wed Oct 19 20:41:09 2011 +0000
  98. 7b48070 cmd_bdinfo: replace print_str() with print_mhz() by Timur Tabi · Wed Oct 05 17:08:07 2011 -0500
  99. 6519bbf removed static from images in cmd_bootm.c by Simon Schwarz · Fri Sep 02 00:50:31 2011 +0000
  100. 5444586 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Fri Oct 21 23:48:46 2011 +0200