1. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  2. b44eda5 Fix Foundation FVP instructions in User Guide by Antonio Nino Diaz · 6 years ago
  3. aaa8d7f Merge pull request #1256 from jeenu-arm/tsp-ehf by davidcunado-arm · 6 years ago
  4. 61c5bc7 interrupt-framework-design.rst: Cosmetic changes by Jeenu Viswambharan · 6 years ago
  5. 2f40f32 TSPD: Require NS preemption along with EL3 exception handling by Jeenu Viswambharan · 6 years ago
  6. f4194ee Deprecate one EL3 interrupt routing model with EL3 exception handling by Jeenu Viswambharan · 6 years ago
  7. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago
  8. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago
  9. f32a174 Merge pull request #1246 from sandrine-bailleux-arm/topics/sb/fix-cnp-doc by davidcunado-arm · 6 years ago
  10. fee6e26 Fix documentation for CnP bit by Sandrine Bailleux · 6 years ago
  11. bd519e5 docs: hikey: Fix typo by Andreas Färber · 6 years ago
  12. 81e6a68 Merge pull request #1232 from masahir0y/uniphier by davidcunado-arm · 6 years ago
  13. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 6 years ago
  14. 75bfecb uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · 7 years ago
  15. aae9bb1 Add default crash console code to hook up to new console API by Julius Werner · 7 years ago
  16. b5d1f8e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 6 years ago
  17. b158427 bl2-el3: Add documentation for BL2 at EL3 by Roberto Vargas · 7 years ago
  18. 29627ab Merge pull request #1217 from robertovargas-arm/doc-plat_try_next_boot_source by davidcunado-arm · 6 years ago
  19. fa2b736 Merge pull request #1197 from dp-arm/dp/amu by davidcunado-arm · 6 years ago
  20. 60346db AMU: Add plat interface to select which group 1 counters to enable by Dimitris Papastamos · 7 years ago
  21. 446f7f1 Workaround for CVE-2017-5715 on Cortex A57 and A72 by Dimitris Papastamos · 7 years ago
  22. 0cd866c Add documentation about plat_try_next_boot_source to bl1_platform_setup by Roberto Vargas · 7 years ago
  23. 9d76748 Merge pull request #1204 from davidcunado-arm/rv/fip_tool by davidcunado-arm · 6 years ago
  24. d940c41 Merge pull request #1206 from davidcunado-arm/dc/update_userguide by davidcunado-arm · 6 years ago
  25. 7556610 docs: Update the ToC end marker description in the document by Jett Zhou · 7 years ago
  26. db51012 Merge pull request #1203 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  27. 82509be Update dependencies for ARM TF by David Cunado · 7 years ago
  28. 62a197a doc: uniphier: reformat reStructuredText manually by Masahiro Yamada · 7 years ago
  29. 352c852 Add Secure Partition Manager (SPM) design document by Antonio Nino Diaz · 7 years ago
  30. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  31. 616b0f7 Merge pull request #1186 from antonio-nino-diaz-arm/an/poplar-doc by davidcunado-arm · 7 years ago
  32. 7d13a46 poplar: Fix format of documentation by Antonio Nino Diaz · 7 years ago
  33. 8dcf75b Merge pull request #1157 from antonio-nino-diaz-arm/an/rpi3 by davidcunado-arm · 7 years ago
  34. 8869b48 rpi3: Add documentation of Raspberry Pi 3 port by Antonio Nino Diaz · 7 years ago
  35. ce88eee Enable SVE for Non-secure world by David Cunado · 7 years ago
  36. bf16923 ARM platforms: Fixup AArch32 builds by Soby Mathew · 7 years ago
  37. e08005a AMU: Implement support for aarch64 by Dimitris Papastamos · 7 years ago
  38. fcedb69 Implement support for the Activity Monitor Unit on Cortex A75 by Dimitris Papastamos · 7 years ago
  39. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 7 years ago
  40. 797d9bb Merge pull request #1165 from geesun/qx/support-sha512 by davidcunado-arm · 7 years ago
  41. 74c07c3 Merge pull request #1161 from jeenu-arm/sdei-fixes by davidcunado-arm · 7 years ago
  42. 1a1f291 tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · 7 years ago
  43. 9da09cd Change Statistical Profiling Extensions build option handling by Dimitris Papastamos · 7 years ago
  44. 9a62fd1 SDEI: Update doc to clarify delegation by Jeenu Viswambharan · 7 years ago
  45. d1a1fd4 Move FPEXC32_EL2 to FP Context by David Cunado · 7 years ago
  46. db5e12e docs: Add SDEI dispatcher documentation by Jeenu Viswambharan · 7 years ago
  47. 04e3a7f BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  48. 10a6727 BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 7 years ago
  49. 055af4b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 7 years ago
  50. 7289f92 SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 7 years ago
  51. 1374fcb ARMv7 target is driven by ARM_ARCH_MAJOR==7 by Etienne Carriere · 7 years ago
  52. bc265d8 Merge pull request #1150 from dp-arm/dp/events by davidcunado-arm · 7 years ago
  53. 234242b Merge pull request #1149 from robertovargas-arm/fwu-testing by davidcunado-arm · 7 years ago
  54. b648b7d Merge pull request #1141 from robertovargas-arm/boot_redundancy by davidcunado-arm · 7 years ago
  55. a7921b9 aarch64: Add PubSub events to capture security state transitions by Dimitris Papastamos · 7 years ago
  56. 096f3a0 Add FWU booting instructions to the user guide by Roberto Vargas · 7 years ago
  57. c7b12c5 plat/arm: change the default option of ARM_TSP_RAM_LOCATION by Qixiang Xu · 7 years ago
  58. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  59. 55e56a9 PSCI: Publish CPU ON event by Jeenu Viswambharan · 7 years ago
  60. e3f2200 BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 7 years ago
  61. c444fcf Merge pull request #1130 from jeenu-arm/gic-patches by davidcunado-arm · 7 years ago
  62. 084f383 Merge pull request #1140 from eleanorbonnici-arm/eb/docs/update_models by davidcunado-arm · 7 years ago
  63. e124dc4 Update Foundation, AEM and Cortex Models versions by Eleanor Bonnici · 7 years ago
  64. d1e5a0e Merge pull request #1133 from geesun/qx/fixed_tbbr_doc_ver by davidcunado-arm · 7 years ago
  65. 5ef6302 Merge pull request #1126 from robertovargas-arm/psci-v1.1 by davidcunado-arm · 7 years ago
  66. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 7 years ago
  67. 6250507 GIC: Add API to set priority mask by Jeenu Viswambharan · 7 years ago
  68. eb1c12c GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 7 years ago
  69. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  70. ab14e9b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 7 years ago
  71. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  72. 447b89d GIC: Add API to set interrupt priority by Jeenu Viswambharan · 7 years ago
  73. 0fcdfff GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 7 years ago
  74. 24e7029 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 7 years ago
  75. 522a465 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 7 years ago
  76. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  77. e4071da docs: Update Trusted Board Boot Requirements document number by Qixiang Xu · 7 years ago
  78. d963e3e Update documentation to PSCI v1.1 by Roberto Vargas · 7 years ago
  79. ff0509c Add missed fields in documentation of plat_psci_ops by Roberto Vargas · 7 years ago
  80. b76da30 Merge pull request #1117 from antonio-nino-diaz-arm/an/xlat-improvements by davidcunado-arm · 7 years ago
  81. a84996b GICv3: Document GICv3 save/restore helpers by Douglas Raillard · 7 years ago
  82. dcf9d92 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · 7 years ago
  83. 8f23fa8 xlat: Introduce MAP_REGION2() macro by Sandrine Bailleux · 7 years ago
  84. 56fcdd7 Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · 7 years ago
  85. 7f47e74 hikey*: Update docs by Victor Chong · 7 years ago
  86. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · 7 years ago
  87. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 7 years ago
  88. f07b808 Merge pull request #1093 from soby-mathew/eb/log_fw by davidcunado-arm · 7 years ago
  89. 9ce83d3 Merge pull request #1092 from jeenu-arm/errata-workarounds by davidcunado-arm · 7 years ago
  90. a5f7281 plat/arm: Fix BL31_BASE when RESET_TO_BL31=1 by Qixiang Xu · 7 years ago
  91. c40b59c Merge pull request #1088 from soby-mathew/sm/sds_scmi by davidcunado-arm · 7 years ago
  92. aaf15f5 Implement log framework by Soby Mathew · 7 years ago
  93. c3b4ca1 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · 7 years ago
  94. 0c9bd27 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · 7 years ago
  95. 403a6ad Merge pull request #1082 from vchong/load_img_v2_parse_optee_header by davidcunado-arm · 7 years ago
  96. 512d84c Merge pull request #1080 from soby-mathew/eb/RSA-PKCS1-5_support_1 by davidcunado-arm · 7 years ago
  97. 1ced6b8 CSS: Changes for SDS framework by Soby Mathew · 7 years ago
  98. e46fa92 docs: hikey: Fix typo by Victor Chong · 7 years ago
  99. 2fd70f6 cert_tool: Support for legacy RSA PKCS#1 v1.5 by Soby Mathew · 7 years ago
  100. 13b1605 Export KEY_ALG as a user build option by Soby Mathew · 7 years ago