1. 1cf3d12 Merge changes from topic "early_console" into integration by Manish Pandey · Wed May 08 23:12:11 2024 +0200
  2. 365232e Merge changes from topic "makefile-cleanup" into integration by Manish V Badarkhe · Tue May 07 18:39:53 2024 +0200
  3. 80c57e2 refactor(smccc): refactor vendor-el3 build by Govindraj Raja · Wed May 01 12:23:47 2024 -0500
  4. bedf4ef feat(smccc): add vendor-specific el3 service by Govindraj Raja · Fri Feb 23 16:50:52 2024 -0600
  5. 99b5b2e build: remove `MAKE_BUILD_STRINGS` function by Chris Kay · Fri Mar 08 16:08:31 2024 +0000
  6. 5ae29c0 feat(console): introduce EARLY_CONSOLE by Yann Gautier · Tue Jan 16 19:39:31 2024 +0100
  7. f55f85d feat(bl32): create an sp_min_setup function by Yann Gautier · Thu Jan 18 18:20:43 2024 +0100
  8. c1be66f refactor(mte): remove mte, mte_perm by Govindraj Raja · Thu Mar 07 14:42:20 2024 -0600
  9. c5e3971 Merge "build: use toolchain identifiers in conditions" into integration by Mark Dykes · Tue Feb 20 16:06:52 2024 +0100
  10. f69965e Merge "build: use new toolchain variables for tools" into integration by Mark Dykes · Tue Feb 20 16:06:35 2024 +0100
  11. d7b63ac feat(mte): add mte2 feat by Govindraj Raja · Fri Jan 26 10:08:37 2024 -0600
  12. cfba645 build: use toolchain identifiers in conditions by Chris Kay · Mon Dec 04 09:55:50 2023 +0000
  13. 523e864 build: use new toolchain variables for tools by Chris Kay · Mon Dec 04 12:03:51 2023 +0000
  14. 24d3a4e refactor(mte): deprecate CTX_INCLUDE_MTE_REGS by Govindraj Raja · Thu Dec 21 13:57:49 2023 -0600
  15. 08526ad feat(build): check that .text section starts at page boundary by Andrey Skvortsov · Tue Sep 05 22:09:25 2023 +0300
  16. ae3f624 feat(bl32): print entry point before exiting SP_MIN by Stephan Gerhold · Sun Apr 02 16:05:58 2023 +0200
  17. e46bfc4 fix(bl32): avoid clearing argument registers in RESET_TO_SP_MIN case by Stephan Gerhold · Mon Apr 17 14:47:40 2023 +0200
  18. f38c3e5 fix(bl32): always include arm_arch_svc in SP_MIN by Stephan Gerhold · Tue Mar 14 11:15:05 2023 +0100
  19. 677ed8a refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init by Boyan Karatotev · Thu Feb 16 09:45:29 2023 +0000
  20. 5cba35d fix(tsp): fix destination ID in direct request by Marc Bonnici · Tue Nov 15 11:21:59 2022 +0000
  21. 80c530e chore(bl): add UNALIGNED symbols for TEXT/RODATA by Michal Simek · Thu Apr 27 14:26:03 2023 +0200
  22. dd19b2e Merge changes from topic "hm/memmap-feat" into integration by Sandrine Bailleux · Thu Jun 01 14:36:46 2023 +0200
  23. 55ca30d fix(tsp): flush uart console by Govindraj Raja · Mon May 22 13:22:42 2023 -0500
  24. c9f96d1 build(bl32): add symbols for memory layout by Harrison Mutai · Wed Apr 19 09:30:15 2023 +0100
  25. 7fe0352 feat(errata_abi): errata management firmware interface by Sona Mathew · Fri Nov 18 18:05:38 2022 -0600
  26. 7051484 Merge changes from topic "align-sections" into integration by Joanna Farley · Wed Apr 26 13:20:23 2023 +0200
  27. 1f55c41 refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED by Andre Przywara · Thu Jan 26 16:47:52 2023 +0000
  28. 07db6cb build(tsp): sort sections by alignment by default by Chris Kay · Thu Jan 26 18:31:52 2023 +0000
  29. a5639e1 build(sp-min): sort sections by alignment by default by Chris Kay · Thu Jan 26 18:31:52 2023 +0000
  30. 0b7f1b0 refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1 by Andre Przywara · Tue Mar 21 13:53:19 2023 +0000
  31. 44e33e0 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · Thu Nov 17 16:42:09 2022 +0000
  32. 06ea44e refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKED by Andre Przywara · Thu Nov 17 17:30:43 2022 +0000
  33. 33bfc5e build: always prefix section names with `.` by Chris Kay · Tue Feb 14 11:30:04 2023 +0000
  34. 68d2836 build: clarify linker script generation by Chris Kay · Mon Jan 16 16:53:45 2023 +0000
  35. 4b7660a style: normalize linker script code style by Chris Kay · Thu Sep 29 14:36:53 2022 +0100
  36. 5d3825a fix(tsp): loop / crash if mmap of region fails by Thomas Viehweger · Mon Jan 23 11:26:37 2023 +0100
  37. 568f0c5 fix(tsp): use verbose for power logs by Shruti Gupta · Thu Dec 08 11:40:20 2022 +0000
  38. 20ce06c fix(el3-spmc): fix coverity scan warnings by Shruti Gupta · Thu Aug 25 14:22:53 2022 +0100
  39. c142587 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · Fri Feb 15 16:42:20 2019 +0100
  40. e3878ca feat(tsp): enable test cases for EL3 SPMC by Marc Bonnici · Thu Dec 23 20:14:34 2021 +0000
  41. 073deb1 feat(tsp): add ffa_helpers to enable more FF-A functionality by Marc Bonnici · Thu Dec 23 20:14:02 2021 +0000
  42. 6b4ec24 feat(tsp): add FF-A support to the TSP by Achin Gupta · Mon Oct 04 20:13:36 2021 +0100
  43. 7f7c6fa fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960 by John Powell · Thu Apr 14 19:10:17 2022 -0500
  44. 60786e7 test(el3-runtime): dit is retained on world switch by Daniel Boulby · Fri Oct 22 11:37:34 2021 +0100
  45. 9b384b3 fix: use correct printf format for uint64_t by Manish Pandey · Fri Nov 12 12:59:09 2021 +0000
  46. e5dcf98 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · Tue Aug 25 13:49:32 2020 -0700
  47. 1000ea8 build(amu): introduce `amu.mk` by Chris Kay · Wed May 19 19:24:37 2021 +0100
  48. b0d69e8 fix(pie): invalidate data cache in the entire image range if PIE is enabled by Zelalem Aweke · Fri Oct 15 17:25:52 2021 -0500
  49. 51a9711 feat(trf): enable trace filter control register access from lower NS EL by Manish V Badarkhe · Thu Jul 08 09:33:18 2021 +0100
  50. f356f7e feat(sys_reg_trace): enable trace system registers access from lower NS ELs by Manish V Badarkhe · Tue Jun 29 11:44:20 2021 +0100
  51. 514e59c Add PIE support for AARCH32 by Yann Gautier · Mon Oct 05 11:02:54 2020 +0200
  52. e57bce8 Avoid the use of linker *_SIZE__ macros by Yann Gautier · Tue Aug 18 14:42:41 2020 +0200
  53. f91762b bl32: Enable TRNG service build by Andre Przywara · Mon Feb 08 18:07:23 2021 +0000
  54. f3a4c54 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · Mon Nov 23 18:38:15 2020 +0000
  55. 7d616ee TSP: Fix GCC 11.0.0 compilation error. by Alexei Fedorov · Fri Nov 13 12:36:49 2020 +0000
  56. f68a683 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · Sun Oct 18 14:51:00 2020 +0000
  57. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · Tue Aug 04 16:18:52 2020 -0500
  58. 1b4d6ae bl32: add an assert on BL32_SIZE in sp_min.ld.S by Yann Gautier · Mon Oct 05 11:39:19 2020 +0200
  59. 876be65 bl32: use SORT_BY_ALIGNMENT macro in sp_min.ld.S by Yann Gautier · Mon Oct 05 09:54:09 2020 +0200
  60. 85fa00e linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · Wed Apr 22 11:27:55 2020 +0900
  61. c5864d8 linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · Wed Apr 22 10:50:12 2020 +0900
  62. 403990e linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · Tue Apr 07 13:04:24 2020 +0900
  63. dd053b6 linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · Thu Mar 26 13:16:33 2020 +0900
  64. 583f8dd linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · Thu Mar 26 10:57:12 2020 +0900
  65. ac1bfb9 linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · Thu Mar 26 10:51:39 2020 +0900
  66. d7add1d bl32: sp_min: reduce the alignment for fconf_populator by Masahiro Yamada · Wed Mar 25 20:52:44 2020 +0900
  67. 2598c41 Bug fix: Protect TSP prints with lock by Madhukar Pappireddy · Fri Mar 20 01:46:21 2020 -0500
  68. e8b6b80 Merge changes from topic "mp/enhanced_pal_hw" into integration by Mark Dykes · Thu Mar 12 15:54:28 2020 +0000
  69. ae9677b fconf: necessary modifications to support fconf in BL31 & SP_MIN by Madhukar Pappireddy · Mon Jan 27 13:37:51 2020 -0600
  70. 0b67e56 Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · Mon Mar 09 17:39:48 2020 +0900
  71. c4b47a2 TSP: corrected log information by Manish Pandey · Fri Mar 06 14:36:25 2020 +0000
  72. de634f8 TSP: add PIE support by Masahiro Yamada · Fri Jan 17 13:45:14 2020 +0900
  73. 0f7e601 Prevent speculative execution past ERET by Anthony Steinhauser · Tue Jan 07 15:44:06 2020 -0800
  74. 78dc10c pmf: Make the runtime instrumentation work on AArch32 by Bence Szépkúti · Thu Nov 07 12:09:24 2019 +0100
  75. 9074dea AArch32: Disable Secure Cycle Counter by Alexei Fedorov · Tue Aug 20 15:22:44 2019 +0100
  76. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · Fri Sep 13 14:11:59 2019 +0100
  77. 1c7c13a Enable MTE support in both secure and non-secure worlds by Justin Chadwell · Thu Jul 18 14:25:33 2019 +0100
  78. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  79. 63801cd Remove references to old project name from common files by John Tsichritzis · Fri Jul 05 14:22:12 2019 +0100
  80. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · Fri May 24 12:17:09 2019 +0100
  81. 95ba355 sp_min: allow inclusion of a platform-specific linker script by Heiko Stuebner · Thu Apr 11 15:26:07 2019 +0200
  82. 0cfd396 sp_min: make sp_min_warm_entrypoint public by Heiko Stuebner · Sat Mar 02 11:59:04 2019 +0100
  83. d5a5960 Apply stricter speculative load restriction by John Tsichritzis · Mon Mar 04 16:42:54 2019 +0000
  84. e61ece0 TSP: Enable pointer authentication support by Antonio Nino Diaz · Tue Feb 26 11:41:03 2019 +0000
  85. 77c382c locks: linker variables to calculate per-cpu bakery lock size by Varun Wadekar · Wed Jan 30 08:26:20 2019 -0800
  86. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · Fri Jan 25 13:28:38 2019 +0000
  87. 1fbc97b Correct typographical errors by Paul Beesley · Fri Jan 11 18:26:51 2019 +0000
  88. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  89. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  90. 37c4ec2 plat/arm: Support direct Linux kernel boot in AArch32 by Manish Pandey · Fri Nov 02 13:28:25 2018 +0000
  91. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · Thu Aug 16 16:52:57 2018 +0100
  92. 5707948 Merge pull request #1473 from robertovargas-arm/misra by Dimitris Papastamos · Wed Jul 11 13:15:52 2018 +0100
  93. 95f30ab Add end_vector_entry assembler macro by Roberto Vargas · Tue Apr 17 11:31:43 2018 +0100
  94. 1d04c63 Add .extab and .exidx sections by Roberto Vargas · Thu May 10 11:01:16 2018 +0100
  95. d93fde3 Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · Wed Apr 11 11:53:31 2018 +0100
  96. 4d59eb4 Fix MISRA rule 8.4 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  97. 0859d2c TSP: Enable cache along with MMU by Jeenu Viswambharan · Fri Apr 27 16:28:12 2018 +0100
  98. e834ee1 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · Fri Apr 27 15:17:03 2018 +0100
  99. 570c06a Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · Fri Apr 06 15:29:34 2018 +0100
  100. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · Fri Feb 02 15:09:36 2018 +0900