1. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  2. ed2c4f4 plat/arm: Support direct Linux kernel boot in AArch32 by Manish Pandey · 6 years ago
  3. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  4. 6cbf17d Merge pull request #1473 from robertovargas-arm/misra by Dimitris Papastamos · 6 years ago
  5. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  6. ad92509 Add .extab and .exidx sections by Roberto Vargas · 6 years ago
  7. 5629b2b Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 6 years ago
  8. a9b5b4a Fix MISRA rule 8.4 by Roberto Vargas · 7 years ago
  9. bb00ea5 TSP: Enable cache along with MMU by Jeenu Viswambharan · 6 years ago
  10. 64ee263 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 6 years ago
  11. 2c3a107 Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  12. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 7 years ago
  13. 1a29f93 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · 7 years ago
  14. a27163b Fix MISRA rule 8.3 Part 3 by Roberto Vargas · 7 years ago
  15. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  16. 0ed8c00 Remove sp_min functions from plat_common.c by Soby Mathew · 6 years ago
  17. c69145f Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 6 years ago
  18. 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  19. a6f340f Introduce the new BL handover interface by Soby Mathew · 7 years ago
  20. 5b75b4a Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 7 years ago
  21. 10c6695 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 7 years ago
  22. ce213b9 AMU: Add assembler helper functions for aarch32 by Joel Hutton · 7 years ago
  23. 7343505 sp_min: Implement workaround for CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  24. 57b1c0d Merge pull request #1174 from antonio-nino-diaz-arm/an/page-size by davidcunado-arm · 7 years ago
  25. 5744e87 ARM platforms: Fixup AArch32 builds by Soby Mathew · 7 years ago
  26. a2aedac Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 7 years ago
  27. ef69e1e AMU: Implement support for aarch32 by Dimitris Papastamos · 7 years ago
  28. 7089627 ARMv7 requires the clear exclusive access at monitor entry by Etienne Carriere · 7 years ago
  29. 8e743bc BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 7 years ago
  30. 3e61b2b Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 7 years ago
  31. 88ad146 Set NS version SCTLR during warmboot path by David Cunado · 7 years ago
  32. 096b7af Merge pull request #1054 from jwerner-chromium/JW_crash_x30 by davidcunado-arm · 7 years ago
  33. 2458e37 Merge pull request #1053 from jwerner-chromium/JW_func_align by davidcunado-arm · 7 years ago
  34. 4d91838 Fix x30 reporting for unhandled exceptions by Julius Werner · 7 years ago
  35. 64726e6 Add new alignment parameter to func assembler macro by Julius Werner · 7 years ago
  36. 7181609 bl32: add secure interrupt handling in AArch32 sp_min by Etienne Carriere · 7 years ago
  37. d70a7d0 Merge pull request #978 from etienne-lms/minor-build by danh-arm · 7 years ago
  38. ee881c1 Merge pull request #995 from davidcunado-arm/dc/init_reg by davidcunado-arm · 7 years ago
  39. 5507408 bl: security_state should be of type unsigned int by Etienne Carriere · 7 years ago
  40. 18f2efd Fully initialise essential control registers by David Cunado · 7 years ago
  41. 10d664c sp_min: Flush console at end of main() by Dimitris Papastamos · 7 years ago
  42. 2156830 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 7 years ago
  43. b6285d6 AArch32: Rework SMC context save and restore mechanism by Soby Mathew · 7 years ago
  44. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  45. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  46. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 7 years ago
  47. bcc3c49 PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 7 years ago
  48. 51faada Add support for GCC stack protection by Douglas Raillard · 7 years ago
  49. 510a9de Merge pull request #860 from jeenu-arm/hw-asstd-coh by davidcunado-arm · 7 years ago
  50. d50ece0 Simplify translation tables headers dependencies by Antonio Nino Diaz · 8 years ago
  51. 25a93f7 Enable data caches early with hardware-assisted coherency by Jeenu Viswambharan · 8 years ago
  52. 32f0d3c Replace some memset call by zeromem by Douglas Raillard · 8 years ago
  53. 308d359 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  54. 3df6012 Abort preempted TSP STD SMC after PSCI CPU suspend by Douglas Raillard · 8 years ago
  55. 9509f4f Merge pull request #775 from soby-mathew/sm/AArch32_stack_align by danh-arm · 8 years ago
  56. 9f3ee61 AArch32: Fix the stack alignment issue by Soby Mathew · 8 years ago
  57. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  58. 58e946a PSCI: Do psci_setup() as part of std_svc_setup() by Soby Mathew · 8 years ago
  59. f426fc0 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  60. d991551 AArch32: Support in SP_MIN to receive arguments from BL2 by Yatharth Kochar · 8 years ago
  61. 3bdf0e5 AArch32: Refactor SP_MIN to support RESET_TO_SP_MIN by Yatharth Kochar · 8 years ago
  62. c11ba85 AArch32: add a minimal secure payload (SP_MIN) by Soby Mathew · 8 years ago
  63. 12ab697 Move spinlock library code to AArch64 folder by Soby Mathew · 8 years ago
  64. a604623 TSP: Print BL32_BASE rather than __RO_START__ by Sandrine Bailleux · 8 years ago
  65. 5d1c104 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  66. e0ae9fa Introduce some helper macros for exception vectors by Sandrine Bailleux · 8 years ago
  67. 231c147 Make:Remove calls to shell from makefiles. by Evan Lloyd · 9 years ago
  68. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 9 years ago
  69. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  70. 63b8440 TSP: Allow preemption of synchronous S-EL1 interrupt handling by Soby Mathew · 9 years ago
  71. 0244613 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 9 years ago
  72. 404dba5 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 9 years ago
  73. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  74. f1054c9 Pass the target suspend level to SPD suspend hooks by Achin Gupta · 9 years ago
  75. fd650ff PSCI: Migrate SPDs and TSP to the new platform and framework API by Soby Mathew · 9 years ago
  76. 90b3a6a Add linker symbol declarations to bl_common.h by Dan Handley · 9 years ago
  77. c04d260 Allow deeper platform port directory structure by Dan Handley · 9 years ago
  78. 1b70db0 Fix type mismatches in verbose logging by Dan Handley · 9 years ago
  79. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  80. dad2504 Enable type-checking of arguments passed to printf() et al. by Sandrine Bailleux · 10 years ago
  81. 31244d7 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 10 years ago
  82. ab8707e Remove coherent memory from the BL memory maps by Soby Mathew · 10 years ago
  83. edfda10 Juno: Add support for Test Secure-EL1 Payload by Sandrine Bailleux · 10 years ago
  84. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  85. a1d8044 Merge pull request #189 from achingupta/ag/tf-issues#153 by Dan Handley · 10 years ago
  86. 5a06bb7 Clarify platform porting interface to TSP by Dan Handley · 10 years ago
  87. 0c8d4fe Unmask SError interrupt and clear SCR_EL3.EA bit by Achin Gupta · 10 years ago
  88. da0af78 Move TSP private declarations into separate header by Dan Handley · 10 years ago
  89. 6ad2e46 Rationalize console log output by Dan Handley · 10 years ago
  90. c1efc4c Merge pull request #179 from jcastillo-arm/jc/tf-issues/219 by danh-arm · 10 years ago
  91. faaa2e7 Support asynchronous method for BL3-2 initialization by Vikram Kanigiri · 10 years ago
  92. 53fdceb Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 10 years ago
  93. 9fd4127 Merge pull request #170 from achingupta/ag/tf-issues#226 by danh-arm · 10 years ago
  94. d9b1128 Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · 10 years ago
  95. ec3c100 Simplify management of SCTLR_EL3 and SCTLR_EL1 by Achin Gupta · 10 years ago
  96. aaa3e72 Add support for printing version at runtime by Juan Castillo · 10 years ago
  97. b79af93 Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  98. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 10 years ago
  99. 754a2b7 Remove coherent stack usage from the cold boot path by Achin Gupta · 10 years ago
  100. 414cfa1 Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2 by danh-arm · 10 years ago