1. ede9a19 emmc: add macros CMD21, BUS_WIDTH_DDR_4 and BUS_WIDTH_DDR_8 by Qixiang Xu · Wed Jan 17 13:31:21 2018 +0800
  2. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · Thu Nov 23 23:41:24 2017 +0000
  3. 1a1f291 tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · Thu Nov 09 13:56:29 2017 +0800
  4. 6c6f24d BL31: Program Priority Mask for SMC handling by Jeenu Viswambharan · Wed Oct 04 12:21:34 2017 +0100
  5. 055af4b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · Tue Oct 24 15:13:59 2017 +0100
  6. 0a8c353 ARMv7: GICv2 driver can manage GICv1 with security extension by Etienne Carriere · Sun Nov 05 22:57:38 2017 +0100
  7. de431b1 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · Fri Oct 13 09:23:42 2017 +0800
  8. 723dce0 ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · Fri Sep 22 08:59:59 2017 +0100
  9. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  10. 4684bce GIC: Add helpers to set interrupt configuration by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  11. 6250507 GIC: Add API to set priority mask by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  12. eb1c12c GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  13. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  14. ab14e9b GIC: Add API to raise secure SGI by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  15. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  16. 447b89d GIC: Add API to set interrupt priority by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  17. 0fcdfff GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  18. 24e7029 GIC: Add API to get interrupt active status by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  19. 522a465 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  20. 393fdd9 GICv2: Add driver API to set PE target mask by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  21. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  22. f6f1a32 GICv3: ITS architectural save and restore helpers by Soby Mathew · Tue Jul 18 16:12:45 2017 +0100
  23. 327548c GICv3: add functions for save and restore by Soby Mathew · Thu Jul 13 15:19:51 2017 +0100
  24. 56fcdd7 Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · Mon Oct 02 15:03:16 2017 +0100
  25. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · Thu Aug 24 15:26:39 2017 +0800
  26. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · Thu Aug 24 15:12:20 2017 +0800
  27. f94e40d Fix type of `unsigned long` constants by Antonio Nino Diaz · Thu Sep 14 15:57:44 2017 +0100
  28. 5c50304 Add SMMUv3 driver by Jeenu Viswambharan · Fri May 26 14:15:40 2017 +0100
  29. b36577a CCI: Adapt for specific product at run time by Jeenu Viswambharan · Wed Jul 19 17:07:00 2017 +0100
  30. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  31. 1ae83bc Add headers to enable CryptoCell integration by Soby Mathew · Wed May 10 11:48:40 2017 +0100
  32. c6a11f6 include: add U()/ULL() macros for constants by Varun Wadekar · Thu May 25 18:04:48 2017 -0700
  33. 0a68d13 Add support for RSASSAPSS algorithm in mbedtls crypto driver by Soby Mathew · Wed May 31 10:35:27 2017 +0100
  34. 2aac92b Merge pull request #955 from hzhuang1/ufs by danh-arm · Wed May 31 14:25:36 2017 +0100
  35. 93494ae drivers: add designware ufs driver by Haojian Zhuang · Wed May 31 11:00:46 2017 -0600
  36. 20cd323 drivers: add ufs stack by Haojian Zhuang · Wed May 31 11:00:15 2017 +0800
  37. 6b90f5e mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · Fri May 19 11:37:22 2017 +0100
  38. c7a1b19 mbedtls: Namespace for TF specific macros by David Cunado · Wed May 10 16:38:44 2017 +0100
  39. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  40. 6460924 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · Wed Apr 12 22:23:44 2017 +0100
  41. 8377ae4 Add console_flush() to console API by Antonio Nino Diaz · Mon Feb 06 16:03:41 2017 +0000
  42. 52b1fe5 mbedtls: Namespace TF specific macros by dp-arm · Tue Mar 07 10:08:42 2017 +0000
  43. 06249dc drivers: add designware emmc driver by Haojian Zhuang · Fri Mar 18 22:14:16 2016 +0800
  44. db15bbd Merge pull request #807 from nmenon/upstream/fix-16650-rx by davidcunado-arm · Fri Jan 13 17:18:59 2017 +0000
  45. 7b4b513 uart: 16550: Fix getc by Nishanth Menon · Tue Jan 10 09:34:07 2017 -0600
  46. 955c45d Merge pull request #793 from jeenu-arm/gic-changes by danh-arm · Tue Dec 20 12:26:23 2016 +0000
  47. 76647d5 GICv3: Introduce power management APIs for Redistributor by Jeenu Viswambharan · Fri Dec 09 11:03:15 2016 +0000
  48. 493bf33 Fix incorrect copyright notices by Antonio Nino Diaz · Wed Dec 14 14:31:32 2016 +0000
  49. e28ca9c emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields by Qixiang.Xu · Thu Nov 17 11:58:18 2016 +0800
  50. 91f5646 partition: check GPT partition table by Haojian Zhuang · Thu Jul 28 14:19:36 2016 +0800
  51. bd5cf9c emmc: support CMD23 by Haojian Zhuang · Tue Aug 02 20:51:27 2016 +0800
  52. aaf71c8 GICv3: Fix the GICD_IROUTER offset by Soby Mathew · Tue Jul 26 17:46:56 2016 +0100
  53. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · Thu Jun 16 14:52:04 2016 +0100
  54. 2293efa Merge pull request #629 from ljerry/tf_issue_398 by danh-arm · Mon Jun 13 13:50:58 2016 +0100
  55. cb87e89 Merge pull request #632 from rockchip-linux/support-for-gpio-driver-v2 by danh-arm · Fri May 27 14:10:42 2016 +0100
  56. 8abdf1c gpio: support gpio set/get pull status by Caesar Wang · Wed May 25 18:48:45 2016 +0800
  57. 095b9bc CCN: Add API to query the PART0 ID from CCN by Soby Mathew · Wed Mar 23 17:14:57 2016 +0000
  58. bcd79b2 Implement generic delay timer by Antonio Nino Diaz · Wed May 18 10:37:25 2016 +0100
  59. 339f559 Bring IO storage dummy driver by Gerald Lejeune · Tue Jul 21 14:15:12 2015 +0200
  60. fffe9e7 drivers: add emmc stack by Haojian Zhuang · Fri Mar 18 22:08:26 2016 +0800
  61. 12ade16 IO: support block device type by Haojian Zhuang · Fri Mar 18 15:14:19 2016 +0800
  62. fc71975 Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers by Yatharth Kochar · Fri Apr 08 14:40:44 2016 +0100
  63. 6fa4d52 Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · Fri Apr 08 14:31:58 2016 +0100
  64. d3e1a1d Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · Thu Apr 07 17:11:20 2016 +0100
  65. f9a3119 drivers: Add Cadence UART driver by Soren Brinkmann · Sun Mar 06 20:14:51 2016 -0800
  66. 411ac8f Add ARM CoreLink DMC-500 driver to program TrustZone protection by Vikram Kanigiri · Fri Jan 29 11:37:04 2016 +0000
  67. 1eabdbc Refactor the ARM CoreLink TZC-400 driver by Vikram Kanigiri · Thu Jan 28 17:22:16 2016 +0000
  68. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · Fri Jan 22 11:05:57 2016 +0000
  69. 7decd00 Merge pull request #518 from hzhuang1/pl061_gpio_v5 by danh-arm · Mon Feb 22 10:02:29 2016 +0000
  70. 910bd8e arm: gpio: add pl061 driver by Haojian Zhuang · Wed Jan 27 13:22:43 2016 +0800
  71. 70f2bd0 gpio: add gpio framework by Haojian Zhuang · Wed Jan 27 13:18:21 2016 +0800
  72. 50f6fe4 Move private APIs in gic_common.h to a private header by Soby Mathew · Mon Feb 01 17:59:22 2016 +0000
  73. 421259e Fix GIC_IPRIORITYR setting in new drivers by Soby Mathew · Fri Jan 15 14:20:57 2016 +0000
  74. bae963e Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · Mon Feb 01 19:03:41 2016 +0000
  75. e7ae6db Disable PL011 UART before configuring it by Juan Castillo · Thu Nov 26 14:52:15 2015 +0000
  76. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · Thu Jan 14 10:11:05 2016 -0800
  77. a581bd5 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · Thu Jan 14 10:02:33 2016 -0800
  78. 6d4f262 Rearrange fields in TF data structures to reduce padding by Soby Mathew · Tue Jan 12 10:30:59 2016 +0000
  79. df8de2d Always build with '-pedantic' by Sandrine Bailleux · Mon Jan 04 15:49:23 2016 +0000
  80. 0c603d1 Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x by danh-arm · Thu Dec 10 18:15:13 2015 +0000
  81. bae6b2a Move up to mbed TLS 2.x by Juan Castillo · Thu Nov 05 09:24:53 2015 +0000
  82. c69ef8c Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · Thu Dec 10 11:54:42 2015 +0000
  83. 7ac4b11 De-feature PL011 UART driver to match generic UART spec by Juan Castillo · Mon Nov 16 16:53:38 2015 +0000
  84. 6e8f0b1 Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · Wed Dec 09 19:03:06 2015 +0000
  85. ceb6187 Introduce console_uninit() API in ARM Trusted Firmware by Soby Mathew · Wed Oct 28 10:29:42 2015 +0000
  86. fcd9d18 Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · Wed Dec 09 10:41:08 2015 +0000
  87. e181c0b Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer by danh-arm · Wed Dec 09 10:40:51 2015 +0000
  88. 9360d4e Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · Tue Dec 08 18:14:10 2015 +0000
  89. 080c0be Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · Thu Dec 03 17:49:45 2015 +0000
  90. 5c5c36b Rename GICv3 interrupt group macros by Soby Mathew · Thu Dec 03 14:12:54 2015 +0000
  91. fd383b4 Fix SP804 delay timer on FVP by Juan Castillo · Tue Dec 01 16:10:15 2015 +0000
  92. 4e64733 Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · Wed Dec 02 16:48:20 2015 +0000
  93. d602873 Fix TZC-400 peripheral detection by Vikram Kanigiri · Tue Oct 20 16:55:26 2015 +0100
  94. 5f64eff Add a simple ARM SP805 watchdog driver by Juan Castillo · Tue Jul 08 17:20:41 2014 +0100
  95. 3ddc972 Deprecate the GIC Legacy driver. by Soby Mathew · Mon Oct 26 14:32:09 2015 +0000
  96. e063d3c Add ARM GICv2 driver by Soby Mathew · Wed Oct 07 09:45:27 2015 +0100
  97. 92712a5 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · Thu Sep 03 14:18:02 2015 +0100
  98. 6e76206 Remove deprecated IO return definitions by Juan Castillo · Mon Nov 02 10:47:01 2015 +0000
  99. add146f IO Framework: use standard errno codes as return values by Juan Castillo · Thu Oct 01 17:55:11 2015 +0100
  100. 4656237 Merge pull request #401 from sandrine-bailleux/sb/fix-sp804-bug-v2 by danh-arm · Wed Sep 30 15:18:15 2015 +0100