1. ac99803 Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · Mon Feb 27 17:23:54 2017 +0000
  2. 755e54f Improve debug output of the translation tables by Antonio Nino Diaz · Mon Feb 13 11:35:49 2017 +0000
  3. 4ef91f1 Simplify translation tables headers dependencies by Antonio Nino Diaz · Mon Feb 20 14:22:22 2017 +0000
  4. 233c7c1 Add version 2 of xlat tables library by Antonio Nino Diaz · Wed Mar 08 14:40:23 2017 +0000
  5. e8f7e1d Merge pull request #835 from rockchip-linux/rk3399-atf-cleanup-20170210 by davidcunado-arm · Mon Feb 27 15:25:45 2017 +0000
  6. 5e6dcbb Merge pull request #849 from vwadekar/tegra-changes-from-downstream-v2 by davidcunado-arm · Mon Feb 27 14:41:24 2017 +0000
  7. d81abf1 rockchip: rk3399: enable secure accessing for SRAM by Xing Zheng · Tue Feb 14 18:03:20 2017 +0800
  8. be2a895 rockchip: rk3399: Use tFC value instead of tRFC value by Derek Basehore · Thu Feb 09 22:08:48 2017 -0800
  9. b07dfeb rockchip: rk3399: Fix CAS latency setting by Derek Basehore · Thu Feb 09 22:02:42 2017 -0800
  10. 035d6d6 rockchip: rk3399: disable training modules after DDR DFS by Xing Zheng · Thu Feb 09 14:51:38 2017 +0800
  11. 397046c rockchip: rk3399: Move DQS drive strength setting to M0 by Derek Basehore · Wed Feb 01 18:09:13 2017 -0800
  12. b734ba5 rockchip: rk3399: Remove dram dfs optimization by Derek Basehore · Tue Jan 31 16:37:01 2017 -0800
  13. 04c74b9 rockchip: rk3399: Save and restore RX_CAL_DQS values by Derek Basehore · Tue Jan 31 00:20:19 2017 -0800
  14. 84afaaf rockchip: Add MIN() and MAX() macros back to M0 code by Julius Werner · Mon Jan 30 18:26:07 2017 -0800
  15. f585246 rockchip: Clean up M0 Makefile, clarify float-abi by Julius Werner · Mon Jan 30 16:13:21 2017 -0800
  16. 22a9871 rockchip: rk3399: Clean up and seprate secure parts from SoC codes by Xing Zheng · Fri Feb 24 14:56:41 2017 +0800
  17. c39aacd rockchip: rk3399: sperate the BL31 parameters for sharing by Xing Zheng · Thu Dec 22 18:34:14 2016 +0800
  18. 5e1e48f rockchip: rk3399: configure the DDR secure region for BL31 image by Xing Zheng · Fri Feb 24 14:47:51 2017 +0800
  19. b4bcc1d rockchip: Clean up header and referenced files by Xing Zheng · Fri Feb 24 16:26:11 2017 +0800
  20. fc0552d rockchip: rk3399: Don't wait for vblank in M0 for ddrfreq by Derek Basehore · Mon Jan 09 15:38:57 2017 -0800
  21. 2510366 rockchip: rk3399: restore PMU_CRU_GATEDIS_CON0 value after ddr dvfs by Lin Huang · Fri Dec 30 11:50:01 2016 +0800
  22. 8140b7d rockchip: rk3399: fix PMU_CRU_GATEDIS_CON0 setting error by Lin Huang · Fri Dec 30 13:53:25 2016 +0800
  23. 61230b0 FIXUP: rockchip: rk3399: fix the incorrect bit during m0_init by Xing Zheng · Tue Dec 20 20:44:41 2016 +0800
  24. b4a7676 rockchip: rk3399: improve the m0 enable flow by Lin Huang · Mon Dec 12 15:18:08 2016 +0800
  25. 3b0eb7e rockchip: rk3399: check vop status when we wait dma finish flag by Lin Huang · Thu Dec 01 16:55:05 2016 +0800
  26. e7c2422 rockchip: rk3399: add stopwatch functions to m0 by Lin Huang · Wed Nov 30 16:57:08 2016 +0800
  27. 52512c2 rockchip: rk3399: dram: set all ddr frequency pll_postdiv values to 0 by Lin Huang · Thu Dec 15 15:08:47 2016 +0800
  28. dc8e82e rockchip: rk3399: enable CA training when do ddr dfs by Lin Huang · Fri Dec 16 13:59:07 2016 +0800
  29. c8e5c78 rockchip: rk3399: fix hang in ddr set rate by Derek Basehore · Fri Feb 24 14:33:03 2017 +0800
  30. 0e8909d rockchip: rk3399: Enable per CS training at 666MHz by Derek Basehore · Wed Nov 09 18:28:19 2016 -0800
  31. e13bc54 rockchip: rk3399: add support for ddrfreq suspend/resume by Derek Basehore · Fri Feb 24 14:31:36 2017 +0800
  32. 93280b7 rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · Wed Oct 26 21:25:26 2016 +0800
  33. b9be54b rockchip/rk3399: Cleanup platform.mk file by Derek Basehore · Thu Oct 20 16:19:22 2016 -0700
  34. aae6be4 rockchip: update the raw read/write APIs for M0 by Xing Zheng · Mon Oct 24 21:06:25 2016 +0800
  35. b106512 rk3399: dram: making phy into dll bypass mode at low frequency by Derek Basehore · Thu Oct 20 22:09:22 2016 -0700
  36. ff461d0 rockchip: rk3399: dram: remove dram_init and dts_timing_receive function by Derek Basehore · Thu Oct 20 20:46:43 2016 -0700
  37. d22429d Tegra: implement pwr_domain_pwr_down_wfi() handler by Varun Wadekar · Fri Mar 18 14:35:28 2016 -0700
  38. d151363 Tegra: memmap BL31's TZDRAM carveout by Varun Wadekar · Fri Mar 18 13:01:12 2016 -0700
  39. e032363 Tegra: increase BL31 image size to 256KB by Varun Wadekar · Thu Mar 03 18:27:28 2016 -0800
  40. 6eec6d6 Tegra: allow individual SoCs to restore their settings by Varun Wadekar · Thu Mar 03 13:28:10 2016 -0800
  41. d43583c cpus: denver: disable DCO operations from platform code by Varun Wadekar · Mon Feb 22 11:09:41 2016 -0800
  42. 6077dce Tegra: enable PSCI extended state ID processing by Varun Wadekar · Wed Jan 27 11:31:06 2016 -0800
  43. 3ce5499 Tegra: define platform power states by Varun Wadekar · Tue Jan 19 13:55:19 2016 -0800
  44. 0dc9181 Tegra: drivers: memctrl: introduce function to secure on-chip TZRAM by Varun Wadekar · Wed Dec 30 15:06:41 2015 -0800
  45. 1dcffa9 Tegra: enable runtime console by Varun Wadekar · Fri Jan 08 17:48:42 2016 -0800
  46. e5caeed Tegra: PM: soc-specific system off handler by Varun Wadekar · Thu Jan 07 14:04:21 2016 -0800
  47. 923d04a Tegra: handlers for common and SoC-specific SiP calls by Varun Wadekar · Wed Dec 09 18:18:53 2015 -0800
  48. 43e89d3 spd: trusty: OEN_TAP_START aperture for standard calls by Amith · Wed Aug 19 20:13:12 2015 -0700
  49. 3acb2b0 Merge pull request #845 from vwadekar/tegra-changes-from-downstream-v1 by davidcunado-arm · Thu Feb 23 17:30:54 2017 +0000
  50. d2014c6 Tegra: init normal/crash console for platforms by Varun Wadekar · Thu Oct 29 10:37:28 2015 +0530
  51. 6bb6246 Tegra: add tzdram_base to plat_params_from_bl2 struct by Varun Wadekar · Tue Oct 06 12:49:31 2015 +0530
  52. 7a9a285 Tegra: Memory Controller Driver (v1) by Varun Wadekar · Fri Sep 18 11:21:22 2015 +0530
  53. baf903e Tegra: sanity check members of the "from_bl2" struct by Varun Wadekar · Tue Sep 22 15:00:06 2015 +0530
  54. 3c337a6 cpus: Add support for all Denver variants by Varun Wadekar · Thu Sep 03 17:15:06 2015 +0530
  55. 39f87d1 Tegra: use ClusterId for calculating core position by Varun Wadekar · Tue Sep 22 13:45:07 2015 +0530
  56. b24dea9 Tegra: enable processor retention and L2/CPUECTLR access by Varun Wadekar · Tue Sep 22 13:33:56 2015 +0530
  57. 97f2490 Tegra: define MAX_XLAT_TABLES and MAX_MMAP_REGIONS per-platform by Varun Wadekar · Wed Sep 09 11:29:24 2015 +0530
  58. cbdace1 Tegra: SoC specific SiP handlers by Varun Wadekar · Thu Sep 03 14:32:44 2015 +0530
  59. a1176ba Tegra: include flowctlr driver from SoC specific makefiles by Varun Wadekar · Tue Aug 25 17:01:06 2015 +0530
  60. e53da30 Merge pull request #844 from antonio-nino-diaz-arm/an/no-timingsafe by danh-arm · Mon Feb 20 14:00:05 2017 +0000
  61. f526d59 Merge pull request #843 from jeenu-arm/cas-lock by danh-arm · Mon Feb 20 13:59:50 2017 +0000
  62. 88390a8 Merge pull request #842 from jeenu-arm/io-memmap-asserts by danh-arm · Mon Feb 20 13:59:12 2017 +0000
  63. 88de358 Merge pull request #841 from dp-arm/dp/debug-regs by danh-arm · Mon Feb 20 13:58:48 2017 +0000
  64. 0ca1afa Revert "tbbr: Use constant-time bcmp() to compare hashes" by Antonio Nino Diaz · Thu Feb 09 10:26:54 2017 +0000
  65. 0470202 Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroing by davidcunado-arm · Thu Feb 16 14:49:37 2017 +0000
  66. 91284a5 Merge pull request #840 from dp-arm/dp/cppcheck-fixes by davidcunado-arm · Thu Feb 16 09:57:56 2017 +0000
  67. 9e31985 Merge pull request #838 from davidcunado-arm/dc/update_userguide by davidcunado-arm · Thu Feb 16 09:56:45 2017 +0000
  68. 301a1f5 Merge pull request #829 from masahir0y/build by davidcunado-arm · Thu Feb 16 09:56:17 2017 +0000
  69. b71946b Juno: Disable SPIDEN in release builds by dp-arm · Wed Feb 08 12:16:42 2017 +0000
  70. 595d0d5 Disable secure self-hosted debug via MDCR_EL3/SDCR by dp-arm · Wed Feb 08 11:51:50 2017 +0000
  71. 8b6e3d3 Fix minor issues found by cppcheck by dp-arm · Thu Feb 09 10:25:29 2017 +0000
  72. e6bae8c Add bounds checking asserts to memmap IO driver by Jeenu Viswambharan · Mon Feb 13 13:06:18 2017 +0000
  73. fca7680 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · Mon Jan 16 16:52:35 2017 +0000
  74. ae543fc Merge pull request #833 from masahir0y/cert_create by davidcunado-arm · Tue Feb 14 08:56:44 2017 +0000
  75. e77d32e Merge pull request #828 from masahir0y/fiptool by davidcunado-arm · Mon Feb 13 17:33:43 2017 +0000
  76. a13b9d3 Migrate to Linaro Release 16.12 by David Cunado · Fri Feb 10 14:49:23 2017 +0000
  77. 020f003 Merge pull request #826 from dp-arm/dp/psci-stat-abstraction by davidcunado-arm · Mon Feb 13 17:21:03 2017 +0000
  78. 37ce150 PSCI: Do stat accounting for retention/standby states by dp-arm · Tue Jan 31 13:03:00 2017 +0000
  79. 66abfbe PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · Tue Jan 31 13:01:04 2017 +0000
  80. 412ae5c Merge pull request #836 from davidcunado-arm/dc/update_userguide by davidcunado-arm · Mon Feb 13 11:15:02 2017 +0000
  81. d035fab fiptool: remove unneeded declarations by Masahiro Yamada · Sat Feb 11 13:02:12 2017 +0900
  82. 1eee6a8 fiptool: stretch out printf strings for readability and grep'ability by Masahiro Yamada · Thu Feb 02 16:37:37 2017 +0900
  83. 1b90015 fiptool: print new lines of usage to stdout instead of stderr by Masahiro Yamada · Thu Feb 02 16:34:14 2017 +0900
  84. 48cb5e5 cert_create: remove unneeded initializers by Masahiro Yamada · Mon Feb 06 19:47:44 2017 +0900
  85. d54cfa9 cert_create: merge successive i2d_ASN1_INTEGER() calls by Masahiro Yamada · Mon Feb 06 19:00:11 2017 +0900
  86. bccb109 cert_create: fix memory leak bug caused by key container overwrite by Masahiro Yamada · Mon Feb 06 21:15:01 2017 +0900
  87. 1a180ce Update AEM and Cortex Models versions by David Cunado · Thu Feb 09 12:20:32 2017 +0000
  88. 8a76ff0 Merge pull request #831 from masahir0y/zynqmp by danh-arm · Tue Feb 07 15:15:03 2017 +0000
  89. a8954fc Replace some memset call by zeromem by Douglas Raillard · Thu Jan 26 15:54:44 2017 +0000
  90. 21362a9 Introduce unified API to zero memory by Douglas Raillard · Fri Dec 02 13:51:54 2016 +0000
  91. de1ddac Merge pull request #830 from masahir0y/misc by danh-arm · Mon Feb 06 16:13:32 2017 +0000
  92. 4cbeae7 Merge pull request #827 from dp-arm/dp/pmf-constants by danh-arm · Mon Feb 06 16:12:13 2017 +0000
  93. ac27f4f zynqmp: remove RESET_TO_BL31=1 from build instruction by Masahiro Yamada · Mon Feb 06 17:59:58 2017 +0900
  94. 9524fea gitignore: ignore GNU GLOBAL tag files by Masahiro Yamada · Fri Feb 03 11:07:15 2017 +0900
  95. f10adde Makefile: use git describe for BUILD_STRING by Masahiro Yamada · Fri Feb 03 11:47:27 2017 +0900
  96. 8dbf3d7 PMF: Fixup PMF constants by dp-arm · Wed Feb 01 11:38:02 2017 +0000
  97. 82968ce Merge pull request #821 from jeenu-arm/errata-printing by danh-arm · Tue Jan 31 15:40:20 2017 +0000
  98. 092d273 Merge pull request #799 from masahir0y/fiptool by danh-arm · Tue Jan 31 15:39:19 2017 +0000
  99. da7ffae Merge pull request #825 from dp-arm/dp/simplify-cond by danh-arm · Tue Jan 31 15:38:19 2017 +0000
  100. 0b91036 Merge pull request #823 from douglas-raillard-arm/dr/add_fno_builtin by danh-arm · Tue Jan 31 15:37:26 2017 +0000