1. 045b6fd Fix MISRA defects in SP805 driver by Antonio Nino Diaz · 6 years ago
  2. 779e4fc DMC500: Add platform support to set system interface count by Amit Daniel Kachhap · 6 years ago
  3. b6982c0 GIC: Fix setting interrupt configuration by Jeenu Viswambharan · 6 years ago
  4. 4d408b5 Emit warnings when using deprecated GIC init by Dan Handley · 6 years ago
  5. 1a6eed3 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 6 years ago
  6. ca3930a drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_API by Julius Werner · 7 years ago
  7. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 7 years ago
  8. 6c6f24d BL31: Program Priority Mask for SMC handling by Jeenu Viswambharan · 7 years ago
  9. 055af4b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 7 years ago
  10. 0a8c353 ARMv7: GICv2 driver can manage GICv1 with security extension by Etienne Carriere · 7 years ago
  11. 723dce0 ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  12. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 7 years ago
  13. 4684bce GIC: Add helpers to set interrupt configuration by Jeenu Viswambharan · 7 years ago
  14. 6250507 GIC: Add API to set priority mask by Jeenu Viswambharan · 7 years ago
  15. eb1c12c GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 7 years ago
  16. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  17. ab14e9b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 7 years ago
  18. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  19. 447b89d GIC: Add API to set interrupt priority by Jeenu Viswambharan · 7 years ago
  20. 0fcdfff GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 7 years ago
  21. 24e7029 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 7 years ago
  22. 522a465 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 7 years ago
  23. 393fdd9 GICv2: Add driver API to set PE target mask by Jeenu Viswambharan · 7 years ago
  24. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  25. f6f1a32 GICv3: ITS architectural save and restore helpers by Soby Mathew · 7 years ago
  26. 327548c GICv3: add functions for save and restore by Soby Mathew · 7 years ago
  27. f94e40d Fix type of `unsigned long` constants by Antonio Nino Diaz · 7 years ago
  28. 5c50304 Add SMMUv3 driver by Jeenu Viswambharan · 7 years ago
  29. b36577a CCI: Adapt for specific product at run time by Jeenu Viswambharan · 7 years ago
  30. 9930501 Fix order of #includes by Isla Mitchell · 7 years ago
  31. 1ae83bc Add headers to enable CryptoCell integration by Soby Mathew · 7 years ago
  32. c6a11f6 include: add U()/ULL() macros for constants by Varun Wadekar · 7 years ago
  33. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  34. 76647d5 GICv3: Introduce power management APIs for Redistributor by Jeenu Viswambharan · 8 years ago
  35. aaf71c8 GICv3: Fix the GICD_IROUTER offset by Soby Mathew · 8 years ago
  36. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  37. 095b9bc CCN: Add API to query the PART0 ID from CCN by Soby Mathew · 8 years ago
  38. fc71975 Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers by Yatharth Kochar · 8 years ago
  39. 411ac8f Add ARM CoreLink DMC-500 driver to program TrustZone protection by Vikram Kanigiri · 8 years ago
  40. 1eabdbc Refactor the ARM CoreLink TZC-400 driver by Vikram Kanigiri · 8 years ago
  41. 7decd00 Merge pull request #518 from hzhuang1/pl061_gpio_v5 by danh-arm · 8 years ago
  42. 910bd8e arm: gpio: add pl061 driver by Haojian Zhuang · 8 years ago
  43. 50f6fe4 Move private APIs in gic_common.h to a private header by Soby Mathew · 8 years ago
  44. 421259e Fix GIC_IPRIORITYR setting in new drivers by Soby Mathew · 8 years ago
  45. bae963e Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 8 years ago
  46. e7ae6db Disable PL011 UART before configuring it by Juan Castillo · 9 years ago
  47. a581bd5 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 8 years ago
  48. c69ef8c Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 9 years ago
  49. 7ac4b11 De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 9 years ago
  50. fcd9d18 Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 9 years ago
  51. 9360d4e Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · 9 years ago
  52. 080c0be Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · 9 years ago
  53. 5c5c36b Rename GICv3 interrupt group macros by Soby Mathew · 9 years ago
  54. 4e64733 Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · 9 years ago
  55. d602873 Fix TZC-400 peripheral detection by Vikram Kanigiri · 9 years ago
  56. 5f64eff Add a simple ARM SP805 watchdog driver by Juan Castillo · 10 years ago
  57. 3ddc972 Deprecate the GIC Legacy driver. by Soby Mathew · 9 years ago
  58. e063d3c Add ARM GICv2 driver by Soby Mathew · 9 years ago
  59. 92712a5 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · 9 years ago
  60. 4656237 Merge pull request #401 from sandrine-bailleux/sb/fix-sp804-bug-v2 by danh-arm · 9 years ago
  61. abad701 Bug fix in the SP804 dual timer driver by Sandrine Bailleux · 9 years ago
  62. a80720f Add a generic driver for ARM CCN IP by Achin Gupta · 9 years ago
  63. af2bc5f Separate CSS security setup from SOC security setup by Vikram Kanigiri · 9 years ago
  64. 7f1f062 Use uintptr_t as base address type in ARM driver APIs by Juan Castillo · 10 years ago
  65. 0392579 Add SP804 delay timer driver by Ryan Harkin · 9 years ago
  66. 966b952 Fix reporting of interrupt ID in ARM GIC driver by Achin Gupta · 9 years ago
  67. 7607676 Add TZC function to configure region 0 by Dan Handley · 9 years ago
  68. 40d468c Common driver for ARM Cache Coherent Interconnects by Vikram Kanigiri · 10 years ago
  69. 06e90c5 Merge pull request #219 from jcastillo-arm/jc/tf-issues/253 by danh-arm · 10 years ago
  70. 8231295 Improvements to ARM GIC driver by Juan Castillo · 10 years ago
  71. 921b877 Juno: Reserve some DDR-DRAM for secure use by Juan Castillo · 10 years ago
  72. 53c843a Simplify interface to TZC-400 driver by Dan Handley · 10 years ago
  73. be234f9 Remove platform dependency in CCI-400 driver by Dan Handley · 10 years ago
  74. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  75. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  76. 0da9593 Add CPUECTLR_EL1 and Snoop Control register to crash reporting by Soby Mathew · 10 years ago
  77. 69817f7 Parametrize baudrate and UART clock during console_init() by Soby Mathew · 10 years ago
  78. c389d77 Introduce asm console functions in TF by Soby Mathew · 10 years ago
  79. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  80. 3f78dc3 Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  81. a17fefa Remove extern keyword from function declarations by Dan Handley · 10 years ago
  82. 58484d4 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  83. 02d3628 Introduce platform api to access an ARM GIC by Achin Gupta · 10 years ago
  84. 191e86e Introduce interrupt registration framework in BL3-1 by Achin Gupta · 10 years ago
  85. 0b9d59f Address issue 156: 64-bit addresses get truncated by Lin Ma · 10 years ago
  86. aa3266a Remove unused 'PL011_BASE' macro by Sandrine Bailleux · 10 years ago
  87. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  88. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  89. 930ee2e Refactor GIC header files by Dan Handley · 10 years ago
  90. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago