aboutsummaryrefslogtreecommitdiff
path: root/include/bl32
AgeCommit message (Expand)Author
2020-03-21spd: tlkd: support new TLK SMCs for RPMB serviceMustafa Yigit Bilgen
2020-03-18tlkd: remove system off/reset handlersVarun Wadekar
2020-03-11spd: tlkd: secure timer interrupt handlerVarun Wadekar
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-04-25sp_min: make sp_min_warm_entrypoint publicHeiko Stuebner
2019-02-27TSP: Enable pointer authentication supportAntonio Nino Diaz
2019-01-31tlkd: support new TLK SMCsMihir Joshi
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-09-28Remove deprecated early platform setup interfacesAntonio Nino Diaz
2018-02-26Introduce the new BL handover interfaceSoby Mathew
2018-01-08spd: tlkd: support for "NS memory ranges" function IDVarun Wadekar
2017-08-09bl32: add secure interrupt handling in AArch32 sp_minEtienne Carriere
2017-06-20sp_min: Implement `sp_min_plat_runtime_setup()`Dimitris Papastamos
2017-05-04Migrate secure payload dispatchers to new SMC terminologyDavid Cunado
2017-05-04Merge pull request #925 from dp-arm/dp/spdxdavidcunado-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-05-02Merge pull request #919 from davidcunado-arm/dc/smc_yielding_genericdavidcunado-arm
2017-04-29Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden
2017-04-26Update terminology: standard SMC to yielding SMCDavid Cunado
2017-01-26Resolve build errors flagged by GCC 6.2David Cunado
2016-12-23Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard
2016-12-20Fix TSP_STD_FID macroDouglas Raillard
2016-09-21AArch32: Support in SP_MIN to receive arguments from BL2Yatharth Kochar
2016-08-10AArch32: add a minimal secure payload (SP_MIN)Soby Mathew
2015-12-04Enable use of FIQs and IRQs as TSP interruptsSoby Mathew
2015-12-04Unify interrupt return paths from TSP into the TSPDSoby Mathew
2015-09-30Send power management events to the Trusted OS (TLK)Varun Wadekar
2015-04-13Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)Varun Wadekar
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
2014-08-19Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo
2014-08-19Clarify platform porting interface to TSPDan Handley
2014-08-14Move TSP private declarations into separate headerDan Handley
2014-05-23Move BL porting functions into platform.hDan Handley
2014-05-23Split platform.h into separate headersDan Handley
2014-05-23Remove extern keyword from function declarationsDan Handley
2014-05-23Use a vector table for TSP entrypointsAndrew Thoelke
2014-05-23Non-Secure Interrupt support during Standard SMC processing in TSPSoby Mathew
2014-05-22Add support for synchronous FIQ handling in TSPAchin Gupta
2014-05-22Use secure timer to generate S-EL1 interruptsAchin Gupta
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Separate out CASSERT macro into own headerDan Handley
2014-05-06Move include and source files to logical locationsDan Handley