1. 3e0584a Merge "Fix crash dump for lower EL" into integration by Mark Dykes · Wed Mar 11 15:39:32 2020 +0000
  2. 813c9f9 Fix crash dump for lower EL by Alexei Fedorov · Tue Mar 03 13:31:58 2020 +0000
  3. 617e215 TBB: Add an IO abstraction layer to load encrypted firmwares by Sumit Garg · Fri Nov 15 15:34:55 2019 +0530
  4. e7fd80e SPMD: add command line parameter to run SPM at S-EL2 or S-EL1 by Max Shvetsov · Tue Feb 25 13:55:00 2020 +0000
  5. 0a176e3 include: move MHZ_TICKS_PER_SEC to utils_def.h by Varun Wadekar · Thu Feb 13 13:07:12 2020 -0800
  6. da6ef0e SPMD: add support for an example SPM core manifest by Achin Gupta · Fri Oct 11 14:54:48 2019 +0100
  7. 87675d4 Coverity: remove unnecessary header file includes by Zelalem · Mon Feb 03 14:56:42 2020 -0600
  8. 025b1d2 Merge "Unify type of "cpu_idx" across PSCI module." into integration by Mark Dykes · Fri Jan 10 19:39:17 2020 +0000
  9. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · Fri Dec 13 10:23:18 2019 -0600
  10. a091d04 Simplify PMF helper macro definitions across header files by Madhukar Pappireddy · Mon Jan 06 14:42:30 2020 -0600
  11. db4e25a spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · Mon Oct 14 15:27:12 2019 +0000
  12. 83e0488 Add UBSAN support and handlers by Justin Chadwell · Tue Aug 20 11:01:52 2019 +0100
  13. 269a8ad console: add a flag to prepend '\r' in the multi-console framework by Masahiro Yamada · Tue Jul 23 12:32:58 2019 +0900
  14. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · Tue Jul 09 14:02:43 2019 -0700
  15. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · Thu Apr 04 09:13:28 2019 +0100
  16. 962109f Remove deprecated plat_crash_console_* by Ambroise Vincent · Wed Mar 27 13:48:15 2019 +0000
  17. b237bca Remove several warnings reported with W=1 by Ambroise Vincent · Wed Feb 13 15:58:00 2019 +0000
  18. 0e6affe Merge pull request #1847 from jts-arm/mbedtls by Antonio Niño Díaz · Tue Mar 05 10:39:14 2019 +0000
  19. 69c88d1 Remove Mbed TLS dependency from plat_bl_common.c by John Tsichritzis · Thu Feb 28 11:14:03 2019 +0000
  20. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · Thu Feb 28 13:35:21 2019 +0000
  21. 9388afa Remove unused function symbols by Varun Wadekar · Thu Jan 10 15:45:15 2019 -0800
  22. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  23. e4f1f87 Merge pull request #1708 from Yann-lms/warnings by Soby Mathew · Wed Dec 12 15:54:47 2018 +0000
  24. 840627f SPM: Load image and RD from SP package by Antonio Nino Diaz · Tue Nov 27 08:36:02 2018 +0000
  25. 3364cd4 correct some missing-prototype warnings by Yann Gautier · Mon Dec 10 10:41:03 2018 +0100
  26. b86edcb SPM: Introduce functions to load DTB files by Antonio Nino Diaz · Tue Oct 30 11:12:42 2018 +0000
  27. 1338c9c plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support by Julius Werner · Mon Nov 19 14:25:55 2018 -0800
  28. 351ba73 plat/common: Remove duplication of plat_crash_console functions/stubs by Julius Werner · Tue Nov 20 13:02:27 2018 -0800
  29. 344ff02 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · Fri Oct 19 16:44:18 2018 +0100
  30. 61aff00 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · Fri Oct 19 16:52:22 2018 +0100
  31. 6b0968e Deprecate weak crash console functions by Antonio Nino Diaz · Wed Oct 17 16:49:26 2018 +0100
  32. 4bac045 Add sample crash console functions by Antonio Nino Diaz · Tue Oct 16 14:32:34 2018 +0100
  33. 4764b9e Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · Thu Oct 04 16:43:39 2018 +0100
  34. a8083a6 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · Wed Oct 03 15:36:37 2018 +0100
  35. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · Tue Sep 25 09:39:51 2018 +0100
  36. 9164ec0 Remove deprecated bl1_init_bl2_mem_layout() by Antonio Nino Diaz · Mon Sep 24 17:26:25 2018 +0100
  37. 5a99925 Remove deprecated early platform setup interfaces by Antonio Nino Diaz · Mon Sep 24 17:24:41 2018 +0100
  38. 29b9f5b gic: Remove deprecated driver and interfaces by Antonio Nino Diaz · Mon Sep 24 17:23:24 2018 +0100
  39. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · Mon Sep 24 17:20:48 2018 +0100
  40. 76f0303 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · Mon Sep 24 17:18:33 2018 +0100
  41. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · Mon Sep 24 17:14:46 2018 +0100
  42. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · Fri Jun 22 14:16:03 2018 +0100
  43. 05e7f56 pl011: Add support in AArch32 for MULTI_CONSOLE_API by Daniel Boulby · Wed Sep 19 13:58:20 2018 +0100
  44. 30f8964 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · Thu Jun 07 16:31:34 2018 +0100
  45. 14fabd0 Fix MISRA defects in log helpers by Antonio Nino Diaz · Tue Aug 28 11:44:44 2018 +0100
  46. a4210cb plat/common: gic: MISRA fixes by Antonio Nino Diaz · Tue Aug 21 09:44:43 2018 +0100
  47. 128de8d xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · Tue Aug 07 19:59:49 2018 +0100
  48. 0718043 Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra by danh-arm · Wed Jul 25 16:09:54 2018 +0100
  49. fec756f PSCI: Fix MISRA defects in platform code by Antonio Nino Diaz · Wed Jul 18 16:24:16 2018 +0100
  50. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · Fri Jul 20 09:17:26 2018 +0100
  51. 911fcc9 RAS: Introduce handler for EL3 EAs by Jeenu Viswambharan · Fri Jul 06 16:50:06 2018 +0100
  52. 93bc4bd RAS: Introduce handler for Double Faults by Jeenu Viswambharan · Thu May 17 11:24:01 2018 +0100
  53. 9d4c9c1 RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · Thu May 17 09:52:36 2018 +0100
  54. b3b6e22 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · Wed Jul 11 12:44:22 2018 +0200
  55. e834ee1 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · Fri Apr 27 15:17:03 2018 +0100
  56. 6e0b102 LOAD_IMAGE_V1: Align BL2 memory layout struct to 8 bytes by Antonio Nino Diaz · Mon May 14 15:45:31 2018 +0100
  57. 4b00cb7 Fix build error with correct format string by Jeenu Viswambharan · Tue May 15 16:18:40 2018 +0100
  58. 2e2e881 RAS: Add support for node registration by Jeenu Viswambharan · Fri Dec 08 15:38:21 2017 +0000
  59. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · Thu Nov 30 12:54:15 2017 +0000
  60. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · Fri Feb 02 15:09:36 2018 +0900
  61. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · Wed Mar 14 15:24:00 2018 +0000
  62. b669ca7 plat/common: remove fall-through on release build by Jonathan Wright · Wed Mar 14 17:55:32 2018 +0000
  63. 6271e01 Merge pull request #1292 from danh-arm/dh/spurious-dep-warn by davidcunado-arm · Sat Mar 03 13:26:18 2018 +0000
  64. 6d07e67 Remove sp_min functions from plat_common.c by Soby Mathew · Thu Mar 01 10:53:33 2018 +0000
  65. 807d727 Suppress spurious deprecated declaration warnings by Dan Handley · Tue Feb 27 13:00:43 2018 +0000
  66. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  67. cc36484 Dynamic cfg: MISRA fixes by Soby Mathew · Wed Feb 21 01:16:39 2018 +0000
  68. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · Wed Jan 10 12:51:34 2018 +0000
  69. 73308d0 Introduce the new BL handover interface by Soby Mathew · Tue Jan 09 14:36:14 2018 +0000
  70. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · Thu Feb 08 17:45:12 2018 +0000
  71. 4ed2338 qemu: Fix interrupt type check by Santeri Salko · Thu Feb 08 22:01:26 2018 +0200
  72. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · Thu Feb 01 16:46:18 2018 +0900
  73. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · Thu Feb 01 16:45:51 2018 +0900
  74. 2a4fe4f plat/common: move arch-agnostic fallback functions to C file by Masahiro Yamada · Thu Feb 01 18:42:24 2018 +0900
  75. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · Wed Jan 24 14:31:53 2018 +0000
  76. aae9bb1 Add default crash console code to hook up to new console API by Julius Werner · Mon Sep 18 16:49:48 2017 -0700
  77. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · Mon Oct 30 14:43:43 2017 +0000
  78. 94f8907 Add new function-pointer-based console API by Julius Werner · Mon Jul 31 18:15:11 2017 -0700
  79. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · Thu Nov 23 23:41:24 2017 +0000
  80. 04e3a7f BL31: Add SDEI dispatcher by Jeenu Viswambharan · Mon Oct 16 08:43:14 2017 +0100
  81. 055af4b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · Tue Oct 24 15:13:59 2017 +0100
  82. 953395a aarch32: add few missing weak platform specific function by Etienne Carriere · Sun Nov 05 22:57:20 2017 +0100
  83. 8336f68 Fix PSCI STAT time stamp collection by Soby Mathew · Mon Oct 16 15:19:31 2017 +0100
  84. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · Tue Sep 26 12:53:01 2017 +0100
  85. 6250507 GIC: Add API to set priority mask by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  86. eb1c12c GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  87. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  88. ab14e9b GIC: Add API to raise secure SGI by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  89. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  90. 447b89d GIC: Add API to set interrupt priority by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  91. 0fcdfff GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  92. 24e7029 GIC: Add API to get interrupt active status by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  93. 522a465 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  94. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  95. aaf15f5 Implement log framework by Soby Mathew · Mon Sep 04 11:49:29 2017 +0100
  96. 953c495 FVP: Fix AArch32 stack functions to be ABI-compliant by Jeenu Viswambharan · Thu Jul 20 16:42:50 2017 +0100
  97. 52323b0 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · Wed Jun 07 13:45:41 2017 +0100
  98. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · Mon May 22 12:11:24 2017 +0900
  99. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  100. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · Thu Apr 20 09:58:28 2017 +0100