1. 25cda67 Add support for pointer authentication by Antonio Nino Diaz · 5 years ago
  2. f6d7e44 Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanup by Antonio Niño Díaz · 5 years ago
  3. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 5 years ago
  4. 57f8326 Remove dead code related to LOAD_IMAGE_V2=0 by Sandrine Bailleux · 5 years ago
  5. 0e402d3 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 5 years ago
  6. 9095009 plat/arm: Save BL2 descriptors to reserved memory. by Sathees Balya · 6 years ago
  7. b0fd008 Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 6 years ago
  8. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  9. 8d1ade6 Reorganize architecture-dependent header files by Antonio Nino Diaz · 6 years ago
  10. 0911df1 Enable DIT if supported by Sathees Balya · 6 years ago
  11. aa00aff AArch64: Use SSBS for CVE_2018_3639 mitigation by Jeenu Viswambharan · 6 years ago
  12. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  13. 3fddfbb Introduce fdtw_read_array() helper by Antonio Nino Diaz · 6 years ago
  14. d85c878 Introduce new fdt helper to read string properties by Antonio Nino Diaz · 6 years ago
  15. 864ca6f context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  16. 4e28c20 PIE: Position Independant Executable support for BL31 by Soby Mathew · 6 years ago
  17. fcaf1bd PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · 6 years ago
  18. 344ff02 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 6 years ago
  19. 4d2ae3e Merge pull request #1640 from soby-mathew/sm/fin_con_reg by Antonio Niño Díaz · 6 years ago
  20. cdb5438 Merge pull request #1641 from jeenu-arm/ptrauth by Antonio Niño Díaz · 6 years ago
  21. 58873ae Multi-console: Deprecate the `finish_console_register` macro by Soby Mathew · 6 years ago
  22. cbad661 AArch64: Enable lower ELs to use pointer authentication by Jeenu Viswambharan · 6 years ago
  23. f325df5 Add new defines for STM32MP1 platform by Yann Gautier · 6 years ago
  24. e1ef432 Merge pull request #1606 from satheesbalya-arm/sb1_2603_misra_plat by Soby Mathew · 6 years ago
  25. 30952cc plat/arm: Fix misra warnings in platform code by Sathees Balya · 6 years ago
  26. 3e305ae Merge pull request #1621 from jts-arm/typos by Soby Mathew · 6 years ago
  27. e75b9a5 Reorder log level macro definitions for clarity by John Tsichritzis · 6 years ago
  28. 50905c7 Fix misra warnings in SMC and power mgmt code by Sathees Balya · 6 years ago
  29. 303f642 Merge pull request #1611 from antonio-nino-diaz-arm/an/misra-common by Dimitris Papastamos · 6 years ago
  30. 4764b9e Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · 6 years ago
  31. f0b14cf Remove some MISRA defects in common code by Antonio Nino Diaz · 6 years ago
  32. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  33. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  34. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  35. 05e7f56 pl011: Add support in AArch32 for MULTI_CONSOLE_API by Daniel Boulby · 6 years ago
  36. 14fabd0 Fix MISRA defects in log helpers by Antonio Nino Diaz · 6 years ago
  37. c28fe76 Merge pull request #1542 from antonio-nino-diaz-arm/an/bl31-misra by Dimitris Papastamos · 6 years ago
  38. 38b4ce0 Fix MISRA defects in some common headers by Antonio Nino Diaz · 6 years ago
  39. d587646 backtrace: Print backtrace in assert() and panic() by Antonio Nino Diaz · 6 years ago
  40. 7741463 backtrace: Introduce backtrace function by Douglas Raillard · 6 years ago
  41. c0c8eb6 libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 6 years ago
  42. f440708 tf_printf: Return number of printed characters by Antonio Nino Diaz · 6 years ago
  43. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  44. 210f0a8 SiP: MISRA fixes for execution state switch by Jeenu Viswambharan · 6 years ago
  45. e92111a Add support for romlib in the build system by Roberto Vargas · 6 years ago
  46. bf789e7 Run compiler on debug macros for type checking by Sandrine Bailleux · 6 years ago
  47. 95f30ab Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  48. 59385d0 Remove .func and .endfunc assembler directives by Roberto Vargas · 6 years ago
  49. 1a6feae Merge pull request #1429 from jeenu-arm/mmu-direct by Dimitris Papastamos · 6 years ago
  50. 58e8148 xlat v2: Split MMU setup and enable by Jeenu Viswambharan · 6 years ago
  51. 5f658c3 Document ep_info attribute flags by Antonio Nino Diaz · 6 years ago
  52. 4f3b6ed Fix MISRA Rule 5.3 Part 1 by Daniel Boulby · 6 years ago
  53. 8f7c287 Merge pull request #1386 from soby-mathew/sm/dyn_bl31 by Dimitris Papastamos · 6 years ago
  54. 3cc3917 Correct some typo errors in comment by Qixiang Xu · 6 years ago
  55. 9fe8804 Allow disabling authentication dynamically by Soby Mathew · 6 years ago
  56. 9a7ce2f AArch64: Introduce RAS handling by Jeenu Viswambharan · 6 years ago
  57. 35c8cfc Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 6 years ago
  58. 09f51d4 Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misra by Dimitris Papastamos · 6 years ago
  59. e881147 Fix some MISRA defects in SPM code by Antonio Nino Diaz · 6 years ago
  60. b72de19 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 6 years ago
  61. be126ed Fix MISRA rule 8.3 Part 4 by Roberto Vargas · 6 years ago
  62. 54f5d67 fix instruction address range limitation by Jiafei Pan · 6 years ago
  63. 43a7bf4 Add support for BL2 in XIP memory by Jiafei Pan · 6 years ago
  64. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  65. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  66. 2ca18d9 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  67. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  68. 777dd43 Fix MISRA rule 8.3 in common code by Roberto Vargas · 6 years ago
  69. cc36484 Dynamic cfg: MISRA fixes by Soby Mathew · 6 years ago
  70. 96a1c6b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 6 years ago
  71. b9fccca Dynamic cfg: Introduce fdt wrappers by Soby Mathew · 7 years ago
  72. 40eb4b6 Add dynamic config image IDs by Soby Mathew · 6 years ago
  73. 0bdfef0 Dynamic cfg: Add HW and TB_FW configs to CoT by Soby Mathew · 7 years ago
  74. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  75. 094041d aarch32: use lr as bl32 boot argument on aarch32 only systems by Etienne Carriere · 6 years ago
  76. 18f65db image_decompress: add APIs for decompressing images by Masahiro Yamada · 6 years ago
  77. 04285cf Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 6 years ago
  78. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 6 years ago
  79. b5d1f8e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 6 years ago
  80. 0a4cded sp_min: Implement workaround for CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  81. e4e342d Mark functions defined in assembly files by Roberto Vargas · 7 years ago
  82. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  83. 446f7f1 Workaround for CVE-2017-5715 on Cortex A57 and A72 by Dimitris Papastamos · 7 years ago
  84. 94f8907 Add new function-pointer-based console API by Julius Werner · 7 years ago
  85. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  86. 7c8af06 Unify cache flush code path after image load by Soby Mathew · 7 years ago
  87. ce88eee Enable SVE for Non-secure world by David Cunado · 7 years ago
  88. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 7 years ago
  89. 5bdbb47 Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 7 years ago
  90. c41f206 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 7 years ago
  91. 4cce835 ARMv7 may not support Virtualization Extensions by Etienne Carriere · 7 years ago
  92. 863858b ARMv7 does not support SDCR by Etienne Carriere · 7 years ago
  93. 70b1c2f ARMv7 does not support STL instruction by Etienne Carriere · 7 years ago
  94. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 7 years ago
  95. aaf15f5 Implement log framework by Soby Mathew · 7 years ago
  96. f583a06 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · 7 years ago
  97. e94b06d Merge pull request #1078 from douglas-raillard-arm/dr/add_cfi_vector_entry by davidcunado-arm · 7 years ago
  98. 878f03c Merge pull request #1019 from etienne-lms/log-size by davidcunado-arm · 7 years ago
  99. 97ad6ce cpu log buffer size depends on cache line size by Etienne Carriere · 7 years ago
  100. efa50b5 Add CFI debug info to vector entries by Douglas Raillard · 7 years ago