1. 779e4fc DMC500: Add platform support to set system interface count by Amit Daniel Kachhap · Mon Apr 09 16:53:01 2018 +0530
  2. 1a9051a Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console by Dimitris Papastamos · Tue Apr 03 11:59:55 2018 +0100
  3. abd0836 qemu: don't use C functions for the crash console callbacks by Michalis Pappas · Tue Mar 27 12:32:31 2018 +0800
  4. 1006a12 Merge pull request #1333 from jeenu-arm/icfg-fix by Dimitris Papastamos · Thu Mar 29 13:19:04 2018 +0100
  5. b6982c0 GIC: Fix setting interrupt configuration by Jeenu Viswambharan · Thu Mar 22 08:57:52 2018 +0000
  6. a0bb5ac qemu: MULTI_CONSOLE_API=0 causes build error by Michalis Pappas · Sat Mar 24 12:38:31 2018 +0800
  7. 4d408b5 Emit warnings when using deprecated GIC init by Dan Handley · Thu Mar 01 16:00:15 2018 +0000
  8. 6fa89a2 Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · Tue Feb 27 16:03:58 2018 +0000
  9. 1a6eed3 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  10. 777dd43 Fix MISRA rule 8.3 in common code by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  11. 44070ef drivers:ufs: fix hynix ufs bug with quirk on hi36xx SoC by fengbaopeng · Mon Feb 12 20:53:54 2018 +0800
  12. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · Wed Jan 24 14:31:53 2018 +0000
  13. 385176d coreboot: Add support for CBMEM console by Julius Werner · Tue Jun 13 15:53:45 2017 -0700
  14. 1343ad5 drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_API by Julius Werner · Mon Sep 18 17:01:06 2017 -0700
  15. ca3930a drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_API by Julius Werner · Mon Sep 18 16:59:43 2017 -0700
  16. 4e406bf drivers: ti: uart: Update 16550 UART driver to support MULTI_CONSOLE_API by Julius Werner · Mon Sep 18 16:57:51 2017 -0700
  17. 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
  18. 94f8907 Add new function-pointer-based console API by Julius Werner · Mon Jul 31 18:15:11 2017 -0700
  19. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · Thu Nov 23 23:41:24 2017 +0000
  20. 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
  21. 6c6f24d BL31: Program Priority Mask for SMC handling by Jeenu Viswambharan · Wed Oct 04 12:21:34 2017 +0100
  22. 055af4b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · Tue Oct 24 15:13:59 2017 +0100
  23. 0a8c353 ARMv7: GICv2 driver can manage GICv1 with security extension by Etienne Carriere · Sun Nov 05 22:57:38 2017 +0100
  24. 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
  25. 723dce0 ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · Fri Sep 22 08:59:59 2017 +0100
  26. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  27. 4684bce GIC: Add helpers to set interrupt configuration by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  28. 6250507 GIC: Add API to set priority mask by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  29. eb1c12c GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  30. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  31. ab14e9b GIC: Add API to raise secure SGI by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  32. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  33. 447b89d GIC: Add API to set interrupt priority by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  34. 0fcdfff GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  35. 24e7029 GIC: Add API to get interrupt active status by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  36. 522a465 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  37. 393fdd9 GICv2: Add driver API to set PE target mask by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  38. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  39. f6f1a32 GICv3: ITS architectural save and restore helpers by Soby Mathew · Tue Jul 18 16:12:45 2017 +0100
  40. 327548c GICv3: add functions for save and restore by Soby Mathew · Thu Jul 13 15:19:51 2017 +0100
  41. 56fcdd7 Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · Mon Oct 02 15:03:16 2017 +0100
  42. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · Thu Aug 24 15:26:39 2017 +0800
  43. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · Thu Aug 24 15:12:20 2017 +0800
  44. f94e40d Fix type of `unsigned long` constants by Antonio Nino Diaz · Thu Sep 14 15:57:44 2017 +0100
  45. 5c50304 Add SMMUv3 driver by Jeenu Viswambharan · Fri May 26 14:15:40 2017 +0100
  46. b36577a CCI: Adapt for specific product at run time by Jeenu Viswambharan · Wed Jul 19 17:07:00 2017 +0100
  47. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  48. 1ae83bc Add headers to enable CryptoCell integration by Soby Mathew · Wed May 10 11:48:40 2017 +0100
  49. c6a11f6 include: add U()/ULL() macros for constants by Varun Wadekar · Thu May 25 18:04:48 2017 -0700
  50. 0a68d13 Add support for RSASSAPSS algorithm in mbedtls crypto driver by Soby Mathew · Wed May 31 10:35:27 2017 +0100
  51. 2aac92b Merge pull request #955 from hzhuang1/ufs by danh-arm · Wed May 31 14:25:36 2017 +0100
  52. 93494ae drivers: add designware ufs driver by Haojian Zhuang · Wed May 31 11:00:46 2017 -0600
  53. 20cd323 drivers: add ufs stack by Haojian Zhuang · Wed May 31 11:00:15 2017 +0800
  54. 6b90f5e mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · Fri May 19 11:37:22 2017 +0100
  55. c7a1b19 mbedtls: Namespace for TF specific macros by David Cunado · Wed May 10 16:38:44 2017 +0100
  56. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  57. 6460924 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · Wed Apr 12 22:23:44 2017 +0100
  58. 8377ae4 Add console_flush() to console API by Antonio Nino Diaz · Mon Feb 06 16:03:41 2017 +0000
  59. 52b1fe5 mbedtls: Namespace TF specific macros by dp-arm · Tue Mar 07 10:08:42 2017 +0000
  60. 06249dc drivers: add designware emmc driver by Haojian Zhuang · Fri Mar 18 22:14:16 2016 +0800
  61. db15bbd Merge pull request #807 from nmenon/upstream/fix-16650-rx by davidcunado-arm · Fri Jan 13 17:18:59 2017 +0000
  62. 7b4b513 uart: 16550: Fix getc by Nishanth Menon · Tue Jan 10 09:34:07 2017 -0600
  63. 955c45d Merge pull request #793 from jeenu-arm/gic-changes by danh-arm · Tue Dec 20 12:26:23 2016 +0000
  64. 76647d5 GICv3: Introduce power management APIs for Redistributor by Jeenu Viswambharan · Fri Dec 09 11:03:15 2016 +0000
  65. 493bf33 Fix incorrect copyright notices by Antonio Nino Diaz · Wed Dec 14 14:31:32 2016 +0000
  66. 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
  67. 91f5646 partition: check GPT partition table by Haojian Zhuang · Thu Jul 28 14:19:36 2016 +0800
  68. bd5cf9c emmc: support CMD23 by Haojian Zhuang · Tue Aug 02 20:51:27 2016 +0800
  69. aaf71c8 GICv3: Fix the GICD_IROUTER offset by Soby Mathew · Tue Jul 26 17:46:56 2016 +0100
  70. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · Thu Jun 16 14:52:04 2016 +0100
  71. 2293efa Merge pull request #629 from ljerry/tf_issue_398 by danh-arm · Mon Jun 13 13:50:58 2016 +0100
  72. cb87e89 Merge pull request #632 from rockchip-linux/support-for-gpio-driver-v2 by danh-arm · Fri May 27 14:10:42 2016 +0100
  73. 8abdf1c gpio: support gpio set/get pull status by Caesar Wang · Wed May 25 18:48:45 2016 +0800
  74. 095b9bc CCN: Add API to query the PART0 ID from CCN by Soby Mathew · Wed Mar 23 17:14:57 2016 +0000
  75. bcd79b2 Implement generic delay timer by Antonio Nino Diaz · Wed May 18 10:37:25 2016 +0100
  76. 339f559 Bring IO storage dummy driver by Gerald Lejeune · Tue Jul 21 14:15:12 2015 +0200
  77. fffe9e7 drivers: add emmc stack by Haojian Zhuang · Fri Mar 18 22:08:26 2016 +0800
  78. 12ade16 IO: support block device type by Haojian Zhuang · Fri Mar 18 15:14:19 2016 +0800
  79. fc71975 Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers by Yatharth Kochar · Fri Apr 08 14:40:44 2016 +0100
  80. 6fa4d52 Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · Fri Apr 08 14:31:58 2016 +0100
  81. d3e1a1d Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · Thu Apr 07 17:11:20 2016 +0100
  82. f9a3119 drivers: Add Cadence UART driver by Soren Brinkmann · Sun Mar 06 20:14:51 2016 -0800
  83. 411ac8f Add ARM CoreLink DMC-500 driver to program TrustZone protection by Vikram Kanigiri · Fri Jan 29 11:37:04 2016 +0000
  84. 1eabdbc Refactor the ARM CoreLink TZC-400 driver by Vikram Kanigiri · Thu Jan 28 17:22:16 2016 +0000
  85. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · Fri Jan 22 11:05:57 2016 +0000
  86. 7decd00 Merge pull request #518 from hzhuang1/pl061_gpio_v5 by danh-arm · Mon Feb 22 10:02:29 2016 +0000
  87. 910bd8e arm: gpio: add pl061 driver by Haojian Zhuang · Wed Jan 27 13:22:43 2016 +0800
  88. 70f2bd0 gpio: add gpio framework by Haojian Zhuang · Wed Jan 27 13:18:21 2016 +0800
  89. 50f6fe4 Move private APIs in gic_common.h to a private header by Soby Mathew · Mon Feb 01 17:59:22 2016 +0000
  90. 421259e Fix GIC_IPRIORITYR setting in new drivers by Soby Mathew · Fri Jan 15 14:20:57 2016 +0000
  91. bae963e Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · Mon Feb 01 19:03:41 2016 +0000
  92. e7ae6db Disable PL011 UART before configuring it by Juan Castillo · Thu Nov 26 14:52:15 2015 +0000
  93. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · Thu Jan 14 10:11:05 2016 -0800
  94. a581bd5 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · Thu Jan 14 10:02:33 2016 -0800
  95. 6d4f262 Rearrange fields in TF data structures to reduce padding by Soby Mathew · Tue Jan 12 10:30:59 2016 +0000
  96. df8de2d Always build with '-pedantic' by Sandrine Bailleux · Mon Jan 04 15:49:23 2016 +0000
  97. 0c603d1 Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x by danh-arm · Thu Dec 10 18:15:13 2015 +0000
  98. bae6b2a Move up to mbed TLS 2.x by Juan Castillo · Thu Nov 05 09:24:53 2015 +0000
  99. c69ef8c Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · Thu Dec 10 11:54:42 2015 +0000
  100. 7ac4b11 De-feature PL011 UART driver to match generic UART spec by Juan Castillo · Mon Nov 16 16:53:38 2015 +0000