1. f31e411 tegra20: add USB ULPI init code by Lucas Stach · Mon Oct 01 00:44:35 2012 +0200
  2. c1275eb tegra20: port to new ehci interface by Lucas Stach · Wed Sep 26 00:14:37 2012 +0200
  3. 3494a4c usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · Wed Sep 26 00:14:35 2012 +0200
  4. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · Wed Sep 26 00:14:34 2012 +0200
  5. d47f07e ppc4xx: Remove AP1000 board support by Stefan Roese · Wed Sep 19 15:18:52 2012 +0200
  6. 33bda90 ppc4xx: Remove ML2 board support by Stefan Roese · Wed Sep 19 15:18:51 2012 +0200
  7. 32ca04a ppc4xx: Remove IOP480 support by Stefan Roese · Wed Sep 19 14:33:52 2012 +0200
  8. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  9. f35317c serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · Fri Sep 14 23:44:09 2012 +0200
  10. ff17767 serial: mxs: spl: Remove empty serial_* functions from SPL code by Marek Vasut · Fri Sep 14 23:18:08 2012 +0200
  11. 2c91a96 serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driver by Marek Vasut · Thu Sep 13 12:25:48 2012 +0200
  12. 8330d1e serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driver by Marek Vasut · Thu Sep 13 12:25:07 2012 +0200
  13. a29555c serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driver by Marek Vasut · Thu Sep 13 01:40:33 2012 +0200
  14. c548545 serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver by Marek Vasut · Thu Sep 13 01:38:52 2012 +0200
  15. 18a4779 serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers by Marek Vasut · Thu Sep 13 01:34:16 2012 +0200
  16. 80ee3db serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 serial driver by Marek Vasut · Thu Sep 13 01:29:31 2012 +0200
  17. 58698e7 serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx serial driver by Marek Vasut · Thu Sep 13 01:26:42 2012 +0200
  18. 76cb60d serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driver by Marek Vasut · Thu Sep 13 01:20:59 2012 +0200
  19. 2a9d935 serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver by Marek Vasut · Thu Sep 13 01:20:07 2012 +0200
  20. 01f9ea8 serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver by Marek Vasut · Thu Sep 13 01:16:50 2012 +0200
  21. 3862c4a serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI by Marek Vasut · Thu Sep 13 00:02:54 2012 +0200
  22. 840b724 serial: bfin: Adjust serial_register_bfin_uart() by Marek Vasut · Wed Sep 12 20:07:54 2012 +0200
  23. f9bf966 serial: mpc512x: Move serial registration from serial_initialize() by Marek Vasut · Wed Sep 12 19:50:18 2012 +0200
  24. 419d894 serial: mpc8xx: Move serial registration from serial_initialize() by Marek Vasut · Wed Sep 12 13:50:56 2012 +0200
  25. 5bcdf24 serial: Properly spell out the structure member names of serial_driver by Marek Vasut · Sun Sep 09 18:48:28 2012 +0200
  26. b46931d serial: Rename .init() and .uninit() in serial_device by Marek Vasut · Fri Sep 07 14:35:31 2012 +0200
  27. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · Sun Sep 23 17:41:24 2012 +0200
  28. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · Tue Oct 09 09:28:15 2012 +0000
  29. f30ef81 arm: armv7: omap3: Fix restore sequence in lowlevel_init by Albert ARIBAUD · Sun Oct 07 09:24:10 2012 +0000
  30. 08d5451 arm: rmobile: bugfix: wrong register saving in lowlevel_init by Tetsuyuki Kobayashi · Thu Oct 04 18:39:22 2012 +0000
  31. 89329dc Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Oct 05 13:56:45 2012 -0700
  32. dd66108 arm: armv7: temporarily set -mno-unaligned-access by Albert ARIBAUD · Fri Oct 05 18:43:33 2012 +0200
  33. 659c9cd Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Thu Oct 04 10:00:42 2012 -0700
  34. ad51f7c ARM: Add Altera SOCFPGA Cyclone5 by Dinh Nguyen · Thu Oct 04 06:46:02 2012 +0000
  35. dea68a7 arm: Support new Xilinx Zynq platform by Michal Simek · Thu Sep 13 20:23:35 2012 +0000
  36. 8c2ef80 arm: Fixed the offset for the no relocation. by Zhong Hongbo · Sat Sep 01 20:49:52 2012 +0000
  37. ceea077 arm: Add CONFIG_OF_BOARD_SETUP support to bootm by Joe Hershberger · Fri Aug 17 10:28:50 2012 +0000
  38. 216559a arm: Remove additional config flags by Michal Simek · Tue Aug 14 01:15:17 2012 +0000
  39. 0a16790 armv7 cpu_init_crit: Simplify code by Benoît Thébaudeau · Fri Aug 10 12:05:16 2012 +0000
  40. a8c7aea arm: work around assembler bug by Allen Martin · Wed Jul 18 13:45:53 2012 +0000
  41. 13137f3 ARM: increase lmb stack space reservation to 4KB by Rob Herring · Thu Jun 28 03:54:11 2012 +0000
  42. 1b0280e Merge remote-tracking branch 'u-boot-marvell/master' by Albert ARIBAUD · Wed Oct 03 16:44:29 2012 +0200
  43. bd58c45 ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h by Dinh Nguyen · Fri Sep 14 11:08:28 2012 +0000
  44. ea32b7e kirkwood: implement kw_sdram_size_adjust by Gerlando Falauto · Wed Jul 25 06:23:48 2012 +0000
  45. ac935e2 kirkwood: implement kw_sdram_bs_set() by Gerlando Falauto · Fri Jul 20 02:34:25 2012 +0000
  46. 67393fc kirkwood: use c-struct for access to SDRAM addr decode registers by Holger Brunck · Fri Jul 20 02:34:24 2012 +0000
  47. 6c46604 kirkwood: fix mpp.h coding style by Luka Perkov · Wed Sep 05 08:08:16 2012 +0000
  48. dd15930 ARM : Add GPIO Driver and IOMUX definition for S3C2440 by Gabriel Huau · Wed May 02 10:49:55 2012 +0000
  49. b95d3da rmobile: Fix build timer driver with BUILD_DIR by Nobuhiro Iwamatsu · Tue Oct 02 16:40:39 2012 +0000
  50. ee4c349 arm: rmobile: Add cpu_eth_init function by Nobuhiro Iwamatsu · Mon Aug 06 07:26:09 2012 +0900
  51. 1da7a59 arm: rmobile: Add support for ATMARK-TECHNO Armadillo-800EVA board by Hideyuki Sano · Wed Jun 27 10:35:35 2012 +0900
  52. 852a0a2 arm: rmobile: Add support PFC of Renesas R8A7740 by Nobuhiro Iwamatsu · Fri Jul 20 13:07:43 2012 +0900
  53. 3966dea arm: rmobile: Add support Renesas R8A7740 by Nobuhiro Iwamatsu · Fri Jul 20 13:06:54 2012 +0900
  54. 8176247 arm: rmobile: Add support TMU base timer function by Nobuhiro Iwamatsu · Fri Aug 03 14:21:05 2012 +0900
  55. fe1c4bc arm: rmobile: Change initializing ICCICR register by Nobuhiro Iwamatsu · Wed Jul 25 15:48:27 2012 +0900
  56. 7811e54 arm: rmobile: kzm9g: separate cpu_rev to integer and fraction by Tetsuyuki Kobayashi · Wed Jul 25 18:24:21 2012 +0000
  57. eed9212 arm: rmobile: kzm9g: fix CPU info by Tetsuyuki Kobayashi · Wed Jul 25 18:24:20 2012 +0000
  58. a9aef3b arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt by Tetsuyuki Kobayashi · Thu Jul 19 23:27:56 2012 +0000
  59. 7cd76e1 arm: rmobile: Support build with gcc-4.6 or later by Nobuhiro Iwamatsu · Fri Jul 06 08:53:02 2012 +0900
  60. 8182c27 arm: rmobile: kzm9g: enable reset command by Tetsuyuki Kobayashi · Mon Jul 16 19:13:12 2012 +0000
  61. d83e19d arm: rmobile: kzm9g: Adjust low level hardware setting by Tetsuyuki Kobayashi · Thu Jul 05 01:43:48 2012 +0000
  62. 06d4c6d arm: rmobile: Add supoprt for KMC KZM-A9-GT board by Nobuhiro Iwamatsu · Thu Jun 21 14:55:07 2012 +0900
  63. 8682e58 arm: rmobile: Add support PFC of Renesas SH73A0 by Nobuhiro Iwamatsu · Fri Jul 20 09:29:19 2012 +0900
  64. 940103d arm: rmobile: Add support Renesas SH73A0 by Nobuhiro Iwamatsu · Sun Aug 19 04:40:05 2012 +0000
  65. f3db9da arm: rmobile: Add basic support for Renesas R-Mobile by Nobuhiro Iwamatsu · Wed Jun 13 16:29:47 2012 +0900
  66. 3b23215 ARMv7: Add register definition of global timer by Nobuhiro Iwamatsu · Wed Jun 13 16:13:24 2012 +0900
  67. 8843e65 openrisc/bitops: add hweightX defines by Stefan Kristiansson · Wed Feb 22 07:10:09 2012 +0000
  68. d19c221 openrisc: implement get_ticks and get_tbclk by Stefan Kristiansson · Wed Feb 22 07:10:10 2012 +0000
  69. b55759e am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX by Joel A Fernandes · Tue Sep 18 04:30:51 2012 +0000
  70. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  71. 426d9fd Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · Sun Sep 30 23:49:17 2012 +0200
  72. 8bd9806 sandbox: Add asm/errno.h by Simon Glass · Fri Sep 28 08:23:45 2012 +0000
  73. a20e6d3 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · Sat Sep 29 11:12:34 2012 +0200
  74. b314ebe Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Sep 27 12:06:07 2012 -0700
  75. 1293858 ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK by Tom Rini · Tue Aug 14 12:27:13 2012 -0700
  76. 9ef51bd SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · Tue Aug 14 14:33:02 2012 -0700
  77. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · Wed Aug 22 15:31:05 2012 -0700
  78. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · Mon Aug 13 12:03:19 2012 -0700
  79. 9e0c260 ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · Tue Aug 14 12:26:08 2012 -0700
  80. ff7a605 ARM: SPL: Start hooking in the current SPI SPL support by Tom Rini · Tue Aug 14 12:25:23 2012 -0700
  81. 7b51686 ARM: SPL: Clean up spl.c / spl_nand.c slightly by Tom Rini · Tue Aug 14 12:06:43 2012 -0700
  82. a0b9fa5 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · Tue Aug 14 10:25:15 2012 -0700
  83. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · Tue Aug 14 08:50:58 2012 -0700
  84. 730bae7 ARM: SPL: Only call mem_malloc_init if configured by Tom Rini · Mon Aug 13 14:13:07 2012 -0700
  85. 09ebf1a ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · Mon Aug 13 14:11:06 2012 -0700
  86. a76ff95 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · Tue Aug 14 09:19:44 2012 -0700
  87. 0be93ff ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · Mon Aug 13 12:53:23 2012 -0700
  88. 63c37f1 omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds. by Pavel Machek · Thu Aug 30 19:20:22 2012 +0200
  89. 69fa444 omap-common: Fix typo in save_boot_params() in lowlevel_init.S by Tom Rini · Tue Aug 14 09:20:06 2012 -0700
  90. fe3b0c7 omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · Mon Aug 13 11:37:56 2012 -0700
  91. a0d8cca spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT by Tom Rini · Fri Aug 10 09:27:14 2012 -0700
  92. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · Sun Jun 03 12:40:04 2012 +0000
  93. dad11a9 ARM: arm1176: Define arch_cpu_init() at the SoC level by Stephen Warren · Sat Sep 01 16:27:56 2012 +0000
  94. e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue Sep 25 12:23:55 2012 -0700
  95. 3c2fe86 dm: net: Move IXP NPE to drivers/net/ by Marek Vasut · Sat Jul 21 05:02:26 2012 +0000
  96. 54b3f3b i.MX: shut down video before launch of O/S by Eric Nelson · Sun Sep 23 07:30:55 2012 +0000
  97. 7477d11 mx51evk: Add CONFIG_REVISION_TAG by Benoît Thébaudeau · Tue Sep 18 04:48:42 2012 +0000
  98. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 21 14:53:13 2012 -0700
  99. 2fa03bc Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · Fri Sep 21 00:26:19 2012 +0200
  100. 9fc768d Flex bus definition update for Coldfire 5253. by Jason Jin · Thu Sep 20 14:17:46 2012 +0800