aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd/trusty
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-042-11/+13
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-082-6/+6
* trusty: Fix return value of trusty_init()Antonio Nino Diaz2018-09-181-1/+1
* 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
* types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-271-4/+4
* Fix pointer type mismatch of handlersMasahiro Yamada2018-04-271-10/+10
* spd: add static qualifier to locally used functions and dataMasahiro Yamada2018-04-211-1/+1
* Trusty: Fix sanity check on NS entry pointSandrine Bailleux2018-03-211-1/+1
* 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
* trusty: save/restore FPU registers in world switchAijun Sun2017-09-191-0/+15
* Fix order of #includesIsla Mitchell2017-07-121-2/+2
* Migrate secure payload dispatchers to new SMC terminologyDavid Cunado2017-05-042-16/+16
* Use SPDX license identifiersdp-arm2017-05-035-125/+5
* spd: trusty: support for AARCH64 modeVarun Wadekar2017-03-061-22/+6
* spd: trusty: save context starting from the stack endVarun Wadekar2017-03-061-2/+3
* spd: trusty: add SET_ROT_PARAMS handlingVarun Wadekar2017-03-062-0/+13
* spd: trusty: pass boot params to the Trusted OSWayne Lin2017-03-061-0/+11
* spd: trusty: only process one function ID at a timeAnthony Zhou2017-03-061-0/+16
* spd: trusty: pass VMID via X7Anthony Zhou2017-03-062-8/+53
* spd: trusty: OEN_TAP_START aperture for standard callsAmith2017-02-231-1/+1
* Resolve build errors flagged by GCC 6.2David Cunado2017-01-261-6/+7
* Check Trusty is present during the SPD's initializationSandrine Bailleux2016-11-301-0/+5
* Fix a coding style issue in trusty.cSandrine Bailleux2016-11-231-1/+1
* Fix compilation warning in Trusty SPDSandrine Bailleux2016-11-231-4/+2
* spd: dispatcher for interacting with the Trusty TEEVarun Wadekar2016-11-085-0/+658