1. 596d20d fix(pie): invalidate data cache in the entire image range if PIE is enabled by Zelalem Aweke · 3 years, 10 months ago
  2. fb4f511 Avoid the use of linker *_SIZE__ macros by Yann Gautier · 5 years ago
  3. caff3c8 TSP: Fix GCC 11.0.0 compilation error. by Alexei Fedorov · 4 years, 9 months ago
  4. d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
  5. e8ad616 linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  6. caa3e7e linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  7. a926a9f linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  8. a7739bc linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  9. 0a0a7a9 linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 5 years ago
  10. 9fb288a linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 5 years ago
  11. ae7b922 Bug fix: Protect TSP prints with lock by Madhukar Pappireddy · 5 years ago
  12. 665e71b Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 5 years ago
  13. a16bc84 TSP: corrected log information by Manish Pandey · 5 years ago
  14. d974301 TSP: add PIE support by Masahiro Yamada · 6 years ago
  15. f461fe3 Prevent speculative execution past ERET by Anthony Steinhauser · 6 years ago
  16. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  17. 9dd9438 Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 6 years ago
  18. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  19. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 6 years ago
  20. 02b5794 Apply stricter speculative load restriction by John Tsichritzis · 6 years ago
  21. 67b6ff9 TSP: Enable pointer authentication support by Antonio Nino Diaz · 6 years ago
  22. f660533 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 7 years ago
  23. 8aabea3 Correct typographical errors by Paul Beesley · 7 years ago
  24. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  25. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  26. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 7 years ago
  27. 5629b2b Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 7 years ago
  28. bb00ea5 TSP: Enable cache along with MMU by Jeenu Viswambharan · 7 years ago
  29. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 8 years ago
  30. 1a29f93 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · 7 years ago
  31. a27163b Fix MISRA rule 8.3 Part 3 by Roberto Vargas · 7 years ago
  32. 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 7 years ago
  33. a2aedac Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 8 years ago
  34. 096b7af Merge pull request #1054 from jwerner-chromium/JW_crash_x30 by davidcunado-arm · 8 years ago
  35. 4d91838 Fix x30 reporting for unhandled exceptions by Julius Werner · 8 years ago
  36. 64726e6 Add new alignment parameter to func assembler macro by Julius Werner · 8 years ago
  37. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 8 years ago
  38. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  39. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 8 years ago
  40. 51faada Add support for GCC stack protection by Douglas Raillard · 8 years ago
  41. d50ece0 Simplify translation tables headers dependencies by Antonio Nino Diaz · 8 years ago
  42. 308d359 Introduce unified API to zero memory by Douglas Raillard · 9 years ago
  43. 3df6012 Abort preempted TSP STD SMC after PSCI CPU suspend by Douglas Raillard · 9 years ago
  44. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 9 years ago
  45. 12ab697 Move spinlock library code to AArch64 folder by Soby Mathew · 9 years ago
  46. a604623 TSP: Print BL32_BASE rather than __RO_START__ by Sandrine Bailleux · 9 years ago
  47. 5d1c104 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 9 years ago
  48. e0ae9fa Introduce some helper macros for exception vectors by Sandrine Bailleux · 9 years ago
  49. 231c147 Make:Remove calls to shell from makefiles. by Evan Lloyd · 10 years ago
  50. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 10 years ago
  51. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  52. 63b8440 TSP: Allow preemption of synchronous S-EL1 interrupt handling by Soby Mathew · 10 years ago
  53. 0244613 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 10 years ago
  54. 404dba5 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 10 years ago
  55. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 10 years ago
  56. f1054c9 Pass the target suspend level to SPD suspend hooks by Achin Gupta · 10 years ago
  57. fd650ff PSCI: Migrate SPDs and TSP to the new platform and framework API by Soby Mathew · 10 years ago
  58. 90b3a6a Add linker symbol declarations to bl_common.h by Dan Handley · 10 years ago
  59. c04d260 Allow deeper platform port directory structure by Dan Handley · 10 years ago
  60. 1b70db0 Fix type mismatches in verbose logging by Dan Handley · 10 years ago
  61. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 10 years ago
  62. dad2504 Enable type-checking of arguments passed to printf() et al. by Sandrine Bailleux · 11 years ago
  63. 31244d7 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 11 years ago
  64. ab8707e Remove coherent memory from the BL memory maps by Soby Mathew · 11 years ago
  65. edfda10 Juno: Add support for Test Secure-EL1 Payload by Sandrine Bailleux · 11 years ago
  66. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 11 years ago
  67. a1d8044 Merge pull request #189 from achingupta/ag/tf-issues#153 by Dan Handley · 11 years ago
  68. 5a06bb7 Clarify platform porting interface to TSP by Dan Handley · 11 years ago
  69. 0c8d4fe Unmask SError interrupt and clear SCR_EL3.EA bit by Achin Gupta · 11 years ago
  70. da0af78 Move TSP private declarations into separate header by Dan Handley · 11 years ago
  71. 6ad2e46 Rationalize console log output by Dan Handley · 11 years ago
  72. c1efc4c Merge pull request #179 from jcastillo-arm/jc/tf-issues/219 by danh-arm · 11 years ago
  73. faaa2e7 Support asynchronous method for BL3-2 initialization by Vikram Kanigiri · 11 years ago
  74. 53fdceb Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 11 years ago
  75. 9fd4127 Merge pull request #170 from achingupta/ag/tf-issues#226 by danh-arm · 11 years ago
  76. d9b1128 Merge pull request #169 from achingupta/ag/tf-issues#198 by danh-arm · 11 years ago
  77. ec3c100 Simplify management of SCTLR_EL3 and SCTLR_EL1 by Achin Gupta · 11 years ago
  78. aaa3e72 Add support for printing version at runtime by Juan Castillo · 11 years ago
  79. b79af93 Implement a leaner printf for Trusted Firmware by Soby Mathew · 11 years ago
  80. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 11 years ago
  81. 754a2b7 Remove coherent stack usage from the cold boot path by Achin Gupta · 11 years ago
  82. 414cfa1 Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2 by danh-arm · 11 years ago
  83. a1b6db6 fvp: Reuse BL1 and BL2 memory through image overlaying by Sandrine Bailleux · 11 years ago
  84. 1e8c5c4 Refactor fvp gic code to be a generic driver by Dan Handley · 11 years ago
  85. 4f2104f Remove all checkpatch errors from codebase by Juan Castillo · 11 years ago
  86. 9865ac1 Further renames of platform porting functions by Dan Handley · 11 years ago
  87. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 11 years ago for-v0.4-rc0
  88. 17a387a Rename FVP specific files and functions by Dan Handley · 11 years ago
  89. dec5e0d Move BL porting functions into platform.h by Dan Handley · 11 years ago
  90. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 11 years ago
  91. f53d0fc Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 11 years ago
  92. a37255a Make the memory layout more flexible by Sandrine Bailleux · 11 years ago
  93. 8957fc7 Merge pull request #104 from athoelke:at/tsp-entrypoints-v2 by Andrew Thoelke · 11 years ago
  94. 65335d4 Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2 by Andrew Thoelke · 11 years ago
  95. 8545a87 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 11 years ago
  96. 399fb08 Use a vector table for TSP entrypoints by Andrew Thoelke · 11 years ago
  97. 239b04f Non-Secure Interrupt support during Standard SMC processing in TSP by Soby Mathew · 11 years ago
  98. a20a81e Enable secure timer to generate S-EL1 interrupts by Achin Gupta · 11 years ago
  99. 57356e9 Add support for asynchronous FIQ handling in TSP by Achin Gupta · 11 years ago
  100. 6cf8902 Add support for synchronous FIQ handling in TSP by Achin Gupta · 11 years ago