1. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · 1 year, 10 months ago
  2. d4e2503 feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 2 years, 10 months ago
  3. 4b5489c refactor(twed): improve TWED enablement in EL-3 by Jayanth Dodderi Chidanand · 2 years, 3 months ago
  4. e5dcf98 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · 3 years, 10 months ago
  5. 3ff0f79 refactor(measured_boot): remove passing of BL2 hash via device tree by Manish V Badarkhe · 2 years, 11 months ago
  6. c36e97f refactor(plat/ea_handler): Use default ea handler implementation for panic by Pali Rohár · 3 years ago
  7. 152682c fix(plat/ea_handler): print newline before fatal abort error message by Pali Rohár · 3 years ago
  8. 051fd6d Fix typos and misspellings by David Horstmann · 3 years, 8 months ago
  9. 1d2776a Merge "Use constant stack size with RECLAIM_INIT_CODE" into integration by Alexei Fedorov · 3 years, 8 months ago
  10. 8f15ca3 Use constant stack size with RECLAIM_INIT_CODE by David Horstmann · 3 years, 9 months ago
  11. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 4 years ago
  12. 1c47839 ehf: use common priority level enumuration by Sandeep Tripathy · 3 years, 11 months ago
  13. 2e70a34 plat: common: include "bl_common.h" from plat_spmd_manifest.c by Varun Wadekar · 4 years ago
  14. 471550a Use true instead of 1 in while by Jimmy Brisson · 3 years, 11 months ago
  15. d7297c7 Prevent colliding identifiers by Jimmy Brisson · 4 years ago
  16. 1b4dea8 BL31: Fix relocation error for PIE by Alexei Fedorov · 4 years ago
  17. 80f13ee SMCCC: Introduce function to check SMCCC function availability by Manish V Badarkhe · 4 years ago
  18. 71707b1 TF-A: Add support for Measured Boot driver in BL1 and BL2 by Alexei Fedorov · 4 years ago
  19. bc62d15 SPMD: fix boundary check if manifest is page aligned by Manish Pandey · 4 years ago
  20. 490ace7 TF-A: Fix BL31 linker script error by Alexei Fedorov · 4 years, 1 month ago
  21. 2672cde SPCI is now called PSA FF-A by J-Alves · 4 years, 2 months ago
  22. 3e24c16 Enable v8.6 WFE trap delays by johpow01 · 4 years, 2 months ago
  23. 69ca84a SPMD: extract SPMC DTB header size from SPMD by Olivier Deprez · 4 years, 5 months ago
  24. 2bae35f SPMD: code/comments cleanup by Olivier Deprez · 4 years, 3 months ago
  25. fe5bdf5 fdt/wrappers: Replace fdtw_read_cells() implementation by Andre Przywara · 4 years, 3 months ago
  26. 0b5210b Flush dcache when storing timestamp by Zelalem · 4 years, 3 months ago
  27. f809c6e Implement SMCCC_ARCH_SOC_ID SMC call by Manish V Badarkhe · 4 years, 4 months ago
  28. e79062e SPMD: Add support for SPCI_ID_GET by Max Shvetsov · 4 years, 4 months ago
  29. 3e0584a Merge "Fix crash dump for lower EL" into integration by Mark Dykes · 4 years, 4 months ago
  30. 813c9f9 Fix crash dump for lower EL by Alexei Fedorov · 4 years, 4 months ago
  31. 617e215 TBB: Add an IO abstraction layer to load encrypted firmwares by Sumit Garg · 4 years, 8 months ago
  32. e7fd80e SPMD: add command line parameter to run SPM at S-EL2 or S-EL1 by Max Shvetsov · 4 years, 4 months ago
  33. 0a176e3 include: move MHZ_TICKS_PER_SEC to utils_def.h by Varun Wadekar · 4 years, 5 months ago
  34. da6ef0e SPMD: add support for an example SPM core manifest by Achin Gupta · 4 years, 9 months ago
  35. 87675d4 Coverity: remove unnecessary header file includes by Zelalem · 4 years, 5 months ago
  36. 025b1d2 Merge "Unify type of "cpu_idx" across PSCI module." into integration by Mark Dykes · 4 years, 6 months ago
  37. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 4 years, 7 months ago
  38. a091d04 Simplify PMF helper macro definitions across header files by Madhukar Pappireddy · 4 years, 6 months ago
  39. db4e25a spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 4 years, 9 months ago
  40. 83e0488 Add UBSAN support and handlers by Justin Chadwell · 4 years, 11 months ago
  41. 269a8ad console: add a flag to prepend '\r' in the multi-console framework by Masahiro Yamada · 5 years ago
  42. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  43. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 5 years ago
  44. 962109f Remove deprecated plat_crash_console_* by Ambroise Vincent · 5 years ago
  45. b237bca Remove several warnings reported with W=1 by Ambroise Vincent · 5 years ago
  46. 0e6affe Merge pull request #1847 from jts-arm/mbedtls by Antonio Niño Díaz · 5 years ago
  47. 69c88d1 Remove Mbed TLS dependency from plat_bl_common.c by John Tsichritzis · 5 years ago
  48. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · 5 years ago
  49. 9388afa Remove unused function symbols by Varun Wadekar · 5 years ago
  50. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  51. e4f1f87 Merge pull request #1708 from Yann-lms/warnings by Soby Mathew · 6 years ago
  52. 840627f SPM: Load image and RD from SP package by Antonio Nino Diaz · 6 years ago
  53. 3364cd4 correct some missing-prototype warnings by Yann Gautier · 6 years ago
  54. b86edcb SPM: Introduce functions to load DTB files by Antonio Nino Diaz · 6 years ago
  55. 1338c9c plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support by Julius Werner · 6 years ago
  56. 351ba73 plat/common: Remove duplication of plat_crash_console functions/stubs by Julius Werner · 6 years ago
  57. 344ff02 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 6 years ago
  58. 61aff00 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 6 years ago
  59. 6b0968e Deprecate weak crash console functions by Antonio Nino Diaz · 6 years ago
  60. 4bac045 Add sample crash console functions by Antonio Nino Diaz · 6 years ago
  61. 4764b9e Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · 6 years ago
  62. a8083a6 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · 6 years ago
  63. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  64. 9164ec0 Remove deprecated bl1_init_bl2_mem_layout() by Antonio Nino Diaz · 6 years ago
  65. 5a99925 Remove deprecated early platform setup interfaces by Antonio Nino Diaz · 6 years ago
  66. 29b9f5b gic: Remove deprecated driver and interfaces by Antonio Nino Diaz · 6 years ago
  67. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  68. 76f0303 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 6 years ago
  69. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  70. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  71. 05e7f56 pl011: Add support in AArch32 for MULTI_CONSOLE_API by Daniel Boulby · 6 years ago
  72. 30f8964 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · 6 years ago
  73. 14fabd0 Fix MISRA defects in log helpers by Antonio Nino Diaz · 6 years ago
  74. a4210cb plat/common: gic: MISRA fixes by Antonio Nino Diaz · 6 years ago
  75. 128de8d xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · 6 years ago
  76. 0718043 Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra by danh-arm · 6 years ago
  77. fec756f PSCI: Fix MISRA defects in platform code by Antonio Nino Diaz · 6 years ago
  78. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  79. 911fcc9 RAS: Introduce handler for EL3 EAs by Jeenu Viswambharan · 6 years ago
  80. 93bc4bd RAS: Introduce handler for Double Faults by Jeenu Viswambharan · 6 years ago
  81. 9d4c9c1 RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · 6 years ago
  82. b3b6e22 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 6 years ago
  83. e834ee1 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 6 years ago
  84. 6e0b102 LOAD_IMAGE_V1: Align BL2 memory layout struct to 8 bytes by Antonio Nino Diaz · 6 years ago
  85. 4b00cb7 Fix build error with correct format string by Jeenu Viswambharan · 6 years ago
  86. 2e2e881 RAS: Add support for node registration by Jeenu Viswambharan · 7 years ago
  87. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  88. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  89. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  90. b669ca7 plat/common: remove fall-through on release build by Jonathan Wright · 6 years ago
  91. 6271e01 Merge pull request #1292 from danh-arm/dh/spurious-dep-warn by davidcunado-arm · 6 years ago
  92. 6d07e67 Remove sp_min functions from plat_common.c by Soby Mathew · 6 years ago
  93. 807d727 Suppress spurious deprecated declaration warnings by Dan Handley · 6 years ago
  94. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  95. cc36484 Dynamic cfg: MISRA fixes by Soby Mathew · 6 years ago
  96. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 6 years ago
  97. 73308d0 Introduce the new BL handover interface by Soby Mathew · 6 years ago
  98. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  99. 4ed2338 qemu: Fix interrupt type check by Santeri Salko · 6 years ago
  100. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago