aboutsummaryrefslogtreecommitdiffstats
path: root/bl32/tsp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux2015-03-061-17/+17
* Save 'power_state' early in PSCI CPU_SUSPEND callSoby Mathew2015-01-231-3/+1
* Remove coherent memory from the BL memory mapsSoby Mathew2015-01-223-3/+9
* Juno: Add support for Test Secure-EL1 PayloadSandrine Bailleux2014-08-211-1/+6
* Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo2014-08-192-0/+90
* Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley2014-08-192-0/+18
|\
| * Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta2014-08-152-0/+18
* | Clarify platform porting interface to TSPDan Handley2014-08-196-46/+11
* | Move TSP private declarations into separate headerDan Handley2014-08-145-2/+138
* | Rationalize console log outputDan Handley2014-08-122-52/+64
|/
* Merge pull request #179 from jcastillo-arm/jc/tf-issues/219danh-arm2014-08-041-10/+0
|\
| * Call platform_is_primary_cpu() only from reset handlerJuan Castillo2014-08-011-10/+0
* | Support asynchronous method for BL3-2 initializationVikram Kanigiri2014-08-011-0/+8
|/
* Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm2014-07-281-4/+8
|\