1. a1db4fe Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Fri Jul 15 10:44:01 2016 -0400
  2. df09fb5 ARM: PSCI: Make psci_get_cpu_stack_top local to armv7/psci.S by Chen-Yu Tsai · Sun Jun 19 12:38:45 2016 +0800
  3. 6e14795 ARM: PSCI: Switch to per-CPU target PC storage in secure data section by Chen-Yu Tsai · Sun Jun 19 12:38:44 2016 +0800
  4. ae7947c ARM: PSCI: Add helper functions to access per-CPU target PC storage by Chen-Yu Tsai · Tue Jul 05 21:45:07 2016 +0800
  5. 5ed0387 ARM: Add secure section for initialized data by Chen-Yu Tsai · Tue Jul 05 21:45:06 2016 +0800
  6. 7ca1450 ARM: Move __secure definition to common asm/secure.h by Chen-Yu Tsai · Sun Jun 19 12:38:41 2016 +0800
  7. 3de210c ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure section by Chen-Yu Tsai · Sun Jun 19 12:38:39 2016 +0800
  8. 1d0c177 ARM: PSCI: Remove unused psci_text_end symbol by Chen-Yu Tsai · Sun Jun 19 12:38:38 2016 +0800
  9. dd52202 ARM: PSCI: Allocate PSCI stack in secure stack section by Chen-Yu Tsai · Sun Jun 19 12:38:37 2016 +0800
  10. a00f85d ARM: Add an empty secure stack section by Chen-Yu Tsai · Sun Jun 19 12:38:36 2016 +0800
  11. 277a8f6 ARM: Page align secure section only when it is executed in situ by Chen-Yu Tsai · Sun Jun 19 12:38:34 2016 +0800
  12. 766c22e sunxi: Move remaining PSCI assembly code to C by Chen-Yu Tsai · Sun Jun 19 12:38:32 2016 +0800
  13. 70617c7 ARM: PSCI: Split out common stack setup code from psci_arch_init by Chen-Yu Tsai · Sun Jun 19 12:38:31 2016 +0800
  14. b7ba957 arm: Don't invalidate unaligned cache regions by Simon Glass · Sun Jun 19 19:43:02 2016 -0600
  15. 8540658 arm: Move check_cache_range() into a common place by Simon Glass · Sun Jun 19 19:43:01 2016 -0600
  16. e38b45a ARM: OMAP5+: Enable errata i727 by Lokesh Vutla · Tue Jul 12 14:47:41 2016 +0530
  17. 18bd763 stm32: Add SDRAM support for stm32f746 discovery board by Toshifumi NISHINAGA · Fri Jul 08 01:02:25 2016 +0900
  18. 0b6dd12 arm: am4x: add U-Boot FIT signing and SPL image post-processing by Madan Srinivas · Mon Jun 27 09:19:23 2016 -0500
  19. 5cf344b arm: omap5: add U-Boot FIT signing and SPL image post-processing by Andreas Dannenberg · Mon Jun 27 09:19:22 2016 -0500
  20. f4dd761 arm: omap-common: Update to generate secure U-Boot FIT blob by Andreas Dannenberg · Mon Jun 27 09:19:20 2016 -0500
  21. 1549e2f arm: omap-common: secure ROM signature verify API by Andreas Dannenberg · Mon Jun 27 09:19:19 2016 -0500
  22. 6469e1a arm: omap-common: add secure rom call API for secure devices by Andreas Dannenberg · Mon Jun 27 09:19:18 2016 -0500
  23. 2cff3e7 arm: omap-common: add secure smc entry by Daniel Allred · Mon Jun 27 09:19:17 2016 -0500
  24. 4631f7d arm: cache: add missing dummy functions for when dcache disabled by Daniel Allred · Mon Jun 27 09:19:16 2016 -0500
  25. 2663cd6 arm64: add better and more generic spin-table support by Masahiro Yamada · Mon Jun 27 19:31:05 2016 +0900
  26. 8c1d3e0 Revert "armv8: Enable CPUECTLR.SMPEN for coherency" by Tom Rini · Thu Jul 14 17:36:18 2016 -0400
  27. 9e7bf7d armv8: Enable CPUECTLR.SMPEN for coherency by Mingkai Hu · Thu Jul 07 12:22:12 2016 +0800
  28. bdabc27 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Jun 28 15:59:05 2016 -0400
  29. ac7f242 armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCs by Prabhakar Kushwaha · Fri Jun 24 13:48:13 2016 +0530
  30. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · Sat May 14 23:42:07 2016 +0200
  31. d2ffbb1 arm: bcm235xx: update clock framework by Steve Rae · Tue Jun 21 16:43:07 2016 -0700
  32. 8b05189 arm: bcm235xx: fix kps ccu by Chris Brand · Tue Jun 21 16:43:06 2016 -0700
  33. e873b15 ARM: armv7: refactor Makefile slightly by Masahiro Yamada · Tue Jun 21 21:30:09 2016 +0900
  34. b914009 arm64: optimize smp_kick_all_cpus by Masahiro Yamada · Fri Jun 17 18:32:47 2016 +0900
  35. c1f2bdd omap3: bugfix in timer on rollover by Daniel Gorsulowski · Mon Jun 06 09:40:11 2016 +0200
  36. f861806 armv8/fsl_lsch2: Correct the cores frequency initialization by Hou Zhiqiang · Sun Jun 12 14:42:04 2016 +0800
  37. 60e0b18 sunxi: Add PSCI implementation in C by Chen-Yu Tsai · Tue Jun 07 10:54:34 2016 +0800
  38. 9bffa7f sunxi: Add base address for GIC by Chen-Yu Tsai · Tue Jun 07 10:54:33 2016 +0800
  39. 8ba7974 sunxi: Make CPUCFG_BASE macro names the same across families by Chen-Yu Tsai · Tue Jun 07 10:54:28 2016 +0800
  40. 72a4800 ARM: allocate extra space for PSCI stack in secure section during link phase by Chen-Yu Tsai · Tue Jun 07 10:54:27 2016 +0800
  41. 62e4032 ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_all by Chen-Yu Tsai · Tue Jun 07 10:54:25 2016 +0800
  42. 72479ed ARM: PSCI: use only r0 and r3 in psci_get_cpu_stack_top() by Chen-Yu Tsai · Tue Jun 07 10:54:24 2016 +0800
  43. 52a0551 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Sat Jun 18 23:46:21 2016 -0400
  44. 56ba44d armv8/ls2080: Remove workaround for erratum A008751 by Sriram Dash · Mon Jun 13 09:58:35 2016 +0530
  45. 9282d26 arm64: fsl-layerscape: add get_svr and IS_SVR_REV helper by Sriram Dash · Mon Jun 13 09:58:32 2016 +0530
  46. 6c2cfdd board: am57xx: Rename TARGET_BEAGLE_X15 as TARGET_AM57XX_EVM by Lokesh Vutla · Fri Jun 10 09:35:42 2016 +0530
  47. 5178dc1 armv8: s32v234: Introduce basic support for s32v234evb by Eddy Petrișor · Sun Jun 05 03:43:00 2016 +0300
  48. 45f2c70 board: arm:: Add support for Broadcom BCM23550 by Steve Rae · Thu Jun 02 15:10:56 2016 -0700
  49. edf3271 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Mon Jun 13 08:50:58 2016 -0400
  50. 9084407 arm: Allow skipping of low-level init with I-cache on by Simon Glass · Thu May 05 07:28:06 2016 -0600
  51. c805623 arm: dra7xx: Assign omap_vcores based on board type by Keerthy · Tue Jun 07 16:05:25 2016 +0530
  52. 61a382b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Jun 12 12:51:34 2016 -0400
  53. 9abba11 board: ls2080a: Add "mcinitcmd" env for MC & DPL deployment by Pratiyush Mohan Srivastava · Wed Jan 20 12:29:03 2016 +0530
  54. 3dfb82a armv8/ls2080a: configure PMU's PCTBENR to enable WDT by Yunhui Cui · Wed Jun 08 10:31:42 2016 +0800
  55. 5bf904c mtd: nand: omap: allow to switch to BCH16 by Heiko Schocher · Tue Jun 07 08:55:42 2016 +0200
  56. d17112a armv7: omap-common: make SPL board_mmc_init() weak by Heiko Schocher · Tue Jun 07 08:31:23 2016 +0200
  57. 8575473 arm, am335x: Enable Spread Spectrum for the MPU by Heiko Schocher · Tue Jun 07 08:31:19 2016 +0200
  58. 0ad9e1f arm: mxs: Remove misleading comments by Michael Heimpold · Mon Jun 06 14:26:39 2016 +0200
  59. 1d724e1 Merge http://git.denx.de/u-boot-samsung by Tom Rini · Mon Jun 06 13:24:23 2016 -0400
  60. 48321ba arm/arm64: implement a boot header capability by Andre Przywara · Tue May 31 10:45:06 2016 -0700
  61. c84b952 armv7: fix order of OMAP die ID printing by Ladislav Michl · Thu Jun 02 11:43:16 2016 +0200
  62. 6ef13a9 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Mon Jun 06 07:16:39 2016 -0400
  63. 1a2d5e2 ARM64: zynqmp: Extend page_table_size by Michal Simek · Mon May 30 10:41:26 2016 +0200
  64. 3530082 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Sat Jun 04 08:49:08 2016 -0400
  65. d169ebe armv8: fsl-layerscape: Add support of QorIQ LS1012A SoC by Prabhakar Kushwaha · Fri Jun 03 18:41:31 2016 +0530
  66. 46c5198 armv8: fsl-layerscape: Organize SoC overview at common location by Prabhakar Kushwaha · Fri Jun 03 18:41:30 2016 +0530
  67. b4c90ce armv8: fsl-layerscape: fix compile warning "rcw_tmp" by Prabhakar Kushwaha · Fri Jun 03 18:41:29 2016 +0530
  68. 1966d01 armv8: fsl-layerscape: Avoid LS1043A specifc defines by Prabhakar Kushwaha · Fri Jun 03 18:41:27 2016 +0530
  69. ae17df2 armv8: fsl-layerscape: Put SMMU config code in SMMU_BASE by Prabhakar Kushwaha · Fri Jun 03 18:41:26 2016 +0530
  70. 35740ec arm: omap: Introduce vcores_init function by Keerthy · Tue May 24 11:45:05 2016 +0530
  71. 4d1789a ARM: DRA7: Consolidate voltage macros across different SoCs by Anna, Suman · Mon May 23 13:32:16 2016 -0500
  72. fc32098 ARM: DRA7: Define common macros for efuse register offsets by Anna, Suman · Mon May 23 13:32:15 2016 -0500
  73. f125894 dra7xx: Enable USB_PHY3 32KHz clock by Roger Quadros · Mon May 23 17:37:49 2016 +0300
  74. 16c9710 ARM: OMAP5+: Provide enable/disable_usb_clocks() for CONFIG_USB_XHCI_OMAP by Roger Quadros · Mon May 23 17:37:47 2016 +0300
  75. 99c874b imx: mx7: implement reset_misc by Peng Fan · Thu May 19 13:02:16 2016 +0800
  76. 9bd0f9a ARM: OMAP4+: Fix DPLL programming sequence by Lokesh Vutla · Mon May 23 13:31:19 2016 +0530
  77. 4029d8e arm64: rename __asm_flush_dcache_level to __asm_dcache_level by Masahiro Yamada · Tue May 17 16:38:08 2016 +0900
  78. a9c3961 arm64: fix comment "flush & invalidate" by Masahiro Yamada · Tue May 17 16:38:07 2016 +0900
  79. d094db4 arm64: optimize __asm_{flush, invalidate}_dcache_all by Masahiro Yamada · Tue May 17 16:38:06 2016 +0900
  80. c1ef8c0 ARM: AM33xx: Add support for Clock Synthesizer by Lokesh Vutla · Mon May 16 11:47:25 2016 +0530
  81. 79ca224 ARM: omap5: add hooks for cpu/SoC fdt fixups by Daniel Allred · Thu May 19 19:10:53 2016 -0500
  82. fd684b2 ARM: omap-common: Add device type to CPU string by Daniel Allred · Thu May 19 19:10:52 2016 -0500
  83. e82e8dd spl: build: ti: add support for secure boot images by Daniel Allred · Thu May 19 19:10:51 2016 -0500
  84. e8a9b67 ti: AM43xx: config.mk: Add support for generating secure boot images by Daniel Allred · Thu May 19 19:10:46 2016 -0500
  85. 635173a ti: omap-common: Add commands for generating secure SPL images by Daniel Allred · Thu May 19 19:10:45 2016 -0500
  86. 8a536e9 ti: omap-common: Add Kconfig file for secure device support by Madan Srinivas · Thu May 19 19:10:44 2016 -0500
  87. eba13cd arm: Kconfig: Add support for AM43xx SoC specific Kconfig by Madan Srinivas · Thu May 19 19:10:43 2016 -0500
  88. fb59e8e arm: am33xx: Kconfig: Add secure device definitions by Madan Srinivas · Thu May 19 19:10:42 2016 -0500
  89. b8845e1 arm: implement generic PSCI reset call for armv8 by Beniamino Galvani · Sun May 08 08:30:14 2016 +0200
  90. 636bf17 exynos: pwm: Add a driver for the exynos5 PWM by Simon Glass · Sun Feb 21 21:08:49 2016 -0700
  91. c4a11bc Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue May 24 13:42:03 2016 -0400
  92. 6c4f76f imx: mx6: correct get_cpu_speed_grade_hz for i.MX6DQP by Peng Fan · Mon May 23 18:35:58 2016 +0800
  93. 9dba13b imx: mx6: ddr: support i.MX6D/QPlus by Peng Fan · Mon May 23 18:35:57 2016 +0800
  94. 6861c5a imx: mx6: use simpler runtime cpu dection macros by Peng Fan · Mon May 23 18:35:54 2016 +0800
  95. 20926be imx: mx6: support i.MX6SOLO when enable/disable_ldb_di_clock_sources by Peng Fan · Mon May 23 18:35:53 2016 +0800
  96. ec39e70 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · Tue May 24 14:55:06 2016 +0200
  97. 72536fd ARM64: zynqmp: Add SPL support support by Michal Simek · Fri Nov 20 13:17:22 2015 +0100
  98. e4ce25f ARM: fix ifdef in ARMv8 lowlevel_init() again by Masahiro Yamada · Fri May 20 12:13:10 2016 +0900
  99. 1e98bab armv7: ls102xa: spl: fix the macro name of MMC mode by Qianyu Gong · Wed Apr 27 09:44:51 2016 +0800
  100. b141ef7 armv8: fsl-layerscape: spl: fix the macro name of MMC mode by Qianyu Gong · Wed Apr 27 09:45:23 2016 +0800