- 5fb6946 fix(console): fix crash on spin_unlock with cache disabled by Baruch Siach · 2 years, 7 months ago
- 46cc41d fix(ras): restrict RAS support for NS world by Manish Pandey · 2 years, 9 months ago
- 0ae4a3a fix(debug): decouple "get_el_str()" from backtrace by Manish Pandey · 2 years, 8 months ago
- 6dc5979 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · 6 years ago
- 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 10 months ago
- dcb31ff feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 3 years, 10 months ago
- 781d07a refactor(twed): improve TWED enablement in EL-3 by Jayanth Dodderi Chidanand · 3 years, 3 months ago
- 4ce3e99 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · 4 years, 10 months ago
- eab78e9 refactor(measured_boot): remove passing of BL2 hash via device tree by Manish V Badarkhe · 3 years, 11 months ago
- 30e8fa7 refactor(plat/ea_handler): Use default ea handler implementation for panic by Pali Rohár · 4 years ago
- a5fea81 fix(plat/ea_handler): print newline before fatal abort error message by Pali Rohár · 4 years ago
- 5d9101b Fix typos and misspellings by David Horstmann · 4 years, 8 months ago
- 8109d2d Merge "Use constant stack size with RECLAIM_INIT_CODE" into integration by Alexei Fedorov · 4 years, 8 months ago v2.4-rc0
- 3ed5606 Use constant stack size with RECLAIM_INIT_CODE by David Horstmann · 4 years, 9 months ago
- 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
- 262acea ehf: use common priority level enumuration by Sandeep Tripathy · 5 years ago
- cb7b9db plat: common: include "bl_common.h" from plat_spmd_manifest.c by Varun Wadekar · 5 years ago
- 9206908 Use true instead of 1 in while by Jimmy Brisson · 5 years ago
- d74c6b8 Prevent colliding identifiers by Jimmy Brisson · 5 years ago
- c2e3b3b BL31: Fix relocation error for PIE by Alexei Fedorov · 5 years ago
- 6f0a2f0 SMCCC: Introduce function to check SMCCC function availability by Manish V Badarkhe · 5 years ago
- 3f498b0 TF-A: Add support for Measured Boot driver in BL1 and BL2 by Alexei Fedorov · 5 years ago
- fdd5f9e SPMD: fix boundary check if manifest is page aligned by Manish Pandey · 5 years ago
- 34dd1e9 TF-A: Fix BL31 linker script error by Alexei Fedorov · 5 years ago
- 662af36 SPCI is now called PSA FF-A by J-Alves · 5 years ago
- 6cac724 Enable v8.6 WFE trap delays by johpow01 · 5 years ago
- 23d5ba8 SPMD: extract SPMC DTB header size from SPMD by Olivier Deprez · 5 years ago
- 5269694 SPMD: code/comments cleanup by Olivier Deprez · 5 years ago
- ff4e6c3 fdt/wrappers: Replace fdtw_read_cells() implementation by Andre Przywara · 5 years ago
- f27b692 Flush dcache when storing timestamp by Zelalem · 5 years ago
- 0e75343 Implement SMCCC_ARCH_SOC_ID SMC call by Manish V Badarkhe · 5 years ago
- ac03ac5 SPMD: Add support for SPCI_ID_GET by Max Shvetsov · 5 years ago
- f9ea3a6 Merge "Fix crash dump for lower EL" into integration by Mark Dykes · 5 years ago
- b4292bc Fix crash dump for lower EL by Alexei Fedorov · 5 years ago
- 2be57b8 TBB: Add an IO abstraction layer to load encrypted firmwares by Sumit Garg · 6 years ago
- 033039f SPMD: add command line parameter to run SPM at S-EL2 or S-EL1 by Max Shvetsov · 5 years ago
- d4b2910 include: move MHZ_TICKS_PER_SEC to utils_def.h by Varun Wadekar · 5 years ago
- 0cb64d0 SPMD: add support for an example SPM core manifest by Achin Gupta · 6 years ago
- e693728 Coverity: remove unnecessary header file includes by Zelalem · 5 years ago
- 4363679 Merge "Unify type of "cpu_idx" across PSCI module." into integration by Mark Dykes · 5 years ago
- 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
- daa9b6e Simplify PMF helper macro definitions across header files by Madhukar Pappireddy · 5 years ago
- 538b002 spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 6 years ago
- 1f46197 Add UBSAN support and handlers by Justin Chadwell · 6 years ago
- f51df47 console: add a flag to prepend '\r' in the multi-console framework by Masahiro Yamada · 6 years ago
- 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
- 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 6 years ago
- 2cc9777 Remove deprecated plat_crash_console_* by Ambroise Vincent · 6 years ago
- 609e053 Remove several warnings reported with W=1 by Ambroise Vincent · 6 years ago
- f009c5f Merge pull request #1847 from jts-arm/mbedtls by Antonio Niño Díaz · 6 years ago
- 17e1335 Remove Mbed TLS dependency from plat_bl_common.c by John Tsichritzis · 6 years ago
- 7330861 Minor changes to documentation and comments by Antonio Nino Diaz · 6 years ago
- e095ba3 Remove unused function symbols by Varun Wadekar · 6 years ago
- 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
- c094008 Merge pull request #1708 from Yann-lms/warnings by Soby Mathew · 7 years ago
- 680389a SPM: Load image and RD from SP package by Antonio Nino Diaz · 7 years ago
- 1b18c6c correct some missing-prototype warnings by Yann Gautier · 7 years ago
- e458302 SPM: Introduce functions to load DTB files by Antonio Nino Diaz · 7 years ago
- 63c52d0 plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support by Julius Werner · 7 years ago
- b2f7c9d plat/common: Remove duplication of plat_crash_console functions/stubs by Julius Werner · 7 years ago
- 0916c38 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 7 years ago
- 03987d0 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 7 years ago
- e74afb6 Deprecate weak crash console functions by Antonio Nino Diaz · 7 years ago
- 6c9ada3 Add sample crash console functions by Antonio Nino Diaz · 7 years ago
- 200006d Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · 7 years ago
- 3ed87a4 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · 7 years ago
- fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
- 5b5ca4f Remove deprecated bl1_init_bl2_mem_layout() by Antonio Nino Diaz · 7 years ago
- 34244d9 Remove deprecated early platform setup interfaces by Antonio Nino Diaz · 7 years ago
- f9ed3cb gic: Remove deprecated driver and interfaces by Antonio Nino Diaz · 7 years ago
- ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 7 years ago
- 0b81230 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 7 years ago
- 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
- a08a201 Ensure the flow through switch statements is clear by Daniel Boulby · 7 years ago
- 7e2bbef pl011: Add support in AArch32 for MULTI_CONSOLE_API by Daniel Boulby · 7 years ago
- 6d01a46 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · 7 years ago
- 5a22e46 Fix MISRA defects in log helpers by Antonio Nino Diaz · 7 years ago
- e0ced7a plat/common: gic: MISRA fixes by Antonio Nino Diaz · 7 years ago
- 1a92a0e xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · 7 years ago
- 60e062f Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra by danh-arm · 7 years ago
- 2bc3dba PSCI: Fix MISRA defects in platform code by Antonio Nino Diaz · 7 years ago
- 1083b2b PSCI: Fix types of definitions by Antonio Nino Diaz · 7 years ago
- eaeaa4d RAS: Introduce handler for EL3 EAs by Jeenu Viswambharan · 7 years ago
- d5a23af RAS: Introduce handler for Double Faults by Jeenu Viswambharan · 7 years ago
- b56dc2a RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · 7 years ago
- 6c77e74 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 7 years ago
- 64ee263 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 7 years ago
- f13cb56 LOAD_IMAGE_V1: Align BL2 memory layout struct to 8 bytes by Antonio Nino Diaz · 7 years ago
- e1040aa Fix build error with correct format string by Jeenu Viswambharan · 7 years ago
- 362599e RAS: Add support for node registration by Jeenu Viswambharan · 8 years ago
- 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 8 years ago
- 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 7 years ago
- 649c48f plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
- 8ae0df9 plat/common: remove fall-through on release build by Jonathan Wright · 7 years ago
- c37be00 Merge pull request #1292 from danh-arm/dh/spurious-dep-warn by davidcunado-arm · 7 years ago
- 0ed8c00 Remove sp_min functions from plat_common.c by Soby Mathew · 7 years ago
- 97924e4 Suppress spurious deprecated declaration warnings by Dan Handley · 7 years ago
- 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
- da5f274 Dynamic cfg: MISRA fixes by Soby Mathew · 7 years ago
- 101d01e BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 7 years ago