summaryrefslogtreecommitdiff
path: root/services/spd/tlkd
AgeCommit message (Expand)Author
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-02-12Sanitize SPD include pathsAntonio Nino Diaz
2019-01-31spd: tlkd: remove unwanted assert on System Suspend entryMihir Joshi
2019-01-31tlkd: support new TLK SMCsMihir Joshi
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-21Ensure the flow through switch statements is clearDaniel Boulby
2018-06-14Make TF UUID RFC 4122 compliantRoberto Vargas
2018-04-27Fix pointer type mismatch of handlersMasahiro Yamada
2018-04-21spd: add static qualifier to locally used functions and dataMasahiro Yamada
2018-03-26services: fix switch statements to comply with MISRA rulesJonathan Wright
2018-01-08spd: tlkd: support for "NS memory ranges" function IDVarun Wadekar
2017-11-08spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`Antonio Nino Diaz
2017-07-12Fix order of #includesIsla Mitchell
2017-06-14Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar
2017-05-04Migrate secure payload dispatchers to new SMC terminologyDavid Cunado
2017-05-03Use SPDX license identifiersdp-arm
2017-03-06tlkd: execute standard SMC calls on the boot CPUVarun Wadekar
2015-10-09TLKD: pass results with TLK_RESUME_FID function IDVarun Wadekar
2015-09-30Send power management events to the Trusted OS (TLK)Varun Wadekar
2015-08-17Merge pull request #361 from achingupta/for_sm/psci_proto_v5Achin Gupta
2015-08-13PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew
2015-07-24tlkd: delete 'NEED_BL32' build variableVarun Wadekar
2015-04-13Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)Varun Wadekar
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-03-31Open/Close TA sessions, send commands/events to TAsVarun Wadekar
2015-03-31Preempt/Resume standard function ID callsVarun Wadekar
2015-03-31Translate secure/non-secure virtual addressesVarun Wadekar
2015-03-31Register NS shared memory for SP's activity logs and TA sessionsVarun Wadekar
2015-03-31Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)Varun Wadekar