aboutsummaryrefslogtreecommitdiffstats
path: root/services/std_svc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1406 from robertovargas-arm/uuidDimitris Papastamos2018-06-221-3/+7
|\
| * Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-141-3/+7
* | SDEI: Fix name of internal functionJeenu Viswambharan2018-06-221-2/+2
* | SDEI: Fix determining client ELJeenu Viswambharan2018-06-221-1/+1
* | SDEI: Fix dispatch bugJeenu Viswambharan2018-06-221-1/+1
* | Merge pull request #1437 from jeenu-arm/ras-remainingDimitris Papastamos2018-06-224-88/+148
|\ \
| * | SDEI: Make dispatches synchronousJeenu Viswambharan2018-06-213-74/+114
| * | SDEI: Determine client EL from NS context's SCR_EL3Jeenu Viswambharan2018-06-213-3/+6
| * | SDEI: Allow platforms to define explicit eventsJeenu Viswambharan2018-06-213-11/+28
* | | SPM: Allow entering the SP without needing a SMCAntonio Nino Diaz2018-06-201-18/+31
|/ /
* | SPM: Refactor entry and exit of the SPAntonio Nino Diaz2018-06-152-52/+44
* | xlat v2: Introduce xlat granule size helpersAntonio Nino Diaz2018-06-131-33/+6
* | SPM: Initialize SP args as expected by cm libraryAntonio Nino Diaz2018-06-131-12/+9
|/
* SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabledDimitris Papastamos2018-06-081-0/+26
* SPM: Extract code out of the SMC handlerAntonio Nino Diaz2018-05-231-76/+84
* SPM: Replace SP init flag by generic state enumAntonio Nino Diaz2018-05-232-11/+76
* SPM: Shorten names of types and functionsAntonio Nino Diaz2018-05-234-14/+14
* SPM: Move xlat-related functions to separate fileAntonio Nino Diaz2018-05-234-141/+166
* SPM: Move all SP-related info to SP context structAntonio Nino Diaz2018-05-234-231/+127
* SPM: Do not trap S-EL0 access to SVE/SIMD/FP regsSandrine Bailleux2018-05-151-2/+4
* Fix some MISRA defects in SPM codeAntonio Nino Diaz2018-04-171-27/+28
* Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-291-19/+2
|\
| * services: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-261-19/+2
* | Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-9/+5
|/
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-212-3/+3
* Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm2018-02-281-2/+2
|\
| * Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-2/+2
* | SDEI: Pop dispatch context only after error checkingJeenu Viswambharan2018-02-271-9/+11
|/
* Ensure the correct execution of TLBI instructionsAntonio Nino Diaz2018-02-211-0/+1
* Remove URLs from commentsAntonio Nino Diaz2018-02-141-4/+2
* SPM: Fix version header definitionsAntonio Nino Diaz2018-01-101-4/+4
* SPM: Allow secondary CPUs to use the Secure PartitionAntonio Nino Diaz2018-01-082-0/+15
* SPM: Move initialization flag to context structAntonio Nino Diaz2018-01-082-6/+6
* SPM: Fix MM_COMMUNICATE_AARCH32/64 parametersSandrine Bailleux2017-12-121-18/+32
* Merge pull request #1187 from antonio-nino-diaz-arm/an/spm-xlat-dramdavidcunado-arm2017-12-101-1/+6
|\
| * SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAMAntonio Nino Diaz2017-12-061-1/+6
* | Merge pull request #1184 from antonio-nino-diaz-arm/an/bl31-in-dramdavidcunado-arm2017-12-091-1/+0
|\ \
| * | SPM: Remove ARM platforms header from SPM common codeAntonio Nino Diaz2017-12-061-1/+0
| |/
* | Merge pull request #1183 from jeenu-arm/sdei-reset-fixdavidcunado-arm2017-12-091-2/+2
|\ \
| * | SDEI: Fix return value of reset callsJeenu Viswambharan2017-12-061-2/+2
| |/
* | SPM: Rename SP_COMMUNICATE macrosSandrine Bailleux2017-12-051-3/+3
* | SPM: Rename SP_MEM_ATTR*** definesAntonio Nino Diaz2017-12-051-20/+21
|/
* Merge pull request #1169 from antonio-nino-diaz-arm/an/spm-fixesdavidcunado-arm2017-11-232-9/+11
|\
| * SPM: Fix SP_COMMUNICATE_AARCH32/64 parametersAntonio Nino Diaz2017-11-151-4/+6
| * SPM: Fix calculation of max page granularityAntonio Nino Diaz2017-11-151-5/+5
* | SDEI: Assert that dynamic events have Normal priorityJeenu Viswambharan2017-11-201-0/+2
* | SDEI: Fix security state check for explicit dispatchJeenu Viswambharan2017-11-201-1/+3
|/
* SDEI: Fix build error with logging enabledJeenu Viswambharan2017-11-131-1/+1
* SDEI: Add API for explicit dispatchJeenu Viswambharan2017-11-131-0/+86
* BL31: Add SDEI dispatcherJeenu Viswambharan2017-11-136-1/+2149