aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd/trusty/trusty.c
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-9/+10
* trusty: Fix return value of trusty_init()Antonio Nino Diaz2018-09-181-1/+1
* 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-281-1/+1
* 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: 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-241-4/+3
* trusty: Restore working trusty setup code and include trusty image in buildArve Hjønnevåg2018-01-241-10/+34
* 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-041-4/+4
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* 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-061-0/+12
* 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-061-6/+39
* spd: trusty: OEN_TAP_START aperture for standard callsAmith2017-02-231-1/+1
* 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-081-0/+400