aboutsummaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)Author
2020-03-03SPMD: add command line parameter to run SPM at S-EL2 or S-EL1Max Shvetsov
2020-03-03SPMD: smc handler qualify secure origin using booleansOlivier Deprez
2020-03-03SPMD: SPMC init, SMC handler cosmetic changesMax Shvetsov
2020-03-03SPMD: Adds partially supported EL2 registers.Max Shvetsov
2020-03-02SPMD: save/restore EL2 system registers.Max Shvetsov
2020-02-20Use consistent SMCCC error codeManish V Badarkhe
2020-02-18Merge "coverity: fix MISRA violations" into integrationMark Dykes
2020-02-18coverity: fix MISRA violationsZelalem
2020-02-12trusty: generic-arm64-smcall: Support gicr addressArve Hjønnevåg
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
2020-02-10SPMD: hook SPMD into standard services frameworkAchin Gupta
2020-02-10SPMD: add SPM dispatcher based upon SPCI Beta 0 specAchin Gupta
2020-01-22Prevent speculative execution past ERETAnthony Steinhauser
2019-12-20spm-mm: Rename aarch64 assembly filesPaul Beesley
2019-12-20spm-mm: Rename source filesPaul Beesley
2019-12-20spm-mm: Rename spm_shim_private.hPaul Beesley
2019-12-20spm-mm: Rename spm_private.hPaul Beesley
2019-12-20spm-mm: Rename component makefilePaul Beesley
2019-12-20spm-mm: Remove mm_svc.h headerPaul Beesley
2019-12-20spm-mm: Refactor spm_svc.h and its contentsPaul Beesley
2019-12-20spm-mm: Refactor secure_partition.h and its contentsPaul Beesley
2019-12-20spm: Remove SPM Alpha 1 prototype and support filesPaul Beesley
2019-12-20Remove dependency between SPM_MM and ENABLE_SPM build flagsPaul Beesley
2019-11-19Enable -Wshadow alwaysJustin Chadwell
2019-08-13Merge changes from topic "jc/coverity-fixes" into integrationPaul Beesley
2019-08-06Fix Coverity #343017, Missing unlockJustin Chadwell
2019-08-05spd: opteed: enable NS_TIMER_SWITCHSumit Garg
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-07-10Remove references to old project name from common filesJohn Tsichritzis
2019-04-09services/spm: Fix service UUID lookupPaul Beesley
2019-04-03Makefile: remove extra include paths in INCLUDESAmbroise Vincent
2019-04-03SPM: Adjust size of virtual address space per partitionAntonio Nino Diaz
2019-04-03SPM: Refactor xlat context creationAntonio Nino Diaz
2019-04-03SPM: Move shim layer to TTBR1_EL1Antonio Nino Diaz
2019-04-02SPM: Ignore empty regions in resource descriptionAntonio Nino Diaz
2019-04-01SPM: Create SPCI auxiliary functionAmbroise Vincent
2019-04-01Remove several warnings reported with W=2Ambroise Vincent
2019-04-01Remove several warnings reported with W=1Ambroise Vincent
2019-03-04Ensure proper ID register is checked for feature detectionDimitris Papastamos
2019-02-27trusty: Include file with GIC definitionsAntonio Nino Diaz
2019-02-18Merge pull request #1824 from antonio-nino-diaz-arm/an/move-dyn-xlatAntonio Niño Díaz
2019-02-14SPM: Remove unnecessary register saveAntonio Nino Diaz
2019-02-12fvp: trusty: Move dynamic xlat enable to platformAntonio Nino Diaz
2019-02-12Sanitize SPD include pathsAntonio Nino Diaz
2019-02-11Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmpAntonio Niño Díaz
2019-02-08Make setjmp.h prototypes comply with the C standardAntonio Nino Diaz
2019-02-06trusty: Require dynamic translation tablesAntonio Nino Diaz
2019-02-05spd: trusty: memmap trusty's code memory before peekingVarun Wadekar