aboutsummaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)Author
2017-11-08SPM: Introduce Secure Partition ManagerAntonio Nino Diaz
2017-11-08spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`Antonio Nino Diaz
2017-09-19trusty: save/restore FPU registers in world switchAijun Sun
2017-08-24opteed: pass device tree pointer in x2Jens Wiklander
2017-08-09Support paging function for OPTEE.Edison Ai
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-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-26Update terminology: standard SMC to yielding SMCDavid Cunado
2017-04-20tspd:FWU:Fix usage of SMC_RET0Antonio Nino Diaz
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-06tlkd: execute standard SMC calls on the boot CPUVarun 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-28Merge pull request #847 from douglas-raillard-arm/dr/fix_abort_smcdanh-arm
2017-02-23spd: trusty: OEN_TAP_START aperture for standard callsAmith
2017-02-23Fix TSPD implementation of STD SMC ABORTDouglas Raillard
2017-02-06Replace some memset call by zeromemDouglas Raillard
2017-01-26Resolve build errors flagged by GCC 6.2David Cunado
2016-12-23Abort preempted TSP STD SMC after PSCI CPU suspendDouglas Raillard
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
2016-11-03Perform a cache flush after ENTER PSCI timestamp capturedp-arm
2016-10-12Add PMF instrumentation points in TFdp-arm
2016-09-22PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew
2016-07-18Fix coding guideline warningsSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-06-16Add optional PSCI STAT residency & count functionsYatharth Kochar
2016-06-13opteed: assume aarch64 for opteeAshutosh Singh
2016-05-25PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_opsSoby Mathew
2016-05-20Add 32 bit version of plat_get_syscnt_freqAntonio Nino Diaz
2016-04-25Remove unused argument in psci_cpu_on_start()Sandrine Bailleux
2016-04-25Validate psci_cpu_on_start() argumentsSandrine Bailleux
2016-04-01pass r0-r6 as part of smc paramAshutosh Singh
2016-02-08PSCI: Resolve GCC static analysis false positiveSoby Mathew
2016-02-01Fix PSCI CPU ON race when setting state to ON_PENDINGSoby Mathew
2016-01-14Remove direct usage of __attribute__((foo))Soren Brinkmann
2015-12-21Miscellaneous doc fixes for v1.2Sandrine Bailleux
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-09TSP: Allow preemption of synchronous S-EL1 interrupt handlingSoby Mathew