aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd/tlkd
Commit message (Expand)AuthorAgeFilesLines
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-3/+3
* Ensure the flow through switch statements is clearDaniel Boulby2018-09-211-2/+2
* Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-141-3/+3
* Fix pointer type mismatch of handlersMasahiro Yamada2018-04-272-9/+9
* spd: add static qualifier to locally used functions and dataMasahiro Yamada2018-04-211-4/+4
* services: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-262-0/+3
* spd: tlkd: support for "NS memory ranges" function IDVarun Wadekar2018-01-081-4/+6
* spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`Antonio Nino Diaz2017-11-081-1/+1
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar2017-06-141-1/+1
* Migrate secure payload dispatchers to new SMC terminologyDavid Cunado2017-05-043-25/+26
* Use SPDX license identifiersdp-arm2017-05-036-150/+6
* tlkd: execute standard SMC calls on the boot CPUVarun Wadekar2017-03-061-3/+14
* TLKD: pass results with TLK_RESUME_FID function IDVarun Wadekar2015-10-091-38/+14
* Send power management events to the Trusted OS (TLK)Varun Wadekar2015-09-302-2/+129
* Merge pull request #361 from achingupta/for_sm/psci_proto_v5Achin Gupta2015-08-171-2/+1
|\
| * PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew2015-08-131-2/+1
* | tlkd: delete 'NEED_BL32' build variableVarun Wadekar2015-07-241-2/+0
|/
* Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)Varun Wadekar2015-04-131-66/+47
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-081-0/+2
* Open/Close TA sessions, send commands/events to TAsVarun Wadekar2015-03-311-0/+33
* Preempt/Resume standard function ID callsVarun Wadekar2015-03-311-0/+61
* Translate secure/non-secure virtual addressesVarun Wadekar2015-03-313-0/+83
* Register NS shared memory for SP's activity logs and TA sessionsVarun Wadekar2015-03-311-1/+82
* Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)Varun Wadekar2015-03-316-0/+745