1. c2e05bb multi console: Assert that consoles aren't registered twice by Antonio Nino Diaz · 7 years ago
  2. 8b37120 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 7 years ago
  3. 3b94189 Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 7 years ago
  4. 735181b Fix MISRA rule 8.3 Part 4 by Roberto Vargas · 7 years ago
  5. d12afc8 DMC500: Add platform support to set system interface count by Amit Daniel Kachhap · 7 years ago
  6. f11916b Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console by Dimitris Papastamos · 7 years ago
  7. 0e24ea8 qemu: don't use C functions for the crash console callbacks by Michalis Pappas · 7 years ago
  8. 875a85a Merge pull request #1333 from jeenu-arm/icfg-fix by Dimitris Papastamos · 7 years ago
  9. 17e84ee GIC: Fix setting interrupt configuration by Jeenu Viswambharan · 7 years ago
  10. 4c746fc qemu: MULTI_CONSOLE_API=0 causes build error by Michalis Pappas · 7 years ago
  11. dcf01a0 Emit warnings when using deprecated GIC init by Dan Handley · 7 years ago
  12. bc1a03c Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · 7 years ago
  13. dc6aad2 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 7 years ago
  14. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 7 years ago
  15. 5ac25de drivers:ufs: fix hynix ufs bug with quirk on hi36xx SoC by fengbaopeng · 7 years ago
  16. 040f1e6 Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 8 years ago
  17. 1c5f503 coreboot: Add support for CBMEM console by Julius Werner · 8 years ago
  18. 38ba8e9 drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_API by Julius Werner · 8 years ago
  19. 4a0c457 drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_API by Julius Werner · 8 years ago
  20. 36c42ca drivers: ti: uart: Update 16550 UART driver to support MULTI_CONSOLE_API by Julius Werner · 8 years ago
  21. bc9a7c9 emmc: add macros CMD21, BUS_WIDTH_DDR_4 and BUS_WIDTH_DDR_8 by Qixiang Xu · 8 years ago
  22. 9536bae Add new function-pointer-based console API by Julius Werner · 8 years ago
  23. 71f8a6a Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 8 years ago
  24. 9a3088a tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · 8 years ago
  25. 3d732e2 BL31: Program Priority Mask for SMC handling by Jeenu Viswambharan · 8 years ago
  26. 4ee8d0b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 8 years ago
  27. 64deed1 ARMv7: GICv2 driver can manage GICv1 with security extension by Etienne Carriere · 8 years ago
  28. 9b1eae9 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · 8 years ago
  29. b2c363b ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 8 years ago
  30. c639e8e GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 8 years ago
  31. 2296610 GIC: Add helpers to set interrupt configuration by Jeenu Viswambharan · 8 years ago
  32. d55a445 GIC: Add API to set priority mask by Jeenu Viswambharan · 8 years ago
  33. a2816a1 GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 8 years ago
  34. fc529fe GIC: Add API to set interrupt routing by Jeenu Viswambharan · 8 years ago
  35. 8db978b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 8 years ago
  36. 74dce7f GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 8 years ago
  37. f3a8660 GIC: Add API to set interrupt priority by Jeenu Viswambharan · 8 years ago
  38. 979225f GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 8 years ago
  39. cbd3f37 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 8 years ago
  40. ca43b55 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 8 years ago
  41. fa9db42 GICv2: Add driver API to set PE target mask by Jeenu Viswambharan · 8 years ago
  42. eb68ea9 GIC: Add API to get running priority by Jeenu Viswambharan · 8 years ago
  43. b258278 GICv3: ITS architectural save and restore helpers by Soby Mathew · 8 years ago
  44. ebf1ca1 GICv3: add functions for save and restore by Soby Mathew · 8 years ago
  45. b8fa2ed Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · 8 years ago
  46. dcbf393 Dynamic selection of ECDSA or RSA by Qixiang Xu · 8 years ago
  47. 9db9c65 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 8 years ago
  48. e47ac1f Fix type of `unsigned long` constants by Antonio Nino Diaz · 8 years ago
  49. 1154586 Add SMMUv3 driver by Jeenu Viswambharan · 8 years ago
  50. e33fd44 CCI: Adapt for specific product at run time by Jeenu Viswambharan · 8 years ago
  51. 2a4b4b7 Fix order of #includes by Isla Mitchell · 8 years ago
  52. bdd1cbf Add headers to enable CryptoCell integration by Soby Mathew · 8 years ago
  53. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 8 years ago
  54. 1001202 Add support for RSASSAPSS algorithm in mbedtls crypto driver by Soby Mathew · 8 years ago
  55. 9260f92 Merge pull request #955 from hzhuang1/ufs by danh-arm · 8 years ago
  56. 7e08084 drivers: add designware ufs driver by Haojian Zhuang · 8 years ago
  57. eb5073f drivers: add ufs stack by Haojian Zhuang · 8 years ago
  58. ab1794f mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · 8 years ago
  59. b188351 mbedtls: Namespace for TF specific macros by David Cunado · 8 years ago
  60. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  61. f07d398 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 8 years ago
  62. 73e0528 Add console_flush() to console API by Antonio Nino Diaz · 8 years ago
  63. 66b4c16 mbedtls: Namespace TF specific macros by dp-arm · 8 years ago
  64. 5dbdb7d drivers: add designware emmc driver by Haojian Zhuang · 9 years ago
  65. 44f1c0b Merge pull request #807 from nmenon/upstream/fix-16650-rx by davidcunado-arm · 9 years ago
  66. 861ac52 uart: 16550: Fix getc by Nishanth Menon · 9 years ago
  67. 9acdafb Merge pull request #793 from jeenu-arm/gic-changes by danh-arm · 9 years ago
  68. d780699 GICv3: Introduce power management APIs for Redistributor by Jeenu Viswambharan · 9 years ago
  69. ede939f Fix incorrect copyright notices by Antonio Nino Diaz · 9 years ago
  70. 80d4d74 emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields by Qixiang.Xu · 9 years ago
  71. 201b66b partition: check GPT partition table by Haojian Zhuang · 9 years ago
  72. 445b1e7 emmc: support CMD23 by Haojian Zhuang · 9 years ago
  73. 61e3027 GICv3: Fix the GICD_IROUTER offset by Soby Mathew · 9 years ago
  74. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  75. f9455ce Merge pull request #629 from ljerry/tf_issue_398 by danh-arm · 9 years ago
  76. a7e5303 Merge pull request #632 from rockchip-linux/support-for-gpio-driver-v2 by danh-arm · 9 years ago
  77. 1958898 gpio: support gpio set/get pull status by Caesar Wang · 9 years ago
  78. 6331a31 CCN: Add API to query the PART0 ID from CCN by Soby Mathew · 9 years ago
  79. 0bcedb2 Implement generic delay timer by Antonio Nino Diaz · 9 years ago
  80. 3385f41 Bring IO storage dummy driver by Gerald Lejeune · 10 years ago
  81. 2da3604 drivers: add emmc stack by Haojian Zhuang · 9 years ago
  82. 9da7a65 IO: support block device type by Haojian Zhuang · 9 years ago
  83. 9fbdb80 Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers by Yatharth Kochar · 9 years ago
  84. 5d787dd Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · 9 years ago
  85. 105b59e Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · 9 years ago
  86. b5e6d09 drivers: Add Cadence UART driver by Soren Brinkmann · 9 years ago
  87. f568604 Add ARM CoreLink DMC-500 driver to program TrustZone protection by Vikram Kanigiri · 10 years ago
  88. 6b47706 Refactor the ARM CoreLink TZC-400 driver by Vikram Kanigiri · 10 years ago
  89. 48279d5 TBB: add non-volatile counter support by Juan Castillo · 10 years ago
  90. 094a935 Merge pull request #518 from hzhuang1/pl061_gpio_v5 by danh-arm · 9 years ago
  91. 0ab3f9a arm: gpio: add pl061 driver by Haojian Zhuang · 10 years ago
  92. 1ffecc2 gpio: add gpio framework by Haojian Zhuang · 10 years ago
  93. e9ec3ce Move private APIs in gic_common.h to a private header by Soby Mathew · 10 years ago
  94. 38a7861 Fix GIC_IPRIORITYR setting in new drivers by Soby Mathew · 10 years ago
  95. 51b5748 Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 10 years ago
  96. 9400b40 Disable PL011 UART before configuring it by Juan Castillo · 10 years ago
  97. 65cd299 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 10 years ago
  98. 70ecb56 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 10 years ago
  99. b313d75 Rearrange fields in TF data structures to reduce padding by Soby Mathew · 10 years ago
  100. aa85691 Always build with '-pedantic' by Sandrine Bailleux · 10 years ago