1. 9f07273 sunxi: Add clock_get_pll5p() function by Hans de Goede · Wed Oct 22 14:42:48 2014 +0200
  2. 6ee6388 ARM: sunxi: Add support for using R_UART as console by Chen-Yu Tsai · Wed Oct 22 16:47:47 2014 +0800
  3. 0b171c4 ARM: sunxi: Allow specifying module in prcm apb0 init function by Chen-Yu Tsai · Wed Oct 22 16:47:46 2014 +0800
  4. 0ee7268 ARM: sunxi: Add support for R_PIO gpio banks by Hans de Goede · Wed Oct 22 16:47:45 2014 +0800
  5. 848c263 ARM: sunxi: Add basic A23 support by Chen-Yu Tsai · Wed Oct 22 16:47:44 2014 +0800
  6. ac80aa0 mmc: sunxi: Add support for sun8i (A23) by Chen-Yu Tsai · Wed Oct 22 16:47:43 2014 +0800
  7. d4ea92b ARM: sunxi: Add support for uart0 on port F (mmc0) by Chen-Yu Tsai · Wed Oct 22 16:47:42 2014 +0800
  8. a927241 ARM: sunxi: Add sun8i (A23) UART0 pin mux support by Chen-Yu Tsai · Wed Oct 22 16:47:41 2014 +0800
  9. 1275c48 ARM: sunxi: Fix reset command on sun6i/sun8i by Chen-Yu Tsai · Sat Oct 04 20:37:28 2014 +0800
  10. b717bd8 ARM: sunxi: Add sun6i/sun8i timer block register definition by Chen-Yu Tsai · Sat Oct 04 20:37:27 2014 +0800
  11. 0d15276 ARM: sunxi: Move watchdog register definitions to separate file by Chen-Yu Tsai · Sat Oct 04 20:37:26 2014 +0800
  12. 4dccfd4 sunxi: Use PG3 - PG8 as io-pins for mmc1 by Hans de Goede · Fri Oct 03 16:44:57 2014 +0200
  13. 63deaa8 sunxi: When we've both mmc0 and mmc2, detect from which one we're booting by Hans de Goede · Thu Oct 02 21:13:54 2014 +0200
  14. 2c51941 ARM: sunxi: Add basic A31 support by Maxime Ripard · Fri Oct 03 20:16:29 2014 +0800
  15. f139f1e ARM: sun6i: Setup the A31 UART0 muxing by Maxime Ripard · Fri Oct 03 20:16:28 2014 +0800
  16. 086ef82 ARM: sun6i: Define UART0 pins for A31 by Chen-Yu Tsai · Fri Oct 03 20:16:27 2014 +0800
  17. e2d11bb ARM: sunxi-mmc: Add mmc support for sun6i / A31 by Hans de Goede · Fri Oct 03 20:16:26 2014 +0800
  18. 3a04542 ARM: sun6i: Add clock support by Chen-Yu Tsai · Fri Oct 03 20:16:25 2014 +0800
  19. 0096aa2 ARM: sun6i: Add support for the power reset control module found on the A31 by Oliver Schinagl · Fri Oct 03 20:16:24 2014 +0800
  20. 66a231a ARM: sun6i: Add base address for the new controllers in A31 by Oliver Schinagl · Fri Oct 03 20:16:23 2014 +0800
  21. 4e526e2 ARM: sunxi: Use macro values for setting UART GPIO pull-ups by Chen-Yu Tsai · Fri Oct 03 20:16:21 2014 +0800
  22. bc810dc Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Thu Oct 23 14:05:34 2014 -0400
  23. ee2e54f mips: enable CONFIG_USE_PRIVATE_LIBGCC by default by Masahiro Yamada · Fri Oct 24 01:30:46 2014 +0900
  24. 9520b71 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · Fri Oct 24 01:30:43 2014 +0900
  25. 3070446 x86: set CONFIG_USE_PRIVATE_LIBGCC to y by Masahiro Yamada · Fri Oct 24 01:30:41 2014 +0900
  26. 5b8f7f0 arm: kirkwood: Remove some dead code from cpu.c by Stefan Roese · Wed Oct 22 12:13:20 2014 +0200
  27. 9b1e231 arm: armada-xp: Add basic support for the maxBCM board by Stefan Roese · Wed Oct 22 12:13:19 2014 +0200
  28. 0391577 arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board by Stefan Roese · Wed Oct 22 12:13:18 2014 +0200
  29. 93e6bf4 arm: armada-xp: Add basic support for Marvell Armada XP SoC by Stefan Roese · Wed Oct 22 12:13:17 2014 +0200
  30. 0b74175 arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo() by Stefan Roese · Wed Oct 22 12:13:13 2014 +0200
  31. 1b258d5 spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE by Stefan Roese · Wed Oct 22 12:13:12 2014 +0200
  32. c50ab39 arm: marvell: Extract kirkwood gpio functions into new common file gpio.c by Stefan Roese · Wed Oct 22 12:13:11 2014 +0200
  33. 916711c arm: mvebu: Add common mbus functions to use on Marvell SoCs by Stefan Roese · Wed Oct 22 12:13:09 2014 +0200
  34. cd931e1 arm: marvell: Rework timer.c to make it usable for other MVEBU platforms by Stefan Roese · Wed Oct 22 12:13:08 2014 +0200
  35. 2da296f arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h by Stefan Roese · Wed Oct 22 12:13:07 2014 +0200
  36. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · Wed Oct 22 12:13:06 2014 +0200
  37. 2cc5fad arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common by Stefan Roese · Wed Oct 22 12:13:05 2014 +0200
  38. 56b661f Merge git://git.denx.de/u-boot-x86 by Tom Rini · Thu Oct 23 06:54:03 2014 -0400
  39. e4e5627 x86: Add device tree information for Chrome OS EC by Simon Glass · Fri Oct 10 07:30:13 2014 -0600
  40. 9d415db Merge git://git.denx.de/u-boot-dm by Tom Rini · Wed Oct 22 13:51:45 2014 -0400
  41. 7480762 dm: rpi: Convert GPIO driver to driver model by Simon Glass · Mon Sep 22 17:30:56 2014 -0600
  42. 5c05d67 dm: imx: i2c: Use gpio_request() to request GPIOs by Simon Glass · Thu Oct 02 17:17:23 2014 +0300
  43. 8d91436 imx: Add error checking to setup_i2c() by Simon Glass · Wed Oct 01 19:57:24 2014 -0600
  44. 1121b1b dm: tegra: spi: Convert to driver model by Simon Glass · Mon Oct 13 23:42:13 2014 -0600
  45. b4381ee dm: tegra: dts: Add aliases for spi on tegra30 boards by Simon Glass · Mon Oct 13 23:42:12 2014 -0600
  46. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · Mon Oct 13 23:42:08 2014 -0600
  47. fdca2aa exynos: universal_c210: Move to driver model soft_spi by Simon Glass · Mon Oct 13 23:42:03 2014 -0600
  48. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · Mon Oct 13 23:42:01 2014 -0600
  49. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · Mon Oct 13 23:41:57 2014 -0600
  50. fd91fc9 sandbox: dts: Add a SPI device and cros_ec device by Simon Glass · Mon Oct 13 23:41:48 2014 -0600
  51. f2b8f9c dm: exynos: Mark exynos5 console as pre-reloc by Simon Glass · Sun Sep 14 16:36:16 2014 -0600
  52. 9b4e0e8 dm: exynos: gpio: Convert to driver model by Simon Glass · Mon Oct 20 19:48:40 2014 -0600
  53. 4f83d3d dm: exynos: Make sure that GPIOs are requested by Simon Glass · Mon Oct 20 19:48:39 2014 -0600
  54. 37f1162 dm: exynos: Tidy up GPIO headers by Simon Glass · Mon Oct 20 19:48:37 2014 -0600
  55. 3e44c40 dm: exynos: Add pinctrl settings for s5p_goni by Simon Glass · Mon Oct 20 19:48:34 2014 -0600
  56. 5d6927a dm: exynos: Add pinctrl settings for smdkc100 by Simon Glass · Mon Oct 20 19:48:33 2014 -0600
  57. 89e5838 dm: exynos: dts: Adjust device tree files for U-Boot by Simon Glass · Mon Oct 20 19:48:32 2014 -0600
  58. e3582fa dm: exynos: dts: Remove unused pinctrl information to save space by Simon Glass · Mon Oct 20 19:48:31 2014 -0600
  59. 144cb55 dm: exynos: Bring in pinctrl dts files from Linux kernel by Simon Glass · Mon Oct 20 19:48:30 2014 -0600
  60. 78cefc0 dm: exynos: dts: Convert /include/ to #include by Simon Glass · Mon Oct 20 19:48:29 2014 -0600
  61. eb3bfaf tegra: apalis_t30: master revamp by Marcel Ziswiler · Sat Oct 11 00:34:04 2014 +0200
  62. a60d8dd tegra: dts: colibri_t30 add serial port details by Marcel Ziswiler · Sat Oct 11 00:10:40 2014 +0200
  63. c5ecf27 ARM: tegra: Use mem size from MC in combination with get_ram_size() by Marcel Ziswiler · Fri Oct 10 23:32:32 2014 +0200
  64. 11e2a53 arm: tegra: initial support for apalis t30 by Marcel Ziswiler · Fri Sep 05 10:18:38 2014 +0200
  65. 0f39bc0 x86: Fix GDT limit in start16.S by Bin Meng · Thu Oct 16 22:58:35 2014 +0800
  66. e4257d0 x86: Fix rom version build with CONFIG_X86_RESET_VECTOR by Bin Meng · Thu Oct 16 22:58:20 2014 +0800
  67. 4b4f273 x86: Allow cmdline setup in setup_zimage() to be optional by Simon Glass · Sun Oct 19 21:11:21 2014 -0600
  68. aa83f2b x86: Rewrite bootm.c to make it similar to ARM by Simon Glass · Sun Oct 19 21:11:20 2014 -0600
  69. 2a65c26 x86: Enable LMB and RAMDISK_HIGH by default by Simon Glass · Sun Oct 19 21:11:19 2014 -0600
  70. 2998af1 powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot by Ruchika Gupta · Mon Sep 29 11:35:33 2014 +0530
  71. 901ae76 ls102x: configs - Add hash command in freescale LS1 platforms by Ruchika Gupta · Wed Oct 15 11:39:06 2014 +0530
  72. ac1b269 fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · Wed Oct 15 11:35:30 2014 +0530
  73. bb7143b fsl_sec : Change accessor function to take care of endianness by Ruchika Gupta · Tue Sep 09 11:50:31 2014 +0530
  74. e24fde9 fsl_sec : Move SEC CCSR definition to common include by Ruchika Gupta · Tue Sep 09 11:50:30 2014 +0530
  75. ab43536 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat Oct 11 01:20:30 2014 +0200
  76. e5c778e powerpc: mpc5xxx: remove board support for MVBC_P and MVSMR by Masahiro Yamada · Mon Sep 29 01:38:01 2014 +0900
  77. aa9ecf8 powerpc: mpc83xx: remove board support for MERGERBOX and MVBLM7 by Masahiro Yamada · Mon Sep 29 01:38:00 2014 +0900
  78. e168aae powerpc: ppc4xx: remove board support for bluestone by Masahiro Yamada · Mon Sep 29 01:37:59 2014 +0900
  79. 14d378d powerpc: ppc4xx: remove board support for CRAYL1 by Masahiro Yamada · Mon Sep 29 01:37:58 2014 +0900
  80. 3d7c6a6 powerpc: ppc4xx: remove board support for KAREF and METROBOX by Masahiro Yamada · Mon Sep 29 01:37:57 2014 +0900
  81. a4cea85 ARM: keystone: clock: fix main pll ratio div definitions by Khoronzhuk, Ivan · Tue Sep 23 21:10:26 2014 +0300
  82. 0913c64 ARM: OMAP5+: sata: Move scsi_scan() to the right place by Roger Quadros · Tue Sep 23 18:07:03 2014 +0300
  83. 5d33f1a OMAP5+: sata/scsi: Implement scsi_init() by Roger Quadros · Tue Sep 23 18:07:02 2014 +0300
  84. b5a9992 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Fri Oct 10 08:56:01 2014 +0200
  85. 1985c4b arm: rmobile: r8a7794: Skip initialize L2 cache by Nobuhiro Iwamatsu · Fri Aug 08 08:44:02 2014 +0900
  86. ebf4dad arm: rmobile: r8a7791: Fix initialize L2 cache by Nobuhiro Iwamatsu · Fri Aug 08 08:41:15 2014 +0900
  87. 7d9dcb8 arm: rmobile: Remove unnecessary initialization for l2ctlr by Nobuhiro Iwamatsu · Thu Aug 07 09:10:45 2014 +0900
  88. cfb8ff2 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · Wed Oct 08 21:20:49 2014 +0200
  89. 1aee11c armv7: s5pc1xx: improve cache handling by Robert Baldyga · Fri Sep 19 12:17:55 2014 +0200
  90. 3a9de36 samsung: Enable device tree for smdkc100 by Simon Glass · Tue Oct 07 22:01:51 2014 -0600
  91. 96aa072 samsung: Enable device tree for s5p_goni by Simon Glass · Tue Oct 07 22:01:50 2014 -0600
  92. 05b3bac3 config: Move smdkv310 to use common exynos4 file by Simon Glass · Tue Oct 07 22:01:49 2014 -0600
  93. 29d3942 exynos: dts: Add device tree node for cros_ec keyboard by Simon Glass · Tue Oct 07 22:01:43 2014 -0600
  94. c337632 Exynos: Use 900MHz ARM frequency in SPL for peach_pit by Simon Glass · Tue Oct 07 22:01:38 2014 -0600
  95. 428ea9e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue Oct 07 07:38:39 2014 -0400
  96. af0464f vf610twr: Tune DDR initialization settings by Anthony Felice · Sat Sep 06 19:47:06 2014 +0200
  97. 46fbdf6 arm: socfpga: Add command to control HPS-FPGA bridges by Marek Vasut · Mon Sep 08 14:08:45 2014 +0200
  98. d515794 arm: socfpga: Move cache_enable to CPU code by Marek Vasut · Sun Sep 21 13:57:40 2014 +0200
  99. e918e33 arm: socfpga: nic301: Add NIC-301 configuration code by Pavel Machek · Mon Sep 08 14:08:45 2014 +0200
  100. 56916e4 arm: socfpga: pl310: Map SDRAM to 0x0 by Marek Vasut · Mon Sep 15 03:58:22 2014 +0200