1. 2bb78d3 Dynamic cfg: Enable support on CoT for other configs by Soby Mathew · 6 years ago
  2. 45e39e2 FVP: Enable capability to disable auth via dynamic config by Soby Mathew · 6 years ago
  3. 9fe8804 Allow disabling authentication dynamically by Soby Mathew · 6 years ago
  4. 928e60f Merge pull request #1380 from CJKay/mmap-fix by Dimitris Papastamos · 6 years ago
  5. adffd42 Merge pull request #1379 from CJKay/nsram-fix by Dimitris Papastamos · 6 years ago
  6. 497f357 Merge pull request #1373 from jeenu-arm/ras-support by Dimitris Papastamos · 6 years ago
  7. b37eba9 Revert "plat/arm: Migrate AArch64 port to the multi console driver" by Antonio Nino Diaz · 6 years ago
  8. 6449182 css: Do not map the non-secure RAM as secure by Chris Kay · 6 years ago
  9. 42fbdfc css: Fix erroneous non-secure RAM base address/size for SGI-575 by Chris Kay · 6 years ago
  10. 2b54c0c plat/arm: Fix incorrect bounds check in ARM_CASSERT_MMAP by Chris Kay · 6 years ago
  11. 2469032 plat/arm: Fix incorrect number of reserved memory map entries by Chris Kay · 6 years ago
  12. 93bd916 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 6 years ago
  13. 4f31ad5 multi console: Assert that consoles aren't registered twice by Antonio Nino Diaz · 6 years ago
  14. a1cf3c5 Merge pull request #1377 from robertovargas-arm/compiler-warnings by Dimitris Papastamos · 6 years ago
  15. 0bc60d0 xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE by Roberto Vargas · 6 years ago
  16. f3c0aba Merge pull request #1354 from robertovargas-arm/mem_protect by danh-arm · 6 years ago
  17. a5b5b8d ARM Platforms: Support RAS by Jeenu Viswambharan · 6 years ago
  18. f00da74 RAS: Add fault injection support by Jeenu Viswambharan · 7 years ago
  19. d86cc5b RAS: Allow individual interrupt registration by Jeenu Viswambharan · 7 years ago
  20. 2e2e881 RAS: Add support for node registration by Jeenu Viswambharan · 7 years ago
  21. 19f6cf2 RAS: Add helpers to access Standard Error Records by Jeenu Viswambharan · 7 years ago
  22. 9a7ce2f AArch64: Introduce RAS handling by Jeenu Viswambharan · 6 years ago
  23. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  24. 39ed74d smccc: Fix checkpatch error in header file by Antonio Nino Diaz · 6 years ago
  25. 8f42f71 Merge pull request #1363 from antonio-nino-diaz-arm/an/res1-ap by danh-arm · 6 years ago
  26. 9e0f4f3 Merge pull request #1360 from antonio-nino-diaz-arm/an/smccc-v2 by danh-arm · 6 years ago
  27. 550eb08 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 6 years ago
  28. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  29. 6292d77 arch_helpers: use u_register_t for register read/write by Masahiro Yamada · 6 years ago
  30. 4907449 xlat: Set AP[1] to 1 when it is RES1 by Antonio Nino Diaz · 6 years ago
  31. 35c8cfc Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 6 years ago
  32. 09f51d4 Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misra by Dimitris Papastamos · 6 years ago
  33. e881147 Fix some MISRA defects in SPM code by Antonio Nino Diaz · 6 years ago
  34. b72de19 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 6 years ago
  35. 52f707f Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 6 years ago
  36. be126ed Fix MISRA rule 8.3 Part 4 by Roberto Vargas · 6 years ago
  37. b9d6685 Fix MISRA rule 8.5 in common code by Roberto Vargas · 6 years ago
  38. efb1f33 Check presence of fix for errata 843419 in Cortex-A53 by Jonathan Wright · 6 years ago
  39. 72e4307 Merge pull request #1342 from Summer-ARM/sq/support-tzmp1 by Dimitris Papastamos · 6 years ago
  40. 7123579 Merge pull request #1348 from amitdanielkachhap/dmc500_single_if_v2 by Dimitris Papastamos · 6 years ago
  41. 5ce394c plat/arm: Allow override of default TZC regions by Summer Qin · 6 years ago
  42. 779e4fc DMC500: Add platform support to set system interface count by Amit Daniel Kachhap · 6 years ago
  43. 54f5d67 fix instruction address range limitation by Jiafei Pan · 6 years ago
  44. 43a7bf4 Add support for BL2 in XIP memory by Jiafei Pan · 6 years ago
  45. 1a9051a Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console by Dimitris Papastamos · 6 years ago
  46. abd0836 qemu: don't use C functions for the crash console callbacks by Michalis Pappas · 6 years ago
  47. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  48. 1006a12 Merge pull request #1333 from jeenu-arm/icfg-fix by Dimitris Papastamos · 6 years ago
  49. 0e094d3 Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 6 years ago
  50. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  51. de70183 lib: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  52. b6982c0 GIC: Fix setting interrupt configuration by Jeenu Viswambharan · 6 years ago
  53. a0bb5ac qemu: MULTI_CONSOLE_API=0 causes build error by Michalis Pappas · 6 years ago
  54. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  55. 914757c Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · 6 years ago
  56. 780cc95 Use PFR0 to identify need for mitigation of CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  57. 6271e01 Merge pull request #1292 from danh-arm/dh/spurious-dep-warn by davidcunado-arm · 6 years ago
  58. 6d07e67 Remove sp_min functions from plat_common.c by Soby Mathew · 6 years ago
  59. 4d408b5 Emit warnings when using deprecated GIC init by Dan Handley · 6 years ago
  60. 6fa89a2 Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · 6 years ago
  61. b8d8145 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 6 years ago
  62. 2b36b15 Fix MISRA rule 8.4 Part 2 by Roberto Vargas · 6 years ago
  63. 2ca18d9 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  64. 1a6eed3 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 6 years ago
  65. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  66. 777dd43 Fix MISRA rule 8.3 in common code by Roberto Vargas · 6 years ago
  67. 0b5dacd Merge pull request #1287 from davidcunado-arm/dc/fix_misra by davidcunado-arm · 6 years ago
  68. 9c274f8 Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 6 years ago
  69. df1a306 Merge pull request #1284 from jeenu-arm/tspd-ehf by davidcunado-arm · 6 years ago
  70. f317e5d Merge pull request #1274 from dp-arm/dp/a75 by davidcunado-arm · 6 years ago
  71. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  72. eeb353c EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption() by Jeenu Viswambharan · 6 years ago
  73. 864364a MISRA fixes for Cortex A75 AMU implementation by Dimitris Papastamos · 6 years ago
  74. 1be747f Refactor AMU support for Cortex A75 by Dimitris Papastamos · 6 years ago
  75. 0b00f8a Factor out CPU AMU helpers by Dimitris Papastamos · 6 years ago
  76. 5e8cd79 Implement {spe,sve}_supported() helpers and refactor code by Dimitris Papastamos · 6 years ago
  77. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  78. cc36484 Dynamic cfg: MISRA fixes by Soby Mathew · 6 years ago
  79. 96a1c6b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 6 years ago
  80. 7c6df5b ARM Platorms: Load TB_FW_CONFIG in BL1 by Soby Mathew · 6 years ago
  81. b9fccca Dynamic cfg: Introduce fdt wrappers by Soby Mathew · 7 years ago
  82. 40eb4b6 Add dynamic config image IDs by Soby Mathew · 6 years ago
  83. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 6 years ago
  84. 7d5a2e7 ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 6 years ago
  85. 73308d0 Introduce the new BL handover interface by Soby Mathew · 6 years ago
  86. 0bdfef0 Dynamic cfg: Add HW and TB_FW configs to CoT by Soby Mathew · 7 years ago
  87. 2ffb473 Dynamic cfg: Update the tools by Soby Mathew · 7 years ago
  88. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  89. 59e015f Merge pull request #1264 from fengbaopeng/integration by davidcunado-arm · 6 years ago
  90. 44070ef drivers:ufs: fix hynix ufs bug with quirk on hi36xx SoC by fengbaopeng · 6 years ago
  91. e4794b7 Redefine SMC_UNK as -1 instead of 0xFFFFFFFF by Antonio Nino Diaz · 6 years ago
  92. aaa8d7f Merge pull request #1256 from jeenu-arm/tsp-ehf by davidcunado-arm · 6 years ago
  93. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  94. f4194ee Deprecate one EL3 interrupt routing model with EL3 exception handling by Jeenu Viswambharan · 6 years ago
  95. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  96. 094041d aarch32: use lr as bl32 boot argument on aarch32 only systems by Etienne Carriere · 6 years ago
  97. 8ca3144 Merge pull request #1253 from dp-arm/dp/amu32 by davidcunado-arm · 6 years ago
  98. 18f65db image_decompress: add APIs for decompressing images by Masahiro Yamada · 6 years ago
  99. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago
  100. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago