1. b2c3160 km/common: check test_bank and testpin for testboot by Thomas Herzmann · Fri May 04 10:55:58 2012 +0200
  2. 94fbf52 powerpc/83xx: configure CONFIG_POST for kmcoge5ne by Thomas Herzmann · Fri May 04 10:55:56 2012 +0200
  3. ca907c9 km/common: increase bootlimit to 3 by Holger Brunck · Fri May 04 10:55:54 2012 +0200
  4. 3bf8b98 powerpc/83xx: add kmcoge5ne board support by Holger Brunck · Wed Mar 21 13:42:46 2012 +0100
  5. a81548a km/common: add support for second flash by Andreas Huber · Fri May 04 10:30:16 2012 +0200
  6. 781defd powerpc83xx/km: remove unneeded CONFIG_PCI for kmeter1 by Holger Brunck · Wed Mar 21 13:42:44 2012 +0100
  7. 50c5795 powerpc/83xx/km: use tuxx1.h for kmsupx5 target by Holger Brunck · Wed Mar 21 13:42:42 2012 +0100
  8. fc5e879 powerpc/83xx: increment malloc heap size for the MPC832x MDS boards by Timur Tabi · Sat Mar 17 17:44:00 2012 -0500
  9. 4389319 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · Thu Jun 07 23:42:17 2012 +0200
  10. 876ba9e Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · Thu Jun 07 23:38:54 2012 +0200
  11. 8dd5528 video: atmel/lcd: add LCD driver for new Atmel SoC by Bo Shen · Fri May 25 00:59:58 2012 +0000
  12. 2fbdb74 MIPS: board.c: move extern declarations to u-boot-mips.h by Daniel Schwierzeck · Sun Jun 03 23:46:04 2012 +0200
  13. 04a6275 sh: Add SH7269 device and RSK2+SH7269 board by Phil Edworthy · Tue May 15 22:15:51 2012 +0000
  14. 32f900e sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth by Nobuhiro Iwamatsu · Wed May 16 10:23:21 2012 +0900
  15. af2db2c sh: Add support for AP-SH4A-4A board by Nobuhiro Iwamatsu · Wed May 09 15:59:30 2012 +0900
  16. 5c265ae sh: r0p7734: Add support I2C controller by Nobuhiro Iwamatsu · Fri Mar 02 12:58:33 2012 +0900
  17. 020d041 sh: Add support for r0p7734 board by Nobuhiro Iwamatsu · Thu Jan 12 11:12:28 2012 +0900
  18. 20c49da mx53loco: Add LCD support by Fabio Estevam · Thu May 10 15:07:35 2012 +0000
  19. 01e07e7 mx5: Rename mx51_fb_init() by Fabio Estevam · Thu May 10 15:07:34 2012 +0000
  20. 12ba860 mx51evk: Add LCD support by Fabio Estevam · Wed May 09 06:39:41 2012 +0000
  21. 37980dd EXYNOS: display 32bpp bitmap TIZEN logo by Donghwa Lee · Wed May 09 19:23:46 2012 +0000
  22. fa13491 create lib/tizen directory by Donghwa Lee · Thu May 10 12:02:55 2012 +0900
  23. 7a49e6f cmd_bmp.c: make bmp_display() usable by drivers or board code by Anatolij Gustschin · Fri Apr 27 04:38:06 2012 +0000
  24. 57e8a85 include/video.h: drop unused video_printf() by Anatolij Gustschin · Fri Apr 27 04:37:57 2012 +0000
  25. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · Wed May 23 08:01:04 2012 +0000
  26. b35a3a6 net: Add link-local addressing support by Joe Hershberger · Wed May 23 08:00:12 2012 +0000
  27. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · Wed May 23 07:59:24 2012 +0000
  28. 017e5c4 net: Fix net buffer initialization by Joe Hershberger · Wed May 23 07:59:22 2012 +0000
  29. 530cd6b net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · Wed May 23 07:59:16 2012 +0000
  30. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · Wed May 23 07:59:15 2012 +0000
  31. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · Wed May 23 07:59:14 2012 +0000
  32. ebe3ca8 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · Wed May 23 07:59:13 2012 +0000
  33. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · Wed May 23 07:59:07 2012 +0000
  34. 2f78749 net: cosmetic: Replace magic numbers in arp.c with constants by Joe Hershberger · Wed May 23 07:58:17 2012 +0000
  35. c17fa98 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · Wed May 23 07:58:11 2012 +0000
  36. 1a6b8d8 net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · Wed May 23 07:58:10 2012 +0000
  37. 7849561 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · Wed May 23 07:58:09 2012 +0000
  38. de15d093 net: cosmetic: Un-typedef ARP_t by Joe Hershberger · Wed May 23 07:58:08 2012 +0000
  39. b43784c net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · Wed May 23 07:58:07 2012 +0000
  40. 1178f41 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · Wed May 23 07:58:06 2012 +0000
  41. c686fa1 net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · Wed May 23 07:58:05 2012 +0000
  42. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · Wed May 23 07:58:04 2012 +0000
  43. aae0508 net: Move ARP out of net.c by Joe Hershberger · Wed May 23 07:58:01 2012 +0000
  44. 00c62a8 net: Encapsulate CDP packet identification by Joe Hershberger · Wed May 23 07:58:00 2012 +0000
  45. a4215b0 net: Move CDP out of net.c by Joe Hershberger · Wed May 23 07:57:59 2012 +0000
  46. f79eaae net: Remove CMD_PING where there's no CMD_NET by Joe Hershberger · Wed May 23 07:57:57 2012 +0000
  47. 4de7a47 include/part.h: fix indentation of lba by Anatolij Gustschin · Sat May 19 07:25:27 2012 +0000
  48. ca08558 fat: fix FAT sector offsets overflow on large FAT partitions by Aaron Williams · Sat May 19 07:20:40 2012 +0000
  49. 2920add Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · Sun May 20 22:51:41 2012 +0200
  50. 7be5b04 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · Sun May 20 22:33:44 2012 +0200
  51. 7464703 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Sun May 20 21:31:26 2012 +0200
  52. 79ecce0 usb:gadget:composite: Support for composite at gadget.h by Lukasz Majewski · Wed May 02 13:11:37 2012 +0200
  53. 1dc6a67 usb:gadget:composite USB composite gadget support by Lukasz Majewski · Wed May 02 17:47:02 2012 +0200
  54. 0dfeb00 usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls by Lukasz Majewski · Wed May 02 13:11:35 2012 +0200
  55. 373cc99 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · Wed May 02 13:11:34 2012 +0200
  56. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · Tue Apr 03 14:56:06 2012 +0530
  57. 3a29e5a net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:12 2012 +0000
  58. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · Tue May 15 08:59:08 2012 +0000
  59. 290549f net: cosmetic: net.h checkpatch compliance by Joe Hershberger · Tue May 15 08:59:05 2012 +0000
  60. 4b7747e net: Remove volatile from net API by Joe Hershberger · Tue May 15 08:59:04 2012 +0000
  61. 919b462 ARM: omap3: Add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_MMC_SUPPORT by Tom Rini · Tue May 08 07:29:32 2012 +0000
  62. e33b705 ARM: omap3: Set SPL stack size to 8KB, image to 54KB. by Tom Rini · Tue May 08 07:29:31 2012 +0000
  63. 209082c OMAP4: Set fdt_high for OMAP4 devices to enable booting with Device Tree by Jon Hunter · Tue May 01 10:05:08 2012 +0000
  64. 52ac7ac igep00x0: change mpurate from 500 to auto by Enric Balletbo i Serra · Wed Apr 25 02:34:31 2012 +0000
  65. d7cba70 igep00x0: enable the use of a plain text file by Enric Balletbo i Serra · Wed Apr 25 02:33:50 2012 +0000
  66. 9e838a3 tegra: Enable keyboard for Seaboard by Simon Glass · Tue Apr 17 09:01:37 2012 +0000
  67. a32d33d tegra: Switch on console mux and use environment for console by Simon Glass · Tue Apr 17 09:01:36 2012 +0000
  68. 382abbd tegra: Add tegra keyboard driver by Rakesh Iyer · Tue Apr 17 09:01:35 2012 +0000
  69. 757342a input: Add support for keyboard matrix decoding from an fdt by Bernie Thompson · Tue Apr 17 09:01:31 2012 +0000
  70. ec9fe92 input: Add generic keyboard input handler by Simon Glass · Tue Apr 17 09:01:30 2012 +0000
  71. 3b3fd2e input: Add linux/input.h for key code support by Simon Glass · Tue Apr 17 09:01:29 2012 +0000
  72. f2305ec fdt: Add fdtdec functions to read byte array by Anton Staff · Tue Apr 17 09:01:28 2012 +0000
  73. ef2fb1a tegra: Enable LP0 on Seaboard by Simon Glass · Mon Apr 02 13:19:03 2012 +0000
  74. 5983ef8 tegra: Add EMC support for optimal memory timings by Jimmy Zhang · Mon Apr 02 13:18:52 2012 +0000
  75. 2f87903 Add AES crypto library by Yen Lin · Thu Apr 05 11:54:58 2012 +0000
  76. 7bbdecd i2c: Add TPS6586X driver by Simon Glass · Mon Apr 02 13:18:44 2012 +0000
  77. eae8e7e Add abs() macro to return absolute value by Simon Glass · Thu May 10 11:37:35 2012 +0000
  78. 2e979b1 fdt: Add function to return next compatible subnode by Simon Glass · Mon Apr 02 13:18:42 2012 +0000
  79. 744ec23 fdt: Add function to locate an array in the device tree by Simon Glass · Mon Apr 02 13:18:41 2012 +0000
  80. b28fe46 i.MX28: Implement boot pads sampling and reporting by Marek Vasut · Tue May 01 11:09:45 2012 +0000
  81. f501386 M28EVK: Add SD update command by Marek Vasut · Tue May 01 11:09:43 2012 +0000
  82. 8b3533c mx53loco: Add CONFIG_REVISION_TAG by Fabio Estevam · Tue May 08 03:40:49 2012 +0000
  83. 0436b7a mx53loco: Turn on VUSB regulator by Fabio Estevam · Mon May 07 10:26:00 2012 +0000
  84. 082a112 mx53loco: Add mc34708 support and set mx53 frequency at 1GHz by Fabio Estevam · Mon May 07 10:25:59 2012 +0000
  85. 7a63a55 pmic: dialog: Avoid name conflicts by Fabio Estevam · Mon May 07 10:25:58 2012 +0000
  86. e474c58 i.MX6: mx6q_sabrelite: add SATA bindings by Eric Nelson · Tue May 01 09:55:11 2012 +0000
  87. 6f515f7 mx28evk: add NAND support by Lauri Hintsala · Tue Apr 17 00:35:46 2012 +0000
  88. e63c1fe M28: Scan only first 512 MB of DRAM to avoid memory wraparound by Marek Vasut · Thu May 03 05:47:19 2012 +0000
  89. f5ef0a9 M28: Enable FDT support by Marek Vasut · Thu May 03 05:47:21 2012 +0000
  90. 2fc5832 mx53loco: Add support for 1GHz operation for DA9053-based boards by Fabio Estevam · Mon Apr 30 08:12:04 2012 +0000
  91. 026c986 mx53loco: Allow to print CPU information at a later stage by Fabio Estevam · Mon Apr 30 08:12:03 2012 +0000
  92. 5fa17e0 i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow by Eric Nelson · Wed Apr 25 14:14:04 2012 +0000
  93. 180496b mx31pdk: Allow booting a zImage kernel by Fabio Estevam · Mon Apr 23 06:31:18 2012 +0000
  94. 3368a94 mx6qarm2: Allow booting a zImage kernel by Fabio Estevam · Mon Apr 23 06:31:17 2012 +0000
  95. b76f440 mx6qsabrelite: Allow booting a zImage kernel by Fabio Estevam · Mon Apr 23 06:31:16 2012 +0000
  96. 9a2673b mx28evk: Allow booting a zImage kernel by Fabio Estevam · Mon Apr 23 06:31:15 2012 +0000
  97. f4fabf2 m28evk: Allow to booting a dt kernel by Fabio Estevam · Mon Apr 23 06:06:29 2012 +0000
  98. 3cde55e mx28evk: Allow to booting a dt kernel by Fabio Estevam · Mon Apr 23 06:06:28 2012 +0000
  99. 978923e pmic: Add support for the Dialog DA9053 PMIC by Fabio Estevam · Tue Mar 20 11:40:06 2012 +0000
  100. 59dffd6 MX53: mx53loco: Add SATA support by Stefano Babic · Wed Feb 22 00:24:41 2012 +0000