1. 88a0523 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  2. 42be6fc Adjust BL2_AT_EL3 memory layout by Dimitris Papastamos · 7 years ago
  3. 6f03bc7 SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled by Dimitris Papastamos · 7 years ago
  4. d6b7980 Implement dynamic mitigation for CVE-2018-3639 on Cortex-A76 by Dimitris Papastamos · 7 years ago
  5. 040b546 Implement Cortex-Ares 1043202 erratum workaround by Dimitris Papastamos · 7 years ago
  6. 08268e2 Add AMU support for Cortex-Ares by Dimitris Papastamos · 7 years ago
  7. abbffe9 Add support for Cortex-Ares and Cortex-A76 CPUs by Isla Mitchell · 8 years ago
  8. 4b55732 Merge pull request #1404 from soby-mathew/sm/bl_layout_change by Dimitris Papastamos · 7 years ago
  9. c099cd3 ARM platforms: Move BL31 below BL2 to enable BL2 overlay by Soby Mathew · 7 years ago
  10. d003b19 Merge pull request #1392 from dp-arm/dp/cve_2018_3639 by Dimitris Papastamos · 7 years ago
  11. edcd266 Merge pull request #1395 from antonio-nino-diaz-arm/an/spm-refactor by Dimitris Papastamos · 7 years ago
  12. e829a37 plat/arm: SPM: Force BL31 to DRAM when SPM is used by Antonio Nino Diaz · 7 years ago
  13. 22282bb SPM: Move all SP-related info to SP context struct by Antonio Nino Diaz · 7 years ago
  14. 1634cae context_mgmt: Make cm_init_context_common public by Antonio Nino Diaz · 7 years ago
  15. fe007b2 Add support for dynamic mitigation for CVE-2018-3639 by Dimitris Papastamos · 7 years ago
  16. e086570 aarch32: Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 7 years ago
  17. b8a25bb Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 7 years ago
  18. 2c3a107 Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  19. 0d01830 Merge pull request #1386 from soby-mathew/sm/dyn_bl31 by Dimitris Papastamos · 7 years ago
  20. 41e48fe Merge pull request #1393 from geesun/correct_comment by Dimitris Papastamos · 7 years ago
  21. 79c1799 Correct some typo errors in comment by Qixiang Xu · 7 years ago
  22. 1d71ba1 FVP: Add dummy configs for BL31, BL32 and BL33 by Soby Mathew · 7 years ago
  23. 17bc617 Dynamic cfg: Enable support on CoT for other configs by Soby Mathew · 7 years ago
  24. 6e79f9f FVP: Enable capability to disable auth via dynamic config by Soby Mathew · 7 years ago
  25. 209a60c Allow disabling authentication dynamically by Soby Mathew · 7 years ago
  26. 8abcdf9 Ensure read and write of flags are 32 bit by Daniel Boulby · 7 years ago
  27. 2f1fbb4 Merge pull request #1380 from CJKay/mmap-fix by Dimitris Papastamos · 7 years ago
  28. ede1342 Merge pull request #1379 from CJKay/nsram-fix by Dimitris Papastamos · 7 years ago
  29. a513506 Merge pull request #1373 from jeenu-arm/ras-support by Dimitris Papastamos · 7 years ago
  30. bf4698f Revert "plat/arm: Migrate AArch64 port to the multi console driver" by Antonio Nino Diaz · 7 years ago
  31. d022321 css: Do not map the non-secure RAM as secure by Chris Kay · 7 years ago
  32. d7ecac7 css: Fix erroneous non-secure RAM base address/size for SGI-575 by Chris Kay · 7 years ago
  33. 053b4f9 plat/arm: Fix incorrect bounds check in ARM_CASSERT_MMAP by Chris Kay · 7 years ago
  34. 3450fd6 plat/arm: Fix incorrect number of reserved memory map entries by Chris Kay · 7 years ago
  35. 2f18aa1 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  36. c2e05bb multi console: Assert that consoles aren't registered twice by Antonio Nino Diaz · 7 years ago
  37. 885ca54 Merge pull request #1377 from robertovargas-arm/compiler-warnings by Dimitris Papastamos · 7 years ago
  38. d92a286 xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE by Roberto Vargas · 7 years ago
  39. 43d7145 Merge pull request #1354 from robertovargas-arm/mem_protect by danh-arm · 7 years ago
  40. 0b9ce90 ARM Platforms: Support RAS by Jeenu Viswambharan · 7 years ago
  41. 1a7c1cf RAS: Add fault injection support by Jeenu Viswambharan · 8 years ago
  42. ca6d918 RAS: Allow individual interrupt registration by Jeenu Viswambharan · 8 years ago
  43. 362599e RAS: Add support for node registration by Jeenu Viswambharan · 8 years ago
  44. 30d81c3 RAS: Add helpers to access Standard Error Records by Jeenu Viswambharan · 8 years ago
  45. 14c6016 AArch64: Introduce RAS handling by Jeenu Viswambharan · 7 years ago
  46. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 8 years ago
  47. 0c487ea smccc: Fix checkpatch error in header file by Antonio Nino Diaz · 7 years ago
  48. c853dc7 Merge pull request #1363 from antonio-nino-diaz-arm/an/res1-ap by danh-arm · 7 years ago
  49. 0522c1e Merge pull request #1360 from antonio-nino-diaz-arm/an/smccc-v2 by danh-arm · 7 years ago
  50. 638b034 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 8 years ago
  51. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 8 years ago
  52. 8f4dbaa arch_helpers: use u_register_t for register read/write by Masahiro Yamada · 8 years ago
  53. 01c0a38 xlat: Set AP[1] to 1 when it is RES1 by Antonio Nino Diaz · 7 years ago
  54. 2f37046 Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 7 years ago
  55. 336ece6 Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misra by Dimitris Papastamos · 7 years ago
  56. b3323cd Fix some MISRA defects in SPM code by Antonio Nino Diaz · 7 years ago
  57. 8b37120 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 7 years ago
  58. 3b94189 Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 7 years ago
  59. 735181b Fix MISRA rule 8.3 Part 4 by Roberto Vargas · 7 years ago
  60. c28b765 Fix MISRA rule 8.5 in common code by Roberto Vargas · 7 years ago
  61. 9ec3921 Check presence of fix for errata 843419 in Cortex-A53 by Jonathan Wright · 7 years ago
  62. b47f941 Merge pull request #1342 from Summer-ARM/sq/support-tzmp1 by Dimitris Papastamos · 7 years ago
  63. a234498 Merge pull request #1348 from amitdanielkachhap/dmc500_single_if_v2 by Dimitris Papastamos · 7 years ago
  64. 23411d2 plat/arm: Allow override of default TZC regions by Summer Qin · 7 years ago
  65. d12afc8 DMC500: Add platform support to set system interface count by Amit Daniel Kachhap · 7 years ago
  66. b4ad976 fix instruction address range limitation by Jiafei Pan · 7 years ago
  67. 7d173fc Add support for BL2 in XIP memory by Jiafei Pan · 7 years ago
  68. f11916b Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console by Dimitris Papastamos · 7 years ago
  69. 0e24ea8 qemu: don't use C functions for the crash console callbacks by Michalis Pappas · 7 years ago
  70. 6ab136c Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 7 years ago
  71. 875a85a Merge pull request #1333 from jeenu-arm/icfg-fix by Dimitris Papastamos · 7 years ago
  72. e74af2a Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 7 years ago
  73. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 7 years ago
  74. 3eacacc lib: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  75. 17e84ee GIC: Fix setting interrupt configuration by Jeenu Viswambharan · 7 years ago
  76. 4c746fc qemu: MULTI_CONSOLE_API=0 causes build error by Michalis Pappas · 7 years ago
  77. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 7 years ago
  78. a205a56 Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · 7 years ago
  79. 3991a6a Use PFR0 to identify need for mitigation of CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  80. c37be00 Merge pull request #1292 from danh-arm/dh/spurious-dep-warn by davidcunado-arm · 7 years ago
  81. 0ed8c00 Remove sp_min functions from plat_common.c by Soby Mathew · 7 years ago
  82. dcf01a0 Emit warnings when using deprecated GIC init by Dan Handley · 7 years ago
  83. bc1a03c Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · 7 years ago
  84. 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 7 years ago
  85. fd116b9 Fix MISRA rule 8.4 Part 2 by Roberto Vargas · 7 years ago
  86. 1af540e Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 7 years ago
  87. dc6aad2 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 7 years ago
  88. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
  89. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 7 years ago
  90. bd8e6a9 Merge pull request #1287 from davidcunado-arm/dc/fix_misra by davidcunado-arm · 7 years ago
  91. c69145f Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 7 years ago
  92. 99e198e Merge pull request #1284 from jeenu-arm/tspd-ehf by davidcunado-arm · 7 years ago
  93. ba91a00 Merge pull request #1274 from dp-arm/dp/a75 by davidcunado-arm · 7 years ago
  94. 5724481 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 7 years ago
  95. af34cd7 EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption() by Jeenu Viswambharan · 8 years ago
  96. 714b21f MISRA fixes for Cortex A75 AMU implementation by Dimitris Papastamos · 7 years ago
  97. f06890e Refactor AMU support for Cortex A75 by Dimitris Papastamos · 7 years ago
  98. a2e702a Factor out CPU AMU helpers by Dimitris Papastamos · 7 years ago
  99. 2ff8fbf Implement {spe,sve}_supported() helpers and refactor code by Dimitris Papastamos · 7 years ago
  100. 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 7 years ago