1. 54512f7 fw_env: fix incorrect usage of open(O_CREAT) by Mike Frysinger · Sat Nov 10 19:47:46 2012 +0000
  2. 178ec77 fw_env: fix type of len by Mike Frysinger · Sat Nov 10 19:47:45 2012 +0000
  3. 0e640e6 Add a simple load option to setexpr by Joe Hershberger · Thu Nov 01 16:21:14 2012 +0000
  4. 4b5545e spi: Add SPI flash test by Simon Glass · Mon Oct 08 13:16:02 2012 +0000
  5. c0d2f0b spi: Add progress percentage and write speed to `sf update` by James Miller · Fri Sep 28 14:28:00 2012 +0000
  6. c917437 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Mon Dec 17 18:39:50 2012 -0700
  7. 6ac7b95 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Dec 17 18:39:45 2012 -0700
  8. d27e8c9 net: sh_eth: add support for SH7752 by Yoshihiro Shimoda · Sun Nov 04 15:54:30 2012 +0000
  9. 99c7480 net: Fix endianness bug in link-local by Joe Hershberger · Mon Nov 05 06:13:45 2012 +0000
  10. cab9a8d net: Add tftp speed indication by Simon Glass · Thu Oct 11 13:57:36 2012 +0000
  11. b1d4c6e powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR by trem · Sat Oct 06 04:25:56 2012 +0000
  12. 130aa52 phy: Add support for Marvell 88E1118R by Michal Simek · Tue Aug 07 02:23:07 2012 +0000
  13. ed1f72f e1000e : Correct Rx Threshold granularity by Ruchika Gupta · Thu Apr 19 02:27:11 2012 +0000
  14. 1a06819 m28evk/mx28evk: fix nand_update_full by Eric Benard · Tue Dec 11 11:36:21 2012 +0000
  15. d25d3b7 Merge remote-tracking branch 'origin/master' by Scott Wood · Fri Dec 14 16:03:55 2012 -0600
  16. abd31e9 Prepare v2013.01-rc2 by Tom Rini · Fri Dec 14 14:43:22 2012 -0700
  17. e5531fd omap3_evm: Let CONFIG_EFI_PARTITION be set for SPL by Tom Rini · Thu Dec 13 13:58:27 2012 -0700
  18. 2289ec1 env: Handle write-once ethaddr and serial# generically by Joe Hershberger · Tue Dec 11 22:16:37 2012 -0600
  19. 8335ce7 env: Implement the env delete command by Joe Hershberger · Tue Dec 11 22:16:36 2012 -0600
  20. f64bb77 env: Add setenv force support by Joe Hershberger · Tue Dec 11 22:16:35 2012 -0600
  21. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · Tue Dec 11 22:16:34 2012 -0600
  22. a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · Tue Dec 11 22:16:33 2012 -0600
  23. dd7750a tools/env: Add environment variable flags support by Joe Hershberger · Tue Dec 11 22:16:32 2012 -0600
  24. 71497d0 env: Add environment variable flags by Joe Hershberger · Tue Dec 11 22:16:31 2012 -0600
  25. 03ddaba env: Add a silent env handler by Joe Hershberger · Tue Dec 11 22:16:30 2012 -0600
  26. 5c89d6d env: Add a console env handler by Joe Hershberger · Tue Dec 11 22:16:29 2012 -0600
  27. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · Tue Dec 11 22:16:28 2012 -0600
  28. 3928bb6 env: Add a baudrate env handler by Joe Hershberger · Tue Dec 11 22:16:27 2012 -0600
  29. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · Tue Dec 11 22:16:26 2012 -0600
  30. 1b0d551 env: Add a command to view callbacks by Joe Hershberger · Tue Dec 11 22:16:25 2012 -0600
  31. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · Tue Dec 11 22:16:24 2012 -0600
  32. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · Tue Dec 11 22:16:23 2012 -0600
  33. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  34. 638e659 env: Refactor apply into change_ok by Joe Hershberger · Tue Dec 11 22:16:21 2012 -0600
  35. e5611c3 env: Consolidate common code in hsearch_r() by Joe Hershberger · Tue Dec 11 22:16:20 2012 -0600
  36. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · Tue Dec 11 22:16:19 2012 -0600
  37. 32ec63c Make linux kernel string funcs available to tools by Joe Hershberger · Tue Dec 11 22:16:18 2012 -0600
  38. f058f83 gpt: Enable support for GPT partition table restoration at Samsung's Trats by Lukasz Majewski · Tue Dec 11 11:09:48 2012 +0100
  39. cc00ea8 gpt: Support for new "gpt" command by Piotr Wilczek · Tue Dec 11 11:09:47 2012 +0100
  40. 0dcfc5c gpt: Support for GPT (GUID Partition Table) restoration by Lukasz Majewski · Tue Dec 11 11:09:46 2012 +0100
  41. 823ffde gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h> by Chang Hyun Park · Tue Dec 11 11:09:45 2012 +0100
  42. f021366 gpt:doc: GPT (GUID Partition Table) documentation by Lukasz Majewski · Tue Dec 11 11:09:44 2012 +0100
  43. 83ee7af part:efi: Move part_efi.h file to ./include by Lukasz Majewski · Tue Dec 11 11:09:43 2012 +0100
  44. 99180d6 vsprintf:fix: Change type returned by ustrtoul by Lukasz Majewski · Tue Dec 11 11:09:42 2012 +0100
  45. 7dadbeb Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Wed Dec 12 06:51:02 2012 -0700
  46. 7fe0ac8 mips: serial: Fix busted manual relocation by Joe Hershberger · Tue Dec 11 17:52:50 2012 +0000
  47. 689eecd MIPS: constify mips_io_port_base by Daniel Schwierzeck · Wed Dec 12 13:13:48 2012 +0100
  48. 4c0f063 mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problems by Wolfram Sang · Wed Dec 05 10:48:47 2012 +0000
  49. 81274c7 cmd:spl:fix: Prevent from a build error on boards, which don't support FDT by Łukasz Majewski · Thu Dec 06 05:23:38 2012 +0000
  50. 9f68f8e exynos: Enable hashing functions and EDID for smdk5250 by Simon Glass · Wed Dec 05 14:46:45 2012 +0000
  51. 04d1bd2 tpm: Add TPM stress test by Luigi Semenzato · Wed Dec 05 14:46:44 2012 +0000
  52. a2cc855 console: Enable function to display console info by Simon Glass · Wed Dec 05 14:46:43 2012 +0000
  53. 607eebb Add console command to access io space registers by Vadim Bendebury · Wed Dec 05 14:46:42 2012 +0000
  54. 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
  55. 6664f20 edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · Wed Dec 05 14:46:40 2012 +0000
  56. baebbf5 edid: Library of EDID decode and print by Tom Wai-Hong Tam · Wed Dec 05 14:46:39 2012 +0000
  57. 058bb8d Add hash command to perform hashing using various algorithms by Simon Glass · Wed Dec 05 14:46:38 2012 +0000
  58. ff436e0 sha1sum: Use generic hash layer by Simon Glass · Wed Dec 05 14:46:37 2012 +0000
  59. b879045 Add generic hash API by Simon Glass · Wed Dec 05 14:46:36 2012 +0000
  60. 459af69 Add strcasecmp() and strncasecmp() by Simon Glass · Wed Dec 05 14:46:35 2012 +0000
  61. 0df8243 sha256: Use const where possible and add watchdog function by Simon Glass · Wed Dec 05 14:46:34 2012 +0000
  62. 5f60fa2 sha1: Use const where possible, and unsigned for input len by Simon Glass · Wed Dec 05 14:46:33 2012 +0000
  63. b6528f9 stdio: remove useless strncpy by Vincent Palatin · Wed Dec 05 14:46:32 2012 +0000
  64. 8ee5d6c Fix use of conditional LMB by Simon Glass · Wed Dec 05 14:46:31 2012 +0000
  65. c889fb4 Add a command to read raw blocks from a partition by Kenneth Waters · Wed Dec 05 14:46:30 2012 +0000
  66. d1390c8 Add gettime command by Anton Staaf · Wed Dec 05 14:46:29 2012 +0000
  67. be960eb Add new bootstage step for the main loop by Simon Glass · Wed Dec 05 14:46:28 2012 +0000
  68. d9a6717 gpio: remove duplicate function signature by Nikita Kiryanov · Mon Nov 26 23:06:32 2012 +0000
  69. 1568c798 designware_i2c.h: Define IC_CLK only if not already defined in config file by Armando Visconti · Thu Dec 06 00:04:19 2012 +0000
  70. 891a1c4 designware_i2c.h: Fixed the correct values for SCL low/high time by Armando Visconti · Thu Dec 06 00:04:18 2012 +0000
  71. 28a724f designware_i2c: Fixed the setting of the i2c bus speed by Armando Visconti · Thu Dec 06 00:04:17 2012 +0000
  72. 6bc6ef7 designware_i2c: Added s/w generation of stop bit by Armando Visconti · Thu Dec 06 00:04:16 2012 +0000
  73. 4a7b4ec designware_i2c.c: Added the support for MULTI_BUS by Armando Visconti · Thu Dec 06 00:04:15 2012 +0000
  74. b35cd1c drivers:i2c: Modify I2C driver for Exynos4 by Piotr Wilczek · Tue Nov 20 02:19:05 2012 +0000
  75. edad217 exynos:pinmux: Add pinmux support for i2c by Piotr Wilczek · Tue Nov 20 02:19:04 2012 +0000
  76. 2c7e06c exynos:cpu: Add Exynos4 I2C spacing by Piotr Wilczek · Tue Nov 20 02:19:03 2012 +0000
  77. 01d589f exynos:clock: Add i2c clock by Piotr Wilczek · Tue Nov 20 02:19:02 2012 +0000
  78. 17b4852 omap24xx_i2c: Handle OMAP5 like OMAP2,3,4 by Vincent Stehlé · Mon Dec 03 06:07:21 2012 +0000
  79. 9fd4f7f mxs: i2c: Implement algorithm to set up arbitrary i2c speed by Marek Vasut · Fri Nov 30 18:17:07 2012 +0000
  80. b5e45d5 mxs: i2c: Restore speed setting after block reset by Marek Vasut · Fri Nov 30 18:17:06 2012 +0000
  81. 111725c i2c: mxs: Fix TIMING2 register value by Marek Vasut · Mon Nov 12 14:34:31 2012 +0000
  82. 77f9a1c i2c: mxs: Use i2c_set_bus_speed() in i2c_init() by Marek Vasut · Mon Nov 12 14:34:30 2012 +0000
  83. 7d20a4b i2c: mxs: Implement i2c_get/set_bus_speed() by Marek Vasut · Mon Nov 12 14:34:29 2012 +0000
  84. d770201 i2c: mxs: Abstract out the MXS I2C speed setup by Marek Vasut · Mon Nov 12 14:34:28 2012 +0000
  85. 2476c8d i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c by Marek Vasut · Mon Nov 12 14:34:27 2012 +0000
  86. ae61146 i2c: Staticize local functions in mxc i2c driver by Marek Vasut · Mon Nov 12 14:34:26 2012 +0000
  87. 392d924 i2c: Use __weak instead of __attribute__((weak, alias)) by Marek Vasut · Mon Nov 12 14:34:25 2012 +0000
  88. 1f5e8b1 soft_i2c: add necessary includes for AVR32 by Andreas Bießmann · Thu Feb 10 00:30:04 2011 +0000
  89. d617be3 Correct comment to show the parameters as defined in tools/mkimage.h by Lars Rasmusson · Tue Dec 11 11:11:52 2012 +0100
  90. 790e7f2 MIPS: constify address pointer in test_bit() by Daniel Schwierzeck · Sat Dec 08 21:33:44 2012 +0100
  91. 26dd82b MIPS: fix a latent bug on initialize $gp by Zhi-zhou Zhang · Sat Nov 24 05:07:12 2012 +0000
  92. b8d71e3 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Fri Dec 07 06:43:40 2012 -0700
  93. 73f12f0 fs:ext4:write: Initialize cache aligned filename buffer by Łukasz Majewski · Wed Dec 05 08:06:40 2012 +0000
  94. b55a793 fs:ext4:fix: Code refactoring to suppress compiler warnings by Łukasz Majewski · Wed Dec 05 08:06:39 2012 +0000
  95. ca10c8c fs:ext4:write: Store block device descriptor in file system structure by Łukasz Majewski · Wed Dec 05 08:06:38 2012 +0000
  96. cb5de1b fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division by Łukasz Majewski · Wed Dec 05 08:06:37 2012 +0000
  97. e91505d Change e-mail address of Luka Perkov by Luka Perkov · Mon Dec 03 03:24:15 2012 +0000
  98. f1d17fb serial_pl011: Set RTS during initialization by Joshua Housh · Sun Dec 02 17:09:26 2012 +0000
  99. 281baaf MAINTAINERS: Add a pointer to the custodians page. by Robert P. J. Day · Sat Nov 24 02:24:19 2012 +0000
  100. 4f7bfe2 x86: Fix coreboot config to boot on Chromebook by Simon Glass · Wed Dec 05 15:11:27 2012 +0000