1. 2728f83 imx: include linux/types.h for regs-common.h by Peng Fan · Thu Oct 29 15:54:42 2015 +0800
  2. dad06bf mxs: regs-common.h must be wrapped with !__ASSEMBLY__ by Peng Fan · Thu Oct 29 15:54:41 2015 +0800
  3. 9332042 mxs: add parameter base_addr for mxs_set_lcdclk by Peng Fan · Thu Oct 29 15:54:39 2015 +0800
  4. fcd53ce mx7: psci: add basic psci support by Peng Fan · Fri Oct 23 10:13:04 2015 +0800
  5. 2e9e9a8 arm: discard relocation entries for secure text by Peng Fan · Fri Oct 23 10:13:03 2015 +0800
  6. 67d3dd24 Merge git://git.denx.de/u-boot by Stefano Babic · Thu Nov 12 17:13:26 2015 +0100
  7. 7fdee74 nios2: add 10m50 devboard support by Thomas Chou · Mon Nov 09 14:45:06 2015 +0800
  8. c46e51b nios2: add memcpy_fromio and memcpy_toio by Thomas Chou · Thu Nov 05 15:09:57 2015 +0800
  9. 83e8486 ARM: uniphier: drop UniPhier specific SMP code by Masahiro Yamada · Fri Nov 06 22:16:30 2015 +0900
  10. a4e54cc ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2 by Masahiro Yamada · Wed Nov 04 21:56:07 2015 +0900
  11. 3477468 ARM: dts: uniphier: fix interrupt number of USB core for PH1-Pro4 by Masahiro Yamada · Wed Nov 04 21:56:06 2015 +0900
  12. f6971d0 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue Nov 10 13:38:08 2015 -0500
  13. 9e54980 ARM: tegra: add custom MMU setup on ARMv8 by Stephen Warren · Mon Oct 05 12:09:01 2015 -0600
  14. 7333c6a armv8: allow custom MMU setup routines on ARMv8 by Stephen Warren · Mon Oct 05 12:09:00 2015 -0600
  15. fbdcd22 armv8: enable compilation with CONFIG_SYS_NONCACHED_MEMORY by Stephen Warren · Mon Oct 05 12:08:59 2015 -0600
  16. 9f767e4 arm: stm32f4: fix a bug when a random sector gets erased by Vadzim Dambrouski · Fri Oct 23 21:14:07 2015 +0300
  17. 304d861 arm: stm32f4: fix a bug when only first sector gets erased by Vadzim Dambrouski · Fri Oct 23 21:14:06 2015 +0300
  18. 18a53e1 powerpc: Finish updating u-boot*lds scripts for newer binutils by Tom Rini · Tue Nov 10 09:16:52 2015 -0500
  19. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · Tue Nov 10 01:06:16 2015 +0000
  20. f02c254 Revive OpenRD targets by Albert ARIBAUD · Fri Oct 23 18:06:43 2015 +0200
  21. 24698d4 kirkwood: support CONFIG_SYS_THUMB_BUILD by Albert ARIBAUD · Fri Oct 23 18:06:42 2015 +0200
  22. a382322 arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD by Albert ARIBAUD · Fri Oct 23 18:06:40 2015 +0200
  23. 2738215 arm: fix compile warnings when semihosting is enabled on ARMv7M target. by Vadzim Dambrouski · Mon Oct 19 19:40:15 2015 +0300
  24. 98d3894 arm: add support for semihosting for ARMv7M targets by Vadzim Dambrouski · Mon Oct 19 19:40:14 2015 +0300
  25. 58e2f35 mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definition by Zhenhua Luo · Sun Oct 25 10:32:28 2015 +0530
  26. 4dc3970 Replace "extern inline" with "static inline" by Måns Rullgård · Fri Nov 06 12:44:01 2015 +0000
  27. 72e9904 ARM64: zynqmp: Sync zynq_sdhci_init() declaration by Michal Simek · Thu Nov 05 17:06:29 2015 +0100
  28. 7f30312 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · Fri Nov 06 09:21:33 2015 -0500
  29. 859e010 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Fri Nov 06 09:17:17 2015 -0500
  30. 735bb01 MIPS: bootm: use CONFIG_IS_ENABLED() everywhere by Daniel Schwierzeck · Sun Nov 01 17:36:15 2015 +0100
  31. 20a8b1c MIPS: bootm: rework and fix broken bootm code by Daniel Schwierzeck · Sun Nov 01 17:36:14 2015 +0100
  32. 9e0cf7b nios2: fix cached mode in clearing the BSS by Thomas Chou · Tue Nov 03 13:52:15 2015 +0800
  33. 804a551 nios2: remove CONFIG_SYS_INIT_SP macro by Thomas Chou · Tue Nov 03 13:47:02 2015 +0800
  34. 043a497 nios2: change virt_to_phys to use physaddr_mask in global data by Thomas Chou · Tue Oct 27 09:02:17 2015 +0800
  35. 8392e2f nios2: remove the useless parenthesis in asm/io.h by Thomas Chou · Thu Oct 29 21:00:32 2015 +0800
  36. ebf8aac nios2: fix map_physmem to do real cache mapping by Thomas Chou · Tue Oct 27 08:30:22 2015 +0800
  37. 1a03a7e powerpc: Remove __ilog2_u64 and ffs4 from bitops by Fabio Estevam · Thu Nov 05 12:43:40 2015 -0200
  38. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · Thu Nov 05 12:43:39 2015 -0200
  39. 64af415 avr32: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:37 2015 -0200
  40. 6e8a108 arc: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:36 2015 -0200
  41. c6c3fe6 mips: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:35 2015 -0200
  42. fa3414d nios2: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:34 2015 -0200
  43. 4a779da nds32: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:33 2015 -0200
  44. 0a1ccb9 openrisc: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:32 2015 -0200
  45. 2a33c78 sparc: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:31 2015 -0200
  46. 607238d sandbox: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:30 2015 -0200
  47. 6c36ca0 microblaze: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:29 2015 -0200
  48. e66afd8 sh: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:28 2015 -0200
  49. fb30928 blackfin: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:27 2015 -0200
  50. c38be38 m68k: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:26 2015 -0200
  51. 15eaa97 x86: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:25 2015 -0200
  52. d24ab14 ARM: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:24 2015 -0200
  53. dae7b73 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Thu Nov 05 07:47:21 2015 -0500
  54. e5e2498 Merge git://git.denx.de/u-boot-samsung by Tom Rini · Thu Nov 05 07:46:45 2015 -0500
  55. ccdaff3 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · Thu Nov 05 07:46:28 2015 -0500
  56. d52a5a7f video: Drop DEV_EXT_VIDEO flag by Bin Meng · Tue Nov 03 23:23:38 2015 -0800
  57. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · Tue Nov 03 23:23:37 2015 -0800
  58. 43306e3 arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash by Chin Liang See · Sat Oct 17 08:32:56 2015 -0500
  59. 1e4fa7c Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Wed Nov 04 18:30:51 2015 -0500
  60. 3c98e7b mpc85xx: Add support for the Varisys Cyrus board by Andy Fleming · Wed Nov 04 15:48:32 2015 -0600
  61. 054aed9 ARM: zynq: Remove zc70x target by Michal Simek · Fri Oct 30 15:05:54 2015 +0100
  62. 23d9b62 arm: zynq: Move serial driver to driver model by Simon Glass · Sat Oct 17 19:41:27 2015 -0600
  63. 25b8371 ARM: zynqmp: Enable DM and OF binding by Michal Simek · Sat Oct 17 19:41:25 2015 -0600
  64. 8c7323a arm: zynq: dts: Add U-Boot device tree additions by Simon Glass · Sat Oct 17 19:41:24 2015 -0600
  65. 6093336 dm: arm: zynq: Enable device tree control in SPL by Simon Glass · Sat Oct 17 19:41:23 2015 -0600
  66. 091f6a3 arm: zynq: Support the debug UART by Simon Glass · Sat Oct 17 19:41:22 2015 -0600
  67. 122216d arm: zynq: Drop unnecessary code in SPL board_init_f() by Simon Glass · Sat Oct 17 19:41:21 2015 -0600
  68. 54b896f ARM: zynqmp: Add DTS for ep108 board by Michal Simek · Fri Oct 30 15:39:18 2015 +0100
  69. 200f0c5 arm: socfpga: reset: correct dma, qspi, and sdmmc reset bit defines by Dinh Nguyen · Mon Nov 02 17:11:21 2015 -0600
  70. 11fd15d mmc: atmel: Add atmel sdhci support by Wenyou Yang · Mon Nov 02 10:57:09 2015 +0800
  71. 522f5a6 arm: at91: clock: Add the generated clock support by Wenyou Yang · Fri Oct 30 09:47:02 2015 +0800
  72. 0a248bc arm: at91: Change the Chip ID registers' addresses by Wenyou Yang · Tue Sep 08 14:38:26 2015 +0800
  73. 6a45b04 mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 by Shengzhou Liu · Mon Oct 26 13:51:58 2015 +0800
  74. 81136a1 t1040d4rdb: assign muxed pins to qe-tdm when set hwconfig qe-tdm by Zhao Qiang · Fri Aug 28 10:31:50 2015 +0800
  75. 401aec0 arm: exynos: clean up checkpatch issues by Minkyu Kang · Thu Oct 22 14:51:58 2015 +0900
  76. 91fd747 Exynos4412: pinmux: disable pull for MMC pins by Przemyslaw Marczak · Wed Oct 28 15:41:49 2015 +0100
  77. 1bc7f23 sandbox: add ADC driver by Przemyslaw Marczak · Tue Oct 27 13:08:06 2015 +0100
  78. 10869d7 Odroid-XU3: dts: enable ADC, with request for pre-reloc bind by Przemyslaw Marczak · Tue Oct 27 13:08:04 2015 +0100
  79. 91c2547 Exynos54xx: dts: add ADC node by Przemyslaw Marczak · Tue Oct 27 13:08:03 2015 +0100
  80. 28a4d1e Odroid-XU3: enable s2mps11 PMIC support by Przemyslaw Marczak · Tue Oct 27 13:08:02 2015 +0100
  81. d8c1562 dm: adc: add Exynos54xx compatible ADC driver by Przemyslaw Marczak · Tue Oct 27 13:08:01 2015 +0100
  82. cefbfe4 Exynos5422/5800: set cpu id to 0x5422 by Przemyslaw Marczak · Tue Oct 27 13:07:57 2015 +0100
  83. 7ea11ba Peach-Pi: dts: add cpu-model string by Przemyslaw Marczak · Tue Oct 27 13:07:56 2015 +0100
  84. 808b644 s5p: cpu_info: print "cpu-model" if exists in dts by Przemyslaw Marczak · Tue Oct 27 13:07:55 2015 +0100
  85. 35f1d83 at91: simplify spl board_init_f function by Josh Wu · Fri Oct 23 17:23:57 2015 +0800
  86. 71c44e8 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Oct 30 12:56:58 2015 -0400
  87. 00a0b56 imx: hab: add mx7 secure boot support by Adrian Alonso · Mon Oct 12 13:48:15 2015 -0500
  88. 1f3029f imx: hab: use read_fuse for secure boot settings by Adrian Alonso · Mon Oct 12 13:48:14 2015 -0500
  89. fcc8cb3 arm: imx: add secure boot fuse details for imx7 SoC by Adrian Alonso · Mon Oct 12 13:48:13 2015 -0500
  90. 6ec8d84 arm: imx: add secure boot fuse details for imx6 SoC by Adrian Alonso · Mon Oct 12 13:48:12 2015 -0500
  91. ae1e853 imx: hab: add secure boot fuse details by Adrian Alonso · Mon Oct 12 13:48:11 2015 -0500
  92. aeb57d8 imx: hab: rework unified rom section for mx7 by Adrian Alonso · Mon Oct 12 13:48:10 2015 -0500
  93. 994d9cf imx: hab: use unified rom section for mx6sx and mx6ul by Adrian Alonso · Mon Oct 12 13:48:09 2015 -0500
  94. c97e476 imx: hab: rework secure boot support for imx6 by Adrian Alonso · Mon Oct 12 13:48:08 2015 -0500
  95. a7209a2 imx: cpu: move common chip revision id's by Adrian Alonso · Mon Oct 12 13:48:07 2015 -0500
  96. ff2b40d arm, imx: add some gpr register defines by Heiko Schocher · Fri Sep 25 12:31:48 2015 +0200
  97. c271c13 imx-common: timer: clean up code by Peng Fan · Wed Aug 26 15:40:58 2015 +0800
  98. 9f51db2 arm: ls1021a: Add sata support on qds and twr board by tang yuantian · Fri Oct 16 16:06:05 2015 +0800
  99. c7098fa armv8/ls1043a: Enable secondary cores by Hou Zhiqiang · Mon Oct 26 19:47:57 2015 +0800
  100. da6121b armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardb by Yangbo Lu · Mon Oct 26 19:47:55 2015 +0800