1. 04d1bd2 tpm: Add TPM stress test by Luigi Semenzato · Wed Dec 05 14:46:44 2012 +0000
  2. a2cc855 console: Enable function to display console info by Simon Glass · Wed Dec 05 14:46:43 2012 +0000
  3. 607eebb Add console command to access io space registers by Vadim Bendebury · Wed Dec 05 14:46:42 2012 +0000
  4. db4a88d fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · Wed Dec 05 14:46:41 2012 +0000
  5. 6664f20 edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · Wed Dec 05 14:46:40 2012 +0000
  6. baebbf5 edid: Library of EDID decode and print by Tom Wai-Hong Tam · Wed Dec 05 14:46:39 2012 +0000
  7. 058bb8d Add hash command to perform hashing using various algorithms by Simon Glass · Wed Dec 05 14:46:38 2012 +0000
  8. ff436e0 sha1sum: Use generic hash layer by Simon Glass · Wed Dec 05 14:46:37 2012 +0000
  9. b879045 Add generic hash API by Simon Glass · Wed Dec 05 14:46:36 2012 +0000
  10. b6528f9 stdio: remove useless strncpy by Vincent Palatin · Wed Dec 05 14:46:32 2012 +0000
  11. 8ee5d6c Fix use of conditional LMB by Simon Glass · Wed Dec 05 14:46:31 2012 +0000
  12. c889fb4 Add a command to read raw blocks from a partition by Kenneth Waters · Wed Dec 05 14:46:30 2012 +0000
  13. d1390c8 Add gettime command by Anton Staaf · Wed Dec 05 14:46:29 2012 +0000
  14. be960eb Add new bootstage step for the main loop by Simon Glass · Wed Dec 05 14:46:28 2012 +0000
  15. 2476c8d i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c by Marek Vasut · Mon Nov 12 14:34:27 2012 +0000
  16. 392d924 i2c: Use __weak instead of __attribute__((weak, alias)) by Marek Vasut · Mon Nov 12 14:34:25 2012 +0000
  17. 8ce43a9 cmd_led.c: Standardize format of help and usage info. by Robert P. J. Day · Sun Nov 11 10:39:07 2012 +0000
  18. b2405c0 env: Enable getenv_f() for SPL_BUILD by Stefan Roese · Wed Sep 26 13:01:00 2012 +0200
  19. ec90d34 SPL: Port SPL framework to powerpc by Stefan Roese · Thu Aug 23 08:34:21 2012 +0200
  20. 263a8bd x86: Add CBMEM console driver for coreboot by Vadim Bendebury · Fri Oct 12 18:48:47 2012 +0000
  21. f4c5a5f fdt: Correct global_data condition in main by Simon Glass · Wed Nov 28 07:54:58 2012 +0000
  22. 9cd2f42 mmc: Fix incorrect handling of 'read' & 'write' commands by Taylor Hutt · Thu Nov 22 09:13:00 2012 +0000
  23. 4a8629e common: rework bouncebuf implementation by Stephen Warren · Tue Nov 06 11:27:29 2012 +0000
  24. b062a51 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Nov 26 14:53:33 2012 -0700
  25. 5661f70 nand: Add torture feature by Benoît Thébaudeau · Fri Nov 16 20:20:54 2012 +0100
  26. b3a7dd4 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · Tue Nov 20 10:46:30 2012 -0700
  27. e7ae2c42 Merge branch 'next' by Gerald Van Baren · Mon Nov 19 19:26:35 2012 -0500
  28. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · Tue Nov 06 13:48:20 2012 +0000
  29. 1bfb4cd USB: add arrow key support to usb_kbd by Allen Martin · Tue Nov 06 13:26:03 2012 -0800
  30. ef769ca USB: make usb_kbd obey USB DMA alignment requirements by Allen Martin · Wed Oct 24 08:32:04 2012 +0000
  31. ac0941a Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Mon Nov 19 09:28:04 2012 -0700
  32. c493fb6 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Mon Nov 19 09:27:18 2012 -0700
  33. 31cf33c cmd_mmc.c: Fix typo, "dislay" -> "display" by Robert P. J. Day · Sun Nov 11 03:24:44 2012 +0000
  34. 057f680 fdt: Set kernaddr if fdt indicates a kernel is present by Simon Glass · Thu Oct 25 16:31:11 2012 +0000
  35. d572e16 fdt: Add option to default to most compatible conf in a fit image by Gabe Black · Thu Oct 25 16:31:10 2012 +0000
  36. 07b8114 fdt: Allow device tree to specify secure booting by Doug Anderson · Thu Oct 25 16:31:09 2012 +0000
  37. 85892c1 fdt: Tell the FDT library where the device tree is by Gabe Black · Thu Oct 25 16:31:08 2012 +0000
  38. 0b5e5a3 fdt: Load boot command from device tree by Che-Liang Chiou · Thu Oct 25 16:31:07 2012 +0000
  39. 9ac7cc2 common/command.c: revert changes from commit 199adb60 by Anatolij Gustschin · Thu Nov 08 12:40:17 2012 +0100
  40. 79926a4 lcd: Implement RLE8 bitmap decoding by Tom Wai-Hong Tam · Fri Sep 28 15:11:16 2012 +0000
  41. 93f04d6 lcd: Fix BMP decode bug that skips the wrong padded row by Tom Wai-Hong Tam · Fri Sep 28 15:11:14 2012 +0000
  42. a7eaa2f lcd: Provide an API to access LCD parameters by Vadim Bendebury · Fri Sep 28 15:11:13 2012 +0000
  43. 987d1d8 video: Provide an API to access video parameters by Stefan Reinauer · Fri Sep 28 15:11:11 2012 +0000
  44. e007094 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Nov 05 07:42:00 2012 -0700
  45. 40c2c03 net/: sparse fixes by Kim Phillips · Mon Oct 29 13:34:33 2012 +0000
  46. b052b60 common/misc: sparse fixes by Kim Phillips · Mon Oct 29 13:34:32 2012 +0000
  47. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  48. 128d3d9 fs: rename fsload command to load by Stephen Warren · Wed Oct 31 11:05:07 2012 +0000
  49. 40816a0 fs: fix number base behaviour change in fatload/ext*load by Stephen Warren · Tue Oct 30 12:04:19 2012 +0000
  50. efd4a31 cmd_ext4: remove TABs from command help text by Stephen Warren · Tue Oct 30 12:04:18 2012 +0000
  51. 11926fb ide: Correct function signatures for ide_read/write() by Simon Glass · Mon Oct 29 05:24:04 2012 +0000
  52. bcc3539 ahci: Support 64-bit LBA option when reading capacity by Gabe Black · Mon Oct 29 05:23:57 2012 +0000
  53. e50a10e scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · Mon Oct 29 05:23:48 2012 +0000
  54. 98a6c4e scsi: Add scsi_write to SCSI driver by Hung-Te Lin · Mon Oct 29 05:23:46 2012 +0000
  55. 3e9fa30 scsi: Provide support for a list of AHCI controllers. by Vadim Bendebury · Mon Oct 29 05:23:45 2012 +0000
  56. ab4ddda ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · Fri Oct 26 04:24:00 2012 +0000
  57. 1db8b53 cmd_fdt.c: Use %p when printing pointers by Tom Rini · Mon Oct 29 14:53:18 2012 +0000
  58. ee853e7 ext4: Fix printf() format string error by Simon Glass · Tue Oct 23 13:49:25 2012 +0000
  59. eefbc3f fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · Mon Oct 22 06:43:51 2012 +0000
  60. 535f6f7 serial: remove calls to serial_assign() by Allen Martin · Thu Oct 25 13:30:14 2012 +0000
  61. c67e485 SPL: make jump_to_image_no_args a weak symbol by Allen Martin · Fri Oct 19 21:08:22 2012 +0000
  62. 3a136bc serial: remove calls to serial_assign() by Allen Martin · Thu Oct 25 13:30:14 2012 +0000
  63. 288904d FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · Wed Oct 17 06:44:59 2012 +0000
  64. 12ce003 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · Mon Oct 22 19:54:48 2012 -0700
  65. add42f4 Merge branch 'next' by Gerald Van Baren · Mon Oct 22 20:42:09 2012 -0400
  66. b2e5713 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · Mon Oct 22 16:53:19 2012 -0700
  67. 7f8574c fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · Fri Oct 12 14:26:11 2012 +0000
  68. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · Fri Oct 12 10:27:04 2012 +0000
  69. ae723e1 COMMON: Implement common bounce buffer by Marek Vasut · Sun Aug 26 15:19:06 2012 +0000
  70. 6a23866 usb: fallback safely when a configuration descriptor is too large by Vincent Palatin · Tue Jul 24 07:12:02 2012 +0000
  71. 7d07768 usb: Support the CONFIG_SYS_64BIT_LBA option by Gabe Black · Fri Oct 12 14:26:07 2012 +0000
  72. 11aca5f x86: Change global data baudrate to int by Simon Glass · Fri Oct 12 14:21:20 2012 +0000
  73. f4baef0 nds32: Change global data baudrate to int by Simon Glass · Fri Oct 12 14:21:19 2012 +0000
  74. c81b690 mips: Change global data baudrate to int by Simon Glass · Fri Oct 12 14:21:18 2012 +0000
  75. 25c2bad blackfin: Change global data baudrate to int by Simon Glass · Fri Oct 12 14:21:17 2012 +0000
  76. c3b324e arm: Change global data baudrate to int by Simon Glass · Fri Oct 12 14:21:16 2012 +0000
  77. 78be002 sparc: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:15 2012 +0000
  78. 3a7de0b powerpc: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:14 2012 +0000
  79. 00322d9 openrisc: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:13 2012 +0000
  80. e335e3c nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:12 2012 +0000
  81. fb20d45 microblaze: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:11 2012 +0000
  82. b9b4d22 m68k: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:10 2012 +0000
  83. f7cd60a avr32: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:09 2012 +0000
  84. d9a4462 sh: Change bi_baudrate and global data baudrate to int by Simon Glass · Fri Oct 12 14:21:08 2012 +0000
  85. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · Fri Oct 12 08:48:51 2012 +0000
  86. 6857c00 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Oct 17 09:03:59 2012 -0700
  87. 15664ed remove unnecessary includes from cmd_ide.c by Pavel Herrmann · Sun Oct 07 05:56:14 2012 +0000
  88. cca20f8 split PCS440EP specific code from cmd_ide.c by Pavel Herrmann · Sun Oct 07 05:56:13 2012 +0000
  89. 3597c52 split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · Tue Oct 09 07:10:08 2012 +0000
  90. 95b0cb5 make ide_led() a weak alias by Pavel Herrmann · Sun Oct 07 05:56:10 2012 +0000
  91. 6f4ed97 split CPC45 board-specific IDE functions from cmd_ide.c by Pavel Herrmann · Sun Oct 07 05:56:09 2012 +0000
  92. 35ad9a8 change all versions of input_data() and output_data() to global weak aliases by Pavel Herrmann · Tue Oct 09 07:04:39 2012 +0000
  93. d6a1240 split IVM power hooks from cmd_ide.c by Pavel Herrmann · Sun Oct 07 05:56:07 2012 +0000
  94. 2c13c4a split mpc8xx hooks from cmd_ide.c by Pavel Herrmann · Tue Oct 09 07:01:56 2012 +0000
  95. 006be69 remove CONFIG_SC3 from cmd_ide.c by Pavel Herrmann · Sun Oct 07 05:56:05 2012 +0000
  96. 4de3168 i2c_probe: update for use in scripting by Eric Nelson · Sun Sep 23 10:12:56 2012 +0000
  97. 53bb44d common/i2c: Add i2c write command by York Sun · Sun Sep 16 08:02:30 2012 +0000
  98. 8b7d32a fdt: Check for a token to skip auto-hash validation by Joe Hershberger · Fri Aug 17 10:34:39 2012 +0000
  99. ea2243b fdt: Identify scripts in ITBs as printable strings by Joe Hershberger · Fri Aug 17 10:34:38 2012 +0000
  100. fc5abf0 fdt: Add get commands to fdt by Joe Hershberger · Fri Aug 17 10:34:37 2012 +0000