aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd
Commit message (Expand)AuthorAgeFilesLines
* Makefile: remove extra include paths in INCLUDESAmbroise Vincent2019-04-031-1/+1
* trusty: Include file with GIC definitionsAntonio Nino Diaz2019-02-271-1/+2
* Merge pull request #1824 from antonio-nino-diaz-arm/an/move-dyn-xlatAntonio Niño Díaz2019-02-181-2/+0
|\
| * fvp: trusty: Move dynamic xlat enable to platformAntonio Nino Diaz2019-02-121-2/+0
* | Sanitize SPD include pathsAntonio Nino Diaz2019-02-124-3/+8
|/
* trusty: Require dynamic translation tablesAntonio Nino Diaz2019-02-061-1/+3
* spd: trusty: memmap trusty's code memory before peekingVarun Wadekar2019-02-051-0/+12
* spd: trusty: pass max affinity level to TrustyStephen Wolfe2019-01-311-8/+8
* spd: tlkd: remove unwanted assert on System Suspend entryMihir Joshi2019-01-311-1/+0
* tlkd: support new TLK SMCsMihir Joshi2019-01-311-5/+10
* Merge pull request #1781 from dtwlin/m2Antonio Niño Díaz2019-01-251-1/+2
|\
| * spd: trusty: trusty_setup should bail on unknown imageDavid Lin2019-01-241-1/+2
* | spd: trusty : fix defects flagged by MISRA scanAnthony Zhou2019-01-232-102/+106
|/
* Correct typographical errorsPaul Beesley2019-01-154-10/+10
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0415-79/+103
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-086-18/+18
* Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew2018-10-032-2/+3
|\
| * Ensure the flow through switch statements is clearDaniel Boulby2018-09-212-2/+3
* | Remove all other deprecated interfaces and filesAntonio Nino Diaz2018-09-281-10/+0
* | trusty: Fix return value of trusty_init()Antonio Nino Diaz2018-09-181-1/+1
|/
* opteed: pass power level on suspendJorge Ramirez-Ortiz2018-08-311-0/+3
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-221-3/+4
* Replace stdio.h functions by TF functionsAntonio Nino Diaz2018-08-101-4/+4
* Fix handler prototype in Trusty generic dispatcherSandrine Bailleux2018-08-011-6/+6
* Fix some violations to MISRA rule 8.3Sandrine Bailleux2018-07-112-2/+2
* Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-142-6/+6
* Fix MISRA Rule 5.7 Part 3Daniel Boulby2018-06-123-20/+20
* Fix MISRA Rule 5.3 Part 3Daniel Boulby2018-06-121-6/+6
* types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-271-4/+4
* Fix pointer type mismatch of handlersMasahiro Yamada2018-04-277-43/+43
* spd: add static qualifier to locally used functions and dataMasahiro Yamada2018-04-215-19/+9
* Fix MISRA rule 8.4 Part 3Roberto Vargas2018-04-131-0/+12
* Fix MISRA rule 8.3 Part 3Roberto Vargas2018-04-131-4/+4
* services: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-264-1/+7
* Trusty: Fix sanity check on NS entry pointSandrine Bailleux2018-03-211-1/+1
* Merge pull request #1239 from arve-android/trusty-fixesdavidcunado-arm2018-03-074-25/+200
|\
| * trusty: Fix another reported misra violationArve Hjønnevåg2018-03-021-1/+1
| * trusty: Fix reported misra violationArve Hjønnevåg2018-03-011-1/+1
| * trusty: Fix reported static check errorsArve Hjønnevåg2018-02-282-2/+2
| * trusty: Change type of aarch32 flag t boolArve Hjønnevåg2018-02-281-2/+3
| * tegra/trusty: Setup tegra specific trusty args in platform codeArve Hjønnevåg2018-02-211-3/+0
| * trusty: generic-arm64-smcall: Use SPDX license identifiersArve Hjønnevåg2018-02-012-50/+2
| * trusty: Pass cpu suspend/resume reason to trustyArve Hjønnevåg2018-01-241-8/+8
| * trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bitArve Hjønnevåg2018-01-241-0/+25
| * trusty: Add fpu/simd supportArve Hjønnevåg2018-01-242-4/+5
| * trusty: Add generic-arm64 supportArve Hjønnevåg2018-01-243-0/+173
| * trusty: Restore working trusty setup code and include trusty image in buildArve Hjønnevåg2018-01-242-10/+36
* | TSPD: Register preempted SMC error code with EHFJeenu Viswambharan2018-02-271-4/+6
* | TSPD: Require NS preemption along with EL3 exception handlingJeenu Viswambharan2018-02-061-1/+7
* | TSPD: Explicitly allow NS preemption for Yielding SMCsJeenu Viswambharan2018-02-061-2/+21
|/