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