1. 354305c Fix MISRA defects in SP805 driver by Antonio Nino Diaz · 6 years ago
  2. d12afc8 DMC500: Add platform support to set system interface count by Amit Daniel Kachhap · 6 years ago
  3. 17e84ee GIC: Fix setting interrupt configuration by Jeenu Viswambharan · 6 years ago
  4. dcf01a0 Emit warnings when using deprecated GIC init by Dan Handley · 6 years ago
  5. dc6aad2 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 7 years ago
  6. 4a0c457 drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_API by Julius Werner · 7 years ago
  7. 71f8a6a Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 7 years ago
  8. 3d732e2 BL31: Program Priority Mask for SMC handling by Jeenu Viswambharan · 7 years ago
  9. 4ee8d0b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 7 years ago
  10. 64deed1 ARMv7: GICv2 driver can manage GICv1 with security extension by Etienne Carriere · 7 years ago
  11. b2c363b ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  12. c639e8e GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 7 years ago
  13. 2296610 GIC: Add helpers to set interrupt configuration by Jeenu Viswambharan · 7 years ago
  14. d55a445 GIC: Add API to set priority mask by Jeenu Viswambharan · 7 years ago
  15. a2816a1 GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 7 years ago
  16. fc529fe GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  17. 8db978b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 7 years ago
  18. 74dce7f GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  19. f3a8660 GIC: Add API to set interrupt priority by Jeenu Viswambharan · 7 years ago
  20. 979225f GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 7 years ago
  21. cbd3f37 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 7 years ago
  22. ca43b55 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 7 years ago
  23. fa9db42 GICv2: Add driver API to set PE target mask by Jeenu Viswambharan · 7 years ago
  24. eb68ea9 GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  25. b258278 GICv3: ITS architectural save and restore helpers by Soby Mathew · 7 years ago
  26. ebf1ca1 GICv3: add functions for save and restore by Soby Mathew · 7 years ago
  27. e47ac1f Fix type of `unsigned long` constants by Antonio Nino Diaz · 7 years ago
  28. 1154586 Add SMMUv3 driver by Jeenu Viswambharan · 7 years ago
  29. e33fd44 CCI: Adapt for specific product at run time by Jeenu Viswambharan · 7 years ago
  30. 2a4b4b7 Fix order of #includes by Isla Mitchell · 7 years ago
  31. bdd1cbf Add headers to enable CryptoCell integration by Soby Mathew · 7 years ago
  32. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 7 years ago
  33. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  34. d780699 GICv3: Introduce power management APIs for Redistributor by Jeenu Viswambharan · 8 years ago
  35. 61e3027 GICv3: Fix the GICD_IROUTER offset by Soby Mathew · 8 years ago
  36. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  37. 6331a31 CCN: Add API to query the PART0 ID from CCN by Soby Mathew · 8 years ago
  38. 9fbdb80 Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers by Yatharth Kochar · 8 years ago
  39. f568604 Add ARM CoreLink DMC-500 driver to program TrustZone protection by Vikram Kanigiri · 9 years ago
  40. 6b47706 Refactor the ARM CoreLink TZC-400 driver by Vikram Kanigiri · 9 years ago
  41. 094a935 Merge pull request #518 from hzhuang1/pl061_gpio_v5 by danh-arm · 9 years ago
  42. 0ab3f9a arm: gpio: add pl061 driver by Haojian Zhuang · 9 years ago
  43. e9ec3ce Move private APIs in gic_common.h to a private header by Soby Mathew · 9 years ago
  44. 38a7861 Fix GIC_IPRIORITYR setting in new drivers by Soby Mathew · 9 years ago
  45. 51b5748 Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 9 years ago
  46. 9400b40 Disable PL011 UART before configuring it by Juan Castillo · 9 years ago
  47. 70ecb56 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 9 years ago
  48. 0c3a0b9 Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 9 years ago
  49. 12f654b De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 9 years ago
  50. 4ca473d Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 9 years ago
  51. f879f00 Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · 9 years ago
  52. 9703bb1 Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · 9 years ago
  53. 03ffb6b Rename GICv3 interrupt group macros by Soby Mathew · 9 years ago
  54. f3974ea Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · 9 years ago
  55. 609ebce Fix TZC-400 peripheral detection by Vikram Kanigiri · 9 years ago
  56. 3804197 Add a simple ARM SP805 watchdog driver by Juan Castillo · 10 years ago
  57. 23a4501 Deprecate the GIC Legacy driver. by Soby Mathew · 9 years ago
  58. 464ce2b Add ARM GICv2 driver by Soby Mathew · 9 years ago
  59. df37373 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · 9 years ago
  60. 41099f4 Merge pull request #401 from sandrine-bailleux/sb/fix-sp804-bug-v2 by danh-arm · 9 years ago
  61. 5431287 Bug fix in the SP804 dual timer driver by Sandrine Bailleux · 9 years ago
  62. fd6007d Add a generic driver for ARM CCN IP by Achin Gupta · 9 years ago
  63. 883852c Separate CSS security setup from SOC security setup by Vikram Kanigiri · 9 years ago
  64. 0246297 Use uintptr_t as base address type in ARM driver APIs by Juan Castillo · 10 years ago
  65. cc58b2d Add SP804 delay timer driver by Ryan Harkin · 9 years ago
  66. ca0225a Fix reporting of interrupt ID in ARM GIC driver by Achin Gupta · 9 years ago
  67. 71a8444 Add TZC function to configure region 0 by Dan Handley · 9 years ago
  68. 23e47ed Common driver for ARM Cache Coherent Interconnects by Vikram Kanigiri · 10 years ago
  69. e73f4ef Merge pull request #219 from jcastillo-arm/jc/tf-issues/253 by danh-arm · 10 years ago
  70. eb57fa5 Improvements to ARM GIC driver by Juan Castillo · 10 years ago
  71. 740134e Juno: Reserve some DDR-DRAM for secure use by Juan Castillo · 10 years ago
  72. 3279f62 Simplify interface to TZC-400 driver by Dan Handley · 10 years ago
  73. cae3ef9 Remove platform dependency in CCI-400 driver by Dan Handley · 10 years ago
  74. dd2bdee Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  75. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  76. 8c10690 Add CPUECTLR_EL1 and Snoop Control register to crash reporting by Soby Mathew · 10 years ago
  77. 462c835 Parametrize baudrate and UART clock during console_init() by Soby Mathew · 10 years ago
  78. fce5f75 Introduce asm console functions in TF by Soby Mathew · 10 years ago
  79. 1e8c5c4 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  80. 5c3272a Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  81. c6bc071 Remove extern keyword from function declarations by Dan Handley · 10 years ago
  82. 8545a87 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  83. dcc1816 Introduce platform api to access an ARM GIC by Achin Gupta · 10 years ago
  84. e1333f7 Introduce interrupt registration framework in BL3-1 by Achin Gupta · 10 years ago
  85. 444281c Address issue 156: 64-bit addresses get truncated by Lin Ma · 10 years ago
  86. 31bce47 Remove unused 'PL011_BASE' macro by Sandrine Bailleux · 10 years ago
  87. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  88. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  89. 8a4fb6f Refactor GIC header files by Dan Handley · 10 years ago
  90. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago