aboutsummaryrefslogtreecommitdiff
path: root/services/spd/trusty
AgeCommit message (Expand)Author
2020-02-12trusty: Allow gic base to be specified with GICD_BASEArve Hjønnevåg
2020-02-12trusty: Allow getting trusty memsize from BL32_MEM_SIZE instead of TSP_SEC_ME...Arve Hjønnevåg
2019-04-03Makefile: remove extra include paths in INCLUDESAmbroise Vincent
2019-02-27trusty: Include file with GIC definitionsAntonio Nino Diaz
2019-02-12fvp: trusty: Move dynamic xlat enable to platformAntonio Nino Diaz
2019-02-06trusty: Require dynamic translation tablesAntonio Nino Diaz
2019-02-05spd: trusty: memmap trusty's code memory before peekingVarun Wadekar
2019-01-31spd: trusty: pass max affinity level to TrustyStephen Wolfe
2019-01-25Merge pull request #1781 from dtwlin/m2Antonio Niño Díaz
2019-01-24spd: trusty: trusty_setup should bail on unknown imageDavid Lin
2019-01-23spd: trusty : fix defects flagged by MISRA scanAnthony Zhou
2019-01-15Correct typographical errorsPaul Beesley
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-09-18trusty: Fix return value of trusty_init()Antonio Nino Diaz
2018-08-22libc: Use printf and snprintf across codebaseAntonio Nino Diaz
2018-08-10Replace stdio.h functions by TF functionsAntonio Nino Diaz
2018-08-01Fix handler prototype in Trusty generic dispatcherSandrine Bailleux
2018-04-27types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada
2018-04-27Fix pointer type mismatch of handlersMasahiro Yamada
2018-04-21spd: add static qualifier to locally used functions and dataMasahiro Yamada
2018-03-21Trusty: Fix sanity check on NS entry pointSandrine Bailleux
2018-03-02trusty: Fix another reported misra violationArve Hjønnevåg
2018-03-01trusty: Fix reported misra violationArve Hjønnevåg
2018-02-28trusty: Fix reported static check errorsArve Hjønnevåg
2018-02-28trusty: Change type of aarch32 flag t boolArve Hjønnevåg
2018-02-21tegra/trusty: Setup tegra specific trusty args in platform codeArve Hjønnevåg
2018-02-01trusty: generic-arm64-smcall: Use SPDX license identifiersArve Hjønnevåg
2018-01-24trusty: Pass cpu suspend/resume reason to trustyArve Hjønnevåg
2018-01-24trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bitArve Hjønnevåg
2018-01-24trusty: Add fpu/simd supportArve Hjønnevåg
2018-01-24trusty: Add generic-arm64 supportArve Hjønnevåg
2018-01-24trusty: Restore working trusty setup code and include trusty image in buildArve Hjønnevåg
2017-09-19trusty: save/restore FPU registers in world switchAijun Sun
2017-07-12Fix order of #includesIsla Mitchell
2017-05-04Migrate secure payload dispatchers to new SMC terminologyDavid Cunado
2017-05-03Use SPDX license identifiersdp-arm
2017-03-06spd: trusty: support for AARCH64 modeVarun Wadekar
2017-03-06spd: trusty: save context starting from the stack endVarun Wadekar
2017-03-06spd: trusty: add SET_ROT_PARAMS handlingVarun Wadekar
2017-03-06spd: trusty: pass boot params to the Trusted OSWayne Lin
2017-03-06spd: trusty: only process one function ID at a timeAnthony Zhou
2017-03-06spd: trusty: pass VMID via X7Anthony Zhou
2017-02-23spd: trusty: OEN_TAP_START aperture for standard callsAmith
2017-01-26Resolve build errors flagged by GCC 6.2David Cunado
2016-11-30Check Trusty is present during the SPD's initializationSandrine Bailleux
2016-11-23Fix a coding style issue in trusty.cSandrine Bailleux
2016-11-23Fix compilation warning in Trusty SPDSandrine Bailleux
2016-11-08spd: dispatcher for interacting with the Trusty TEEVarun Wadekar