1. 54c7a1e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue May 05 07:00:11 2015 -0400
  2. 5895b7c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue May 05 10:09:06 2015 +0200
  3. 17a7069 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Mon May 04 17:50:20 2015 -0400
  4. e820402 sunxi: usb: Protect phy-init and phy-power-on against multiple calls by Hans de Goede · Mon Apr 27 16:57:54 2015 +0200
  5. 1168e09 sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · Mon Apr 27 16:50:04 2015 +0200
  6. 26a9005 sunxi: usb: Rename the usbc.? files to usb_phy.? by Hans de Goede · Mon Apr 27 15:05:10 2015 +0200
  7. 8697909 sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar by Hans de Goede · Mon Apr 27 14:54:47 2015 +0200
  8. 1f4e1d1 sunxi: usb: Remove sunxi_usbc_get_io_base function by Hans de Goede · Mon Apr 27 14:36:23 2015 +0200
  9. 7e5aabd sunxi: usb: Move setup of host controller clocks to the host controller drivers by Hans de Goede · Mon Apr 27 11:44:22 2015 +0200
  10. 66bf508 sunxi: axp: Remove non driver-model support from the axp gpio code by Hans de Goede · Sun Apr 26 11:19:37 2015 +0200
  11. d9989cc sunxi: emac: Remove non driver-model code by Hans de Goede · Thu Apr 23 18:47:47 2015 +0200
  12. 0391488 sunxi: Move all boards to the driver-model by Hans de Goede · Wed Apr 15 20:46:48 2015 +0200
  13. 78087c1 sunxi: dts: Add minimal dts files for board which lack a dts sofar by Hans de Goede · Thu Apr 23 17:04:19 2015 +0200
  14. ded821c sunxi: dts: Add dts files which have been submitted but not yet merged upstream by Hans de Goede · Thu Apr 23 14:27:01 2015 +0200
  15. db325e8 sunxi: dts: Sync all dts files with upstream kernel by Hans de Goede · Wed Apr 15 19:03:49 2015 +0200
  16. d6efcdb sunxi: emac: Add driver model support by Hans de Goede · Sun Apr 19 11:48:19 2015 +0200
  17. d690b39 sunxi: gmac: Move sunxi_gmac_initialize proto out of netdev.h by Hans de Goede · Wed Apr 22 17:55:10 2015 +0200
  18. 08607d1 sunxi: axp: Add driver-model support to the axp_gpio code by Hans de Goede · Wed Apr 22 11:31:22 2015 +0200
  19. 3ae1d13 sunxi: axp: Move axp gpio code to a separate axpi-gpio driver by Hans de Goede · Sat Apr 25 17:25:14 2015 +0200
  20. 858b6db sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpers by Hans de Goede · Sat Apr 25 22:18:09 2015 +0200
  21. bb930c3 sunxi: axp: Move axp pmic register helpers to a separate file by Hans de Goede · Sat Apr 25 14:07:37 2015 +0200
  22. 494f5d0 sunxi: usbc: Fix vbus gpio handling to work with the driver-model by Hans de Goede · Wed Apr 22 17:39:59 2015 +0200
  23. 3702f14 sunxi: Add basic A33 basic support by Vishnu Patekar · Sun Mar 01 23:47:48 2015 +0530
  24. 575716c sunxi: Add a33 dram init code by Vishnu Patekar · Sun Mar 01 23:49:39 2015 +0530
  25. 0fdbe20 sunxi: Add support for A33 PLL11 (second DRAM pll) by Hans de Goede · Sun Apr 12 11:46:41 2015 +0200
  26. f055ed6 sunxi: s/sun8i/sun8i_a23/ by Hans de Goede · Mon Apr 06 20:55:39 2015 +0200
  27. f07872b sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool by Hans de Goede · Mon Apr 06 20:33:34 2015 +0200
  28. cccc9da sunxi: usbc: Remove unused irq field by Hans de Goede · Mon Apr 06 20:17:46 2015 +0200
  29. 343bee0 sunxi: Also set Auxiliary Ctl SMP bit in SPL by Hans de Goede · Mon Apr 06 20:16:36 2015 +0200
  30. 728dbdb sun7i: Remove duplicate call to psci_arch_init by Jan Kiszka · Tue Apr 21 07:18:25 2015 +0200
  31. 1eaaf6c x86: Enable multi-core init for Minnowboard MAX by Simon Glass · Wed Apr 29 22:26:03 2015 -0600
  32. 987214d x86: Add a CPU driver for baytrail by Simon Glass · Wed Apr 29 22:26:02 2015 -0600
  33. 02fe5e6 x86: Allow CPUs to be set up after relocation by Simon Glass · Wed Apr 29 22:26:01 2015 -0600
  34. 699a90d x86: Add functions to set and clear bits on MSRs by Simon Glass · Wed Apr 29 22:26:00 2015 -0600
  35. a9a4426 x86: Add multi-processor init by Simon Glass · Wed Apr 29 22:25:59 2015 -0600
  36. 98d7e98 x86: Provide access to the IDT by Simon Glass · Tue Apr 28 20:25:16 2015 -0600
  37. 2027f2b x86: Store the GDT pointer in global_data by Simon Glass · Tue Apr 28 20:25:15 2015 -0600
  38. db139ab x86: Add an mfence macro by Simon Glass · Tue Apr 28 20:25:14 2015 -0600
  39. 71ca938 x86: Add defines for fixed MTRRs by Simon Glass · Tue Apr 28 20:25:13 2015 -0600
  40. d37de65 x86: Add atomic operations by Simon Glass · Tue Apr 28 20:25:12 2015 -0600
  41. 07e922a x86: Add support for the Simple Firmware Interface (SFI) by Simon Glass · Tue Apr 28 20:25:10 2015 -0600
  42. 47e2021 x86: Disable -Werror by Simon Glass · Tue Apr 28 20:25:06 2015 -0600
  43. cce93d1 x86: Remove unwanted MMC debugging by Simon Glass · Tue Apr 28 20:25:05 2015 -0600
  44. 3ce7495 x86: fsp: Use reset_cpu() by Simon Glass · Tue Apr 28 20:11:32 2015 -0600
  45. d0963d4 x86: quark: Use reset_cpu() by Simon Glass · Tue Apr 28 20:11:31 2015 -0600
  46. 1375e9a x86: ivybridge: Use reset_cpu() by Simon Glass · Tue Apr 28 20:11:30 2015 -0600
  47. e0e7bd0 x86: Implement reset_cpu() correctly for modern CPUs by Simon Glass · Tue Apr 28 20:11:29 2015 -0600
  48. 9278471 x86: link: Add PCH driver to support SPI Flash by Simon Glass · Mon Apr 20 07:07:03 2015 -0600
  49. 07ea9da x86: minnowmax: use the correct NOR in the configuration by Gabriel Huau · Sat Apr 25 08:13:11 2015 -0700
  50. 7b73090 x86: Correct the typo in write_tables() by Bin Meng · Tue Apr 28 18:37:03 2015 +0800
  51. 8dbe081 x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig by Bin Meng · Mon Apr 27 23:22:27 2015 +0800
  52. f959d90 x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics by Bin Meng · Mon Apr 27 23:22:26 2015 +0800
  53. 6e8ddec x86: Kconfig: Move platform options forward by Bin Meng · Mon Apr 27 23:22:25 2015 +0800
  54. 03b341b x86: Kconfig: Divide the target selection to vendor/model by Bin Meng · Mon Apr 27 23:22:24 2015 +0800
  55. 6db1448 x86: quark: Turn on legacy segments decode by Bin Meng · Mon Apr 27 14:16:02 2015 +0800
  56. 7a01b87 x86: Check PIRQ routing table sanity in the F segment by Bin Meng · Mon Apr 27 14:16:01 2015 +0800
  57. 6d2466c x86: minnowmax: add GPIO banks in the device tree by Gabriel Huau · Sat Apr 25 13:16:57 2015 -0700
  58. 995b630 x86: baytrail: fix the GPIOBASE address by Gabriel Huau · Sat Apr 25 13:16:03 2015 -0700
  59. 1530536 x86: queensbay: Implement PIRQ routing by Bin Meng · Fri Apr 24 18:10:06 2015 +0800
  60. 45236ad x86: Support platform PIRQ routing by Bin Meng · Fri Apr 24 18:10:05 2015 +0800
  61. f17cea6 x86: Write configuration tables in last_stage_init() by Bin Meng · Fri Apr 24 18:10:04 2015 +0800
  62. 363849b x86: Add a function to assign IRQ numbers to PCI device by Bin Meng · Fri Apr 24 18:10:03 2015 +0800
  63. 32a4a04 x86: Install a default e820 table in the __weak install_e820_map() by Bin Meng · Tue Apr 21 12:21:36 2015 +0800
  64. 27947c9 x86: Clean up arch/x86/include/asm/e820.h by Bin Meng · Tue Apr 21 12:21:35 2015 +0800
  65. 60ccd37 x86: Add alias for SPI node in the board dts by Bin Meng · Wed Apr 15 12:00:11 2015 +0800
  66. 6e0150f x86: Set serial port IRQ for SMSC LPC47M by Bin Meng · Tue Mar 31 11:25:03 2015 +0800
  67. 80e336a x86: queensbay: Avoid using PCH prefix by Bin Meng · Mon Apr 13 19:03:42 2015 +0800
  68. bbbe1af x86: Remove the old VGA driver by Bin Meng · Mon Apr 13 19:05:02 2015 +0800
  69. 4a7c11d Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Wed Apr 29 06:46:33 2015 -0400
  70. 8204bd1 ARM: zynq: rename CONFIG_ZYNQ to CONFIG_ARCH_ZYNQ by Masahiro Yamada · Mon Mar 16 16:43:24 2015 +0900
  71. 5ab14c3 ARM: zynq: move SoC headers to mach-zynq/include/mach by Masahiro Yamada · Mon Mar 16 16:43:23 2015 +0900
  72. 43246cc ARM: zynq: move SoC sources to mach-zynq by Masahiro Yamada · Mon Mar 16 16:43:22 2015 +0900
  73. 2cc9794 ARM: zynq: pass "-mfpu=neon" only to lowlevel_init.S by Masahiro Yamada · Mon Mar 16 16:43:21 2015 +0900
  74. daf6dea zynqmp: Enable SDHCI0 options by Michal Simek · Wed Apr 15 15:21:37 2015 +0200
  75. 32b7dba zynqmp: Add SPI driver support for ZynqMP by Siva Durga Prasad Paladugu · Wed Apr 15 11:48:48 2015 +0530
  76. 055792a zynqmp: i2c: Enable i2c driver for zynqMP by Siva Durga Prasad Paladugu · Tue Mar 03 15:01:44 2015 +0530
  77. 02d66cd zynqmp: Add support for EMMC bootmode by Michal Simek · Wed Apr 15 15:02:28 2015 +0200
  78. 0ca5557 zynqmp: Add support for emulation platform - Veloce by Michal Simek · Wed Apr 15 14:59:19 2015 +0200
  79. 5e1d004 zynq: timer: Fix wrong timer calculation by Siva Durga Prasad Paladugu · Mon Apr 13 10:57:04 2015 +0530
  80. 58f865f zynqmp: Add support for R5 sw loading by Michal Simek · Wed Apr 15 13:36:40 2015 +0200
  81. a38e81e zynqmp: caches: Enable dcache for zynqmp by Siva Durga Prasad Paladugu · Sat Dec 06 12:57:51 2014 +0530
  82. be0bf69 zynq: slcr: Disable all level shifters by Siva Durga Prasad Paladugu · Mon Mar 02 16:03:46 2015 +0530
  83. eab65325 ARM: zynq: drop legacy ps7_init.c/h support by Masahiro Yamada · Tue Apr 14 16:50:50 2015 +0900
  84. 0f4011a zynq: Add Zynq PicoZed board support by Nathan Rossi · Tue Apr 14 14:58:10 2015 +1000
  85. 4bbf3ca gpio: add Xilinx Zynq PS GPIO driver by Andrea Scian · Fri Mar 20 16:00:25 2015 +0100
  86. 8fc6c91 Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga by Tom Rini · Tue Apr 28 20:48:43 2015 -0400
  87. 73348c0 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Apr 28 12:15:13 2015 -0400
  88. 5543f41 socfpga: implement arria V socdk SPI flash config in dts by Pavel Machek · Sat Apr 25 21:36:16 2015 +0200
  89. 4d87b33 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Apr 24 13:44:28 2015 -0400
  90. c35f6cb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Apr 24 13:43:24 2015 -0400
  91. d1b29d2 MIPS: implement device-tree handover to Linux kernel by Daniel Schwierzeck · Sun Feb 22 16:58:30 2015 +0100
  92. f17632c socfpga: implement socdk SPI flash config in dts by Pavel Machek · Thu Apr 23 09:14:01 2015 +0200
  93. 0404a39 armv8/fsl-lsch3: Implement workaround for I2C erratum A009203 by York Sun · Mon Mar 23 10:41:35 2015 -0700
  94. d0e295d ls2085a: esdhc: Add esdhc support for ls2085a by Yangbo Lu · Fri Mar 20 19:28:31 2015 -0700
  95. 212b8d8 armv8/ls2085ardb: Enable NAND SPL support by Scott Wood · Tue Mar 24 13:25:03 2015 -0700
  96. 8e728cd armv8/ls2085aqds: NAND boot support by Scott Wood · Tue Mar 24 13:25:02 2015 -0700
  97. dd88806 driver/ifc: Add 64KB page support by Jaiprakash Singh · Fri Mar 20 19:28:27 2015 -0700
  98. 3636534 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 23 13:53:09 2015 -0400
  99. 1b320bd usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's by Sanchayan Maity · Wed Apr 15 16:24:27 2015 +0530
  100. cc4d78f ARM: vf610: Initial integration for Colibri VF50/VF61 by Sanchayan Maity · Wed Apr 15 16:24:26 2015 +0530