summaryrefslogtreecommitdiff
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* spd: tlkd: support new TLK SMCs for RPMB serviceMustafa Yigit Bilgen2020-03-211-0/+3
* tlkd: remove system off/reset handlersVarun Wadekar2020-03-182-26/+2
* spd: trusty: disable error messages seen during bootVarun Wadekar2020-03-181-2/+2
* Implement SMCCC_ARCH_SOC_ID SMC callManish V Badarkhe2020-03-171-4/+13
* Merge "SPMD: Add support for SPCI_ID_GET" into integrationSandrine Bailleux2020-03-132-0/+39
|\
| * SPMD: Add support for SPCI_ID_GETMax Shvetsov2020-03-122-0/+39
* | spd: tlkd: secure timer interrupt handlerVarun Wadekar2020-03-111-1/+88
|/
* SPMD: add command line parameter to run SPM at S-EL2 or S-EL1Max Shvetsov2020-03-031-32/+29
* SPMD: smc handler qualify secure origin using booleansOlivier Deprez2020-03-031-34/+27
* SPMD: SPMC init, SMC handler cosmetic changesMax Shvetsov2020-03-031-139/+161
* SPMD: Adds partially supported EL2 registers.Max Shvetsov2020-03-032-11/+11
* SPMD: save/restore EL2 system registers.Max Shvetsov2020-03-021-0/+10
* Use consistent SMCCC error codeManish V Badarkhe2020-02-201-1/+1
* Merge "coverity: fix MISRA violations" into integrationMark Dykes2020-02-181-2/+2
|\
| * coverity: fix MISRA violationsZelalem2020-02-181-2/+2
* | trusty: generic-arm64-smcall: Support gicr addressArve Hjønnevåg2020-02-122-2/+13
* | trusty: Allow gic base to be specified with GICD_BASEArve Hjønnevåg2020-02-121-0/+9
* | trusty: Allow getting trusty memsize from BL32_MEM_SIZE instead of TSP_SEC_ME...Arve Hjønnevåg2020-02-121-0/+4
|/
* SPMD: hook SPMD into standard services frameworkAchin Gupta2020-02-101-1/+19
* SPMD: add SPM dispatcher based upon SPCI Beta 0 specAchin Gupta2020-02-104-0/+659
* Prevent speculative execution past ERETAnthony Steinhauser2020-01-221-2/+2
* spm-mm: Rename aarch64 assembly filesPaul Beesley2019-12-203-2/+2
* spm-mm: Rename source filesPaul Beesley2019-12-204-3/+3
* spm-mm: Rename spm_shim_private.hPaul Beesley2019-12-203-6/+6
* spm-mm: Rename spm_private.hPaul Beesley2019-12-205-9/+9
* spm-mm: Rename component makefilePaul Beesley2019-12-201-3/+3
* spm-mm: Remove mm_svc.h headerPaul Beesley2019-12-201-1/+0
* spm-mm: Refactor spm_svc.h and its contentsPaul Beesley2019-12-203-42/+42
* spm-mm: Refactor secure_partition.h and its contentsPaul Beesley2019-12-203-15/+15
* spm: Remove SPM Alpha 1 prototype and support filesPaul Beesley2019-12-2013-2396/+1
* Remove dependency between SPM_MM and ENABLE_SPM build flagsPaul Beesley2019-12-201-2/+2
* Enable -Wshadow alwaysJustin Chadwell2019-11-191-5/+5
* Merge changes from topic "jc/coverity-fixes" into integrationPaul Beesley2019-08-131-0/+2
|\
| * Fix Coverity #343017, Missing unlockJustin Chadwell2019-08-061-0/+2
* | spd: opteed: enable NS_TIMER_SWITCHSumit Garg2019-08-051-1/+4
* | Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-1/+1
* | Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-015-10/+10
|/
* Remove references to old project name from common filesJohn Tsichritzis2019-07-101-1/+1
* services/spm: Fix service UUID lookupPaul Beesley2019-04-091-1/+1
* Makefile: remove extra include paths in INCLUDESAmbroise Vincent2019-04-031-1/+1
* SPM: Adjust size of virtual address space per partitionAntonio Nino Diaz2019-04-031-2/+56
* SPM: Refactor xlat context creationAntonio Nino Diaz2019-04-034-18/+7
* SPM: Move shim layer to TTBR1_EL1Antonio Nino Diaz2019-04-035-14/+65
* SPM: Ignore empty regions in resource descriptionAntonio Nino Diaz2019-04-021-1/+6
* SPM: Create SPCI auxiliary functionAmbroise Vincent2019-04-011-56/+39
* Remove several warnings reported with W=2Ambroise Vincent2019-04-011-1/+1
* Remove several warnings reported with W=1Ambroise Vincent2019-04-012-2/+5
* Ensure proper ID register is checked for feature detectionDimitris Papastamos2019-03-041-2/+2
* trusty: Include file with GIC definitionsAntonio Nino Diaz2019-02-271-1/+2
* Merge pull request #1824 from antonio-nino-diaz-arm/an/move-dyn-xlatAntonio Niño Díaz2019-02-181-2/+0
|\