1. 9daa33d Include debug.h in debug.S by Roberto Vargas · 7 years ago
  2. 234242b Merge pull request #1149 from robertovargas-arm/fwu-testing by davidcunado-arm · 7 years ago
  3. b648b7d Merge pull request #1141 from robertovargas-arm/boot_redundancy by davidcunado-arm · 7 years ago
  4. 43a4d57 Change sizeof to use type of struct not function by Joel Hutton · 7 years ago
  5. a7921b9 aarch64: Add PubSub events to capture security state transitions by Dimitris Papastamos · 7 years ago
  6. 096f3a0 Add FWU booting instructions to the user guide by Roberto Vargas · 7 years ago
  7. 3f9f414 Merge pull request #1144 from geesun/qx/resize_bl2_size by davidcunado-arm · 7 years ago
  8. f0a2e9c Merge pull request #1147 from etienne-lms/qemu-optee-load by davidcunado-arm · 7 years ago
  9. 818a065 Merge pull request #1143 from etienne-lms/qemu-hpen by davidcunado-arm · 7 years ago
  10. 2ddec18 qemu/optee: load OP-TEE pageable part 2MB above OP-TEE image by Etienne Carriere · 7 years ago
  11. 3d42dcc Merge pull request #1138 from michpappas/tf-issues#526_qemu_does_not_support_TBB by davidcunado-arm · 7 years ago
  12. 3469cd0 qemu: Add support for Trusted Board Boot by Michalis Pappas · 7 years ago
  13. de431b1 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · 7 years ago
  14. c7b12c5 plat/arm: change the default option of ARM_TSP_RAM_LOCATION by Qixiang Xu · 7 years ago
  15. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  16. 5eb85e4 qemu: fix holding pen mailbox sequence by Etienne Carriere · 7 years ago
  17. 52b8f60 Merge pull request #1139 from hzhuang1/fix_edmac by davidcunado-arm · 7 years ago
  18. e66e080 Merge pull request #1132 from jeenu-arm/pubsub by davidcunado-arm · 7 years ago
  19. 55e56a9 PSCI: Publish CPU ON event by Jeenu Viswambharan · 7 years ago
  20. e3f2200 BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 7 years ago
  21. 8774735 Merge pull request #1131 from jeenu-arm/gic-migrate by davidcunado-arm · 7 years ago
  22. c444fcf Merge pull request #1130 from jeenu-arm/gic-patches by davidcunado-arm · 7 years ago
  23. 6b0e834 Merge pull request #1135 from EvanLloyd/ejll/62_fiptool2 by davidcunado-arm · 7 years ago
  24. 68c415a Merge pull request #1136 from antonio-nino-diaz-arm/an/xlat-get-set-attr by davidcunado-arm · 7 years ago
  25. ea14819 Merge pull request #1134 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  26. 084f383 Merge pull request #1140 from eleanorbonnici-arm/eb/docs/update_models by davidcunado-arm · 7 years ago
  27. a0a231d Merge pull request #1129 from robertovargas-arm/enable_O0 by davidcunado-arm · 7 years ago
  28. e124dc4 Update Foundation, AEM and Cortex Models versions by Eleanor Bonnici · 7 years ago
  29. c183534 uniphier: move ROTPK hash to .rodata section by Masahiro Yamada · 7 years ago
  30. e1be904 HiKey: make RTC out of reset mode by Haojian Zhuang · 7 years ago
  31. f82732b HiKey: init EDMA controller with non secure mode by Haojian Zhuang · 7 years ago
  32. d1e5a0e Merge pull request #1133 from geesun/qx/fixed_tbbr_doc_ver by davidcunado-arm · 7 years ago
  33. 9bde130 zynqmp: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  34. 392cbb3 mt8173: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  35. 0345fc3 poplar: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  36. c88f683 Merge pull request #1127 from davidcunado-arm/dc/pmrc_init by davidcunado-arm · 7 years ago
  37. 5ef6302 Merge pull request #1126 from robertovargas-arm/psci-v1.1 by davidcunado-arm · 7 years ago
  38. d342d74 fiptool: Enable Visual Studio build by Evan Lloyd · 7 years ago
  39. 4613d5f Introduce functions to disable the MMU in EL1 by Antonio Nino Diaz · 7 years ago
  40. 439c901 xlat: Introduce API to change memory attributes of a region by Sandrine Bailleux · 7 years ago
  41. c3708e2 xlat: Introduce API to get memory attributes of a region by Sandrine Bailleux · 7 years ago
  42. d017bcc xlat: Define translation regime in AArch32 by Antonio Nino Diaz · 7 years ago
  43. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 7 years ago
  44. ecb05e9 uniphier: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  45. 4684bce GIC: Add helpers to set interrupt configuration by Jeenu Viswambharan · 7 years ago
  46. 723dce0 ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  47. 6250507 GIC: Add API to set priority mask by Jeenu Viswambharan · 7 years ago
  48. eb1c12c GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 7 years ago
  49. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  50. ab14e9b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 7 years ago
  51. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  52. 447b89d GIC: Add API to set interrupt priority by Jeenu Viswambharan · 7 years ago
  53. 0fcdfff GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 7 years ago
  54. 24e7029 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 7 years ago
  55. 522a465 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 7 years ago
  56. eeb43be ARM platforms: supply per-PE target mask array by Jeenu Viswambharan · 7 years ago
  57. 393fdd9 GICv2: Add driver API to set PE target mask by Jeenu Viswambharan · 7 years ago
  58. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  59. d2befb8 Merge pull request #1123 from robertovargas-arm/reset2 by davidcunado-arm · 7 years ago
  60. c51cdb7 Fix use of MSR (immediate) by Roberto Vargas · 7 years ago
  61. e4071da docs: Update Trusted Board Boot Requirements document number by Qixiang Xu · 7 years ago
  62. 73f1b9c Merge pull request #1122 from EvanLloyd/ejll/62_fiptool1 by davidcunado-arm · 7 years ago
  63. d963e3e Update documentation to PSCI v1.1 by Roberto Vargas · 7 years ago
  64. ff0509c Add missed fields in documentation of plat_psci_ops by Roberto Vargas · 7 years ago
  65. ffb34d0 Update PSCI version to 1.1 by Roberto Vargas · 7 years ago
  66. 653fb8f mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECK by Roberto Vargas · 7 years ago
  67. 4168f2f Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 7 years ago
  68. 3caafd7 reset2: Add css_system_reset2() by Roberto Vargas · 7 years ago
  69. fc2b4eb scp: Introduce css_scp_system_off() function by Roberto Vargas · 7 years ago
  70. b820ad0 reset2: Add PSCI system_reset2 function by Roberto Vargas · 7 years ago
  71. 04dc344 fiptool: Precursor changes for Visual Studio by Evan Lloyd · 7 years ago
  72. 9ca2806 ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  73. 3b5156e ARM platforms: Add support for EL3 TZC memory region by Soby Mathew · 7 years ago
  74. 8da7acf Merge pull request #1120 from michpappas/tf-issues#521_cert_tool_does_not_build_with_openssl_v1.1 by davidcunado-arm · 7 years ago
  75. 1e2d7f5 Merge pull request #1100 from ajs-sun/master by davidcunado-arm · 7 years ago
  76. b76da30 Merge pull request #1117 from antonio-nino-diaz-arm/an/xlat-improvements by davidcunado-arm · 7 years ago
  77. 6976fa2 Merge pull request #1121 from geesun/qx/cert_ecdsa_fix by davidcunado-arm · 7 years ago
  78. 31f3bb9 cert_tool: Fix ECDSA certificates create failure by Qixiang Xu · 7 years ago
  79. 3862894 cert_tool: update for compatibility with OpenSSL v1.1 by Michalis Pappas · 7 years ago
  80. 1577f27 Merge pull request #1119 from soby-mathew/sm/fix_its_assertion by davidcunado-arm · 7 years ago
  81. b333d89 Fix assertion in GIC ITS helper by Soby Mathew · 7 years ago
  82. 8ce779c Merge pull request #1118 from davidcunado-arm/dc/fix_coverity by davidcunado-arm · 7 years ago
  83. c3bd8c2 Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES by David Cunado · 7 years ago
  84. 4ed08be Merge pull request #1116 from soby-mathew/sm/gicv3_save_restore by davidcunado-arm · 7 years ago
  85. a84996b GICv3: Document GICv3 save/restore helpers by Douglas Raillard · 7 years ago
  86. f6f1a32 GICv3: ITS architectural save and restore helpers by Soby Mathew · 7 years ago
  87. 327548c GICv3: add functions for save and restore by Soby Mathew · 7 years ago
  88. a1b1da8 GICv3: turn some macros into inline functions by Douglas Raillard · 7 years ago
  89. 1bd2d74 GICv3: Fix gic600.c indentation by Douglas Raillard · 7 years ago
  90. dcf9d92 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · 7 years ago
  91. 2d54579 xlat: Introduce function xlat_arch_tlbi_va_regime() by Douglas Raillard · 7 years ago
  92. 3383554 xlat: Always compile TLB invalidation functions by Sandrine Bailleux · 7 years ago
  93. 8f23fa8 xlat: Introduce MAP_REGION2() macro by Sandrine Bailleux · 7 years ago
  94. ae6e285 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 7 years ago
  95. ad1bbf1 Merge pull request #1115 from jeenu-arm/tsp-mt by davidcunado-arm · 7 years ago
  96. 4ecdba3 TSP: Support multi-threading CPUs on FVP by Jeenu Viswambharan · 7 years ago
  97. 56fcdd7 Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · 7 years ago
  98. 773eea6 Merge pull request #1114 from vchong/updt_docs by davidcunado-arm · 7 years ago
  99. 7f47e74 hikey*: Update docs by Victor Chong · 7 years ago
  100. 4db2ef4 Merge pull request #1111 from douglas-raillard-arm/dr/fix_uniphier_xlat_include by davidcunado-arm · 7 years ago