1. 1cf3d12 Merge changes from topic "early_console" into integration by Manish Pandey · Wed May 08 23:12:11 2024 +0200
  2. 99b5b2e build: remove `MAKE_BUILD_STRINGS` function by Chris Kay · Fri Mar 08 16:08:31 2024 +0000
  3. faf3ac3 refactor(bl1): clean up bl2 layout calculation by Harrison Mutai · Thu Jan 04 16:18:47 2024 +0000
  4. 5ae29c0 feat(console): introduce EARLY_CONSOLE by Yann Gautier · Tue Jan 16 19:39:31 2024 +0100
  5. f3d13e5 fix(bl1): add missing `__RW_{START,END}__` symbols by Chris Kay · Tue Feb 06 18:05:23 2024 +0000
  6. ff5ccf1 fix(bl1): add missing spinlock dependency by Chris Kay · Tue Feb 06 14:33:12 2024 +0000
  7. cfba645 build: use toolchain identifiers in conditions by Chris Kay · Mon Dec 04 09:55:50 2023 +0000
  8. 523e864 build: use new toolchain variables for tools by Chris Kay · Mon Dec 04 12:03:51 2023 +0000
  9. 08526ad feat(build): check that .text section starts at page boundary by Andrey Skvortsov · Tue Sep 05 22:09:25 2023 +0300
  10. 6805e8d feat(fvp): capture timestamps in bl stages by thagon01-arm · Wed Jul 12 10:43:58 2023 -0500
  11. 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
  12. 80c530e chore(bl): add UNALIGNED symbols for TEXT/RODATA by Michal Simek · Thu Apr 27 14:26:03 2023 +0200
  13. 9dd433f Merge changes from topic "bk/clearups" into integration by Olivier Deprez · Wed Jun 07 10:13:17 2023 +0200
  14. dd19b2e Merge changes from topic "hm/memmap-feat" into integration by Sandrine Bailleux · Thu Jun 01 14:36:46 2023 +0200
  15. 5d38cb3 refactor(cpus): rename errata_report.h to errata.h by Boyan Karatotev · Fri Jan 27 09:37:07 2023 +0000
  16. e420d1a build(bl1): add symbols for memory layout by Harrison Mutai · Wed Apr 19 09:30:15 2023 +0100
  17. ed85cf7 fix(pmu): unconditionally save PMCR_EL0 by Boyan Karatotev · Tue Dec 06 09:03:42 2022 +0000
  18. 77cbd82 chore(bl1): remove redundant bl1_arch_next_el_setup by Boyan Karatotev · Wed Mar 15 13:47:20 2023 +0000
  19. 2b68090 build(bl1): sort sections by alignment by default by Chris Kay · Fri Jan 06 11:02:00 2023 +0000
  20. 183638f style: remove useless trailing semicolon and line continuations by Elyes Haouas · Mon Feb 13 10:05:41 2023 +0100
  21. 33bfc5e build: always prefix section names with `.` by Chris Kay · Tue Feb 14 11:30:04 2023 +0000
  22. 68d2836 build: clarify linker script generation by Chris Kay · Mon Jan 16 16:53:45 2023 +0000
  23. 4b7660a style: normalize linker script code style by Chris Kay · Thu Sep 29 14:36:53 2022 +0100
  24. da284d5 style(linker_script): fix indentation by Jorge Troncoso · Thu Oct 20 21:42:06 2022 -0700
  25. c142587 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · Fri Feb 15 16:42:20 2019 +0100
  26. ea465c1 fix(bl1): invalidate SP in data cache during secure SMC by Harrison Mutai · Wed May 11 11:05:02 2022 +0100
  27. 95fb1aa refactor(el3-runtime): add prepare_el3_entry func by Daniel Boulby · Wed Jan 19 11:20:05 2022 +0000
  28. 92de80a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · Thu Dec 16 10:41:47 2021 +0000
  29. a74d963 feat(measured_boot): image hash measurement and recording in BL1 by Manish V Badarkhe · Tue Sep 14 23:12:42 2021 +0100
  30. 18f5a57 Merge "refactor(fvp_r): tidy up platform port [1]" into integration by Manish Pandey · Wed Oct 06 23:55:26 2021 +0200
  31. e2a6b35 refactor(fvp_r): tidy up platform port [1] by Manish Pandey · Mon Oct 04 13:38:56 2021 +0100
  32. 688fbf7 feat(rme): run BL2 in root world when FEAT_RME is enabled by Zelalem Aweke · Fri Jul 09 11:37:10 2021 -0500
  33. 3d7f654 chore: fvp_r: Initial No-EL3 and MPU Implementation by Gary Morrison · Wed Jan 27 13:08:47 2021 -0600
  34. 514e59c Add PIE support for AARCH32 by Yann Gautier · Mon Oct 05 11:02:54 2020 +0200
  35. f3a4c54 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · Mon Nov 23 18:38:15 2020 +0000
  36. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · Tue Aug 04 16:18:52 2020 -0500
  37. f94399a Move static vars into functions in bl1 by Jimmy Brisson · Tue Aug 04 16:27:51 2020 -0500
  38. c5864d8 linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · Wed Apr 22 10:50:12 2020 +0900
  39. 403990e linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · Tue Apr 07 13:04:24 2020 +0900
  40. 1c71659 bl1: remove '.' from stacks section in linker script by Masahiro Yamada · Tue Apr 07 11:17:38 2020 +0900
  41. b58e451 Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration by Mark Dykes · Sat Apr 04 19:58:56 2020 +0000
  42. a5c6636 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · Fri Mar 20 14:21:05 2020 -0500
  43. dd053b6 linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · Thu Mar 26 13:16:33 2020 +0900
  44. 583f8dd linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · Thu Mar 26 10:57:12 2020 +0900
  45. ac1bfb9 linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · Thu Mar 26 10:51:39 2020 +0900
  46. 0b67e56 Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · Mon Mar 09 17:39:48 2020 +0900
  47. fcbcd6f aarch32: stop speculative execution past exception returns by Madhukar Pappireddy · Wed Feb 26 12:37:05 2020 -0600
  48. 2d9c87d Merge "coverity: fix MISRA violations" into integration by Mark Dykes · Tue Feb 18 19:19:00 2020 +0000
  49. 91d8061 coverity: fix MISRA violations by Zelalem · Wed Feb 12 10:37:03 2020 -0600
  50. 1488cbe Fix boot failures on some builds linked with ld.lld. by Arve Hjønnevåg · Fri Feb 07 14:12:35 2020 -0800
  51. e8dadb1 coverity: Fix MISRA null pointer violations by Zelalem · Wed Feb 05 14:12:39 2020 -0600
  52. 87675d4 Coverity: remove unnecessary header file includes by Zelalem · Mon Feb 03 14:56:42 2020 -0600
  53. 0f7e601 Prevent speculative execution past ERET by Anthony Steinhauser · Tue Jan 07 15:44:06 2020 -0800
  54. 253b3d5 Merge "PIE: make call to GDT relocation fixup generalized" into integration by Soby Mathew · Thu Dec 12 14:25:47 2019 +0000
  55. c825768 PIE: make call to GDT relocation fixup generalized by Manish Pandey · Tue Nov 26 11:34:17 2019 +0000
  56. 23f5e54 Reduce space lost to object alignment by Samuel Holland · Sun Oct 20 16:11:25 2019 -0500
  57. 3dd9f2b TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2U by Alexei Fedorov · Tue Oct 01 13:58:23 2019 +0100
  58. c3a1836 Merge changes from topic "db/unsigned_long" into integration by Sandrine Bailleux · Wed Sep 18 14:30:09 2019 +0000
  59. 64e557c Unsigned long should not be used as per coding guidelines by Deepika Bhavnani · Tue Sep 03 21:51:09 2019 +0300
  60. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · Fri Sep 13 14:11:59 2019 +0100
  61. 503bbf3 AArch64: Disable Secure Cycle Counter by Alexei Fedorov · Tue Aug 13 15:17:53 2019 +0100
  62. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · Tue Jul 09 14:02:43 2019 -0700
  63. a533ae7 Refactor SPSR initialisation code by John Tsichritzis · Mon Jul 01 14:27:33 2019 +0100
  64. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · Fri May 24 12:17:09 2019 +0100
  65. fe63009 BL1: Fix type consistency by Ambroise Vincent · Wed Feb 27 16:50:10 2019 +0000
  66. a88a35d Remove several warnings reported with W=2 by Ambroise Vincent · Thu Feb 14 09:48:21 2019 +0000
  67. adfa8b0 bl1-smc-handler: Ensure the lower-order 16 bits of SPSR are programmed by Bryan O'Donoghue · Tue Mar 12 12:09:51 2019 +0000
  68. e3887a9 BL1: Enable pointer authentication support by Antonio Nino Diaz · Wed Jan 30 20:29:50 2019 +0000
  69. b0fd008 Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · Tue Dec 18 13:49:46 2018 +0000
  70. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  71. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  72. 864ca6f context_mgmt: Fix MISRA defects by Antonio Nino Diaz · Wed Oct 31 15:25:35 2018 +0000
  73. a8083a6 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · Wed Oct 03 15:36:37 2018 +0100
  74. 9164ec0 Remove deprecated bl1_init_bl2_mem_layout() by Antonio Nino Diaz · Mon Sep 24 17:26:25 2018 +0100
  75. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · Mon Sep 24 17:20:48 2018 +0100
  76. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · Fri Jun 22 14:16:03 2018 +0100
  77. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · Thu Aug 16 16:52:57 2018 +0100
  78. 4daa1de DSU erratum 936184 workaround by John Tsichritzis · Mon Jul 23 09:11:59 2018 +0100
  79. d40b5f9 Merge pull request #1510 from robertovargas-arm/romlib by Dimitris Papastamos · Mon Aug 13 13:02:16 2018 +0100
  80. 128de8d xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · Tue Aug 07 19:59:49 2018 +0100
  81. 502290b Create a library file for libmbedtls by Roberto Vargas · Tue May 08 10:27:10 2018 +0100
  82. b3b6e22 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · Wed Jul 11 12:44:22 2018 +0200
  83. 95f30ab Add end_vector_entry assembler macro by Roberto Vargas · Tue Apr 17 11:31:43 2018 +0100
  84. 1d04c63 Add .extab and .exidx sections by Roberto Vargas · Thu May 10 11:01:16 2018 +0100
  85. d93fde3 Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · Wed Apr 11 11:53:31 2018 +0100
  86. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · Thu Apr 26 13:36:53 2018 +0100
  87. 52f707f Fix MISRA rule 8.4 Part 4 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  88. be126ed Fix MISRA rule 8.3 Part 4 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  89. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · Thu Mar 29 13:20:05 2018 +0100
  90. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · Wed Mar 21 11:40:57 2018 +0000
  91. d5ff96c bl1: fix switch statements to comply with MISRA rules by Jonathan Wright · Tue Mar 13 13:54:03 2018 +0000
  92. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · Wed Mar 21 10:49:27 2018 +0000
  93. b8d8145 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · Wed Feb 28 18:53:30 2018 +0000
  94. bcfaeff Fix MISRA rule 8.8 in common code by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  95. 9c274f8 Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · Wed Feb 28 01:26:21 2018 +0000
  96. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · Fri Feb 23 15:07:54 2018 +0000
  97. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · Wed Jan 10 12:51:34 2018 +0000
  98. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · Thu Feb 08 17:45:12 2018 +0000
  99. eb24dff Ensure the correct execution of TLBI instructions by Antonio Nino Diaz · Mon Feb 19 13:53:48 2018 +0000
  100. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · Wed Feb 07 11:57:19 2018 +0800