aboutsummaryrefslogtreecommitdiffstats
path: root/bl32/tsp
Commit message (Expand)AuthorAgeFilesLines
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-9/+2
* TSP: corrected log informationManish Pandey2020-03-061-2/+2
* TSP: add PIE supportMasahiro Yamada2020-01-242-2/+60
* Prevent speculative execution past ERETAnthony Steinhauser2020-01-221-2/+2
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-132-21/+23
* Enable MTE support in both secure and non-secure worldsJustin Chadwell2019-09-091-0/+8
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Add support for Branch Target IdentificationAlexei Fedorov2019-05-242-7/+8
* Apply stricter speculative load restrictionJohn Tsichritzis2019-03-121-1/+3
* TSP: Enable pointer authentication supportAntonio Nino Diaz2019-02-273-6/+40
* Remove duplicated definitions of linker symbolsAntonio Nino Diaz2019-02-011-1/+1
* Correct typographical errorsPaul Beesley2019-01-152-5/+5
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-048-23/+32
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-4/+3
* Add end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-111-4/+4
* TSP: Enable cache along with MMUJeenu Viswambharan2018-06-271-31/+3
* types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-272-3/+3
* Fix MISRA rule 8.4 Part 3Roberto Vargas2018-04-131-0/+40
* Fix MISRA rule 8.3 Part 3Roberto Vargas2018-04-131-2/+2
* Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-271-2/+3
* Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-6/+7
* Merge pull request #1054 from jwerner-chromium/JW_crash_x30davidcunado-arm2017-08-221-14/+14
|\
| * Fix x30 reporting for unhandled exceptionsJulius Werner2017-08-211-14/+14
* | Add new alignment parameter to func assembler macroJulius Werner2017-08-151-4/+1
|/
* Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-049-225/+9
|\
| * Use SPDX license identifiersdp-arm2017-05-039-225/+9
* | Update terminology: standard SMC to yielding SMCDavid Cunado2017-04-262-11/+11
|/
* Add support for GCC stack protectionDouglas Raillard2017-03-311-0/+9
* Simplify translation tables headers dependenciesAntonio Nino Diaz2017-03-081-1/+1
* Introduce unified API to zero memoryDouglas Raillard2017-02-062-5/+6
* Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard2016-12-232-1/+46
* Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-052-18/+18
* Move spinlock library code to AArch64 folderSoby Mathew2016-08-091-1/+1
* TSP: Print BL32_BASE rather than __RO_START__Sandrine Bailleux2016-07-081-7/+6
* Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux2016-07-081-0/+18
* Introduce some helper macros for exception vectorsSandrine Bailleux2016-05-261-43/+23
* Make:Remove calls to shell from makefiles.Evan Lloyd2016-04-011-3/+3
* Remove all non-configurable dead loopsAntonio Nino Diaz2016-03-142-27/+26
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-142-3/+3
* TSP: Allow preemption of synchronous S-EL1 interrupt handlingSoby Mathew2015-12-091-12/+27
* Enable use of FIQs and IRQs as TSP interruptsSoby Mathew2015-12-044-82/+85
* Unify interrupt return paths from TSP into the TSPDSoby Mathew2015-12-043-20/+30
* Make generic code work in presence of system cachesAchin Gupta2015-09-142-0/+25
* Pass the target suspend level to SPD suspend hooksAchin Gupta2015-09-101-3/+3
* PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew2015-08-134-53/+42
* Add linker symbol declarations to bl_common.hDan Handley2015-04-281-6/+0
* Allow deeper platform port directory structureDan Handley2015-04-281-1/+1
* Fix type mismatches in verbose loggingDan Handley2015-04-271-7/+7
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-082-0/+12