aboutsummaryrefslogtreecommitdiffstats
path: root/bl32
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm2017-05-0414-350/+14
|\
| * Use SPDX license identifiersdp-arm2017-05-0314-350/+14
* | Update terminology: standard SMC to yielding SMCDavid Cunado2017-04-262-11/+11
|/
* PSCI: Build option to enable D-Caches early in warmbootSoby Mathew2017-04-191-13/+16
* Add support for GCC stack protectionDouglas Raillard2017-03-311-0/+9
* Merge pull request #860 from jeenu-arm/hw-asstd-cohdavidcunado-arm2017-03-171-16/+19
|\
| * Enable data caches early with hardware-assisted coherencyJeenu Viswambharan2017-03-021-17/+20
* | Simplify translation tables headers dependenciesAntonio Nino Diaz2017-03-082-3/+3
|/
* Replace some memset call by zeromemDouglas Raillard2017-02-061-2/+3
* Introduce unified API to zero memoryDouglas Raillard2017-02-063-8/+10
* Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard2016-12-232-1/+46
* Merge pull request #775 from soby-mathew/sm/AArch32_stack_aligndanh-arm2016-12-141-3/+6
|\
| * AArch32: Fix the stack alignment issueSoby Mathew2016-12-121-3/+6
* | Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-052-18/+18
|/
* PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew2016-09-221-13/+16
* PSCI: Introduce PSCI Library argument structureSoby Mathew2016-09-221-2/+8
* AArch32: Support in SP_MIN to receive arguments from BL2Yatharth Kochar2016-09-211-1/+1
* AArch32: Refactor SP_MIN to support RESET_TO_SP_MINYatharth Kochar2016-09-212-171/+123
* AArch32: add a minimal secure payload (SP_MIN)Soby Mathew2016-08-105-0/+865
* 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
|\