aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* | SPM: Support multiple partitionsAntonio Nino Diaz2018-12-113-37/+94
* | SPM: Remove old SMC interfacesAntonio Nino Diaz2018-12-111-96/+0
* | SPM: Map memory regions from RDAntonio Nino Diaz2018-12-113-12/+239
* | SPM: Read entrypoint from resource descriptorAntonio Nino Diaz2018-12-111-1/+2
* | SPM: Load image and RD from SP packageAntonio Nino Diaz2018-12-112-0/+26
* | SPM: Remove SP memory mappings definitionsAntonio Nino Diaz2018-12-103-40/+4
* | SPM: Deprecate boot info structAntonio Nino Diaz2018-12-101-68/+0
* | SPM: Deprecate the current implementationAntonio Nino Diaz2018-12-108-0/+1075
|/
* SDEI: Unconditionally resume Secure if it was interruptedJeenu Viswambharan2018-11-261-3/+2
* SPM: Raise running priority of the core while in Secure PartitionSughosh Ganu2018-11-141-0/+20
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-088-24/+24
* sdei: include "context.h" to fix compilation errorsVarun Wadekar2018-10-301-0/+1
* Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew2018-10-032-2/+3
|\
| * Ensure the flow through switch statements is clearDaniel Boulby2018-09-212-2/+3
* | Remove all other deprecated interfaces and filesAntonio Nino Diaz2018-09-281-10/+0
* | trusty: Fix return value of trusty_init()Antonio Nino Diaz2018-09-181-1/+1
|/
* SDEI: Mask events after CPU wakeupJeenu Viswambharan2018-09-071-0/+14
* opteed: pass power level on suspendJorge Ramirez-Ortiz2018-08-311-0/+3
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-221-3/+4
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-222-2/+2
* SDEI: Fix locking issuesJeenu Viswambharan2018-08-201-6/+6
* SDEI: MISRA fixesJeenu Viswambharan2018-08-205-231/+238
* Merge pull request #1516 from antonio-nino-diaz-arm/an/printfDimitris Papastamos2018-08-151-4/+4
|\
| * Replace stdio.h functions by TF functionsAntonio Nino Diaz2018-08-101-4/+4
* | xlat v2: Cleanup get/change mem attr helpersAntonio Nino Diaz2018-08-061-5/+5
|/
* Fix handler prototype in Trusty generic dispatcherSandrine Bailleux2018-08-011-6/+6
* Merge pull request #1481 from antonio-nino-diaz-arm/an/xlat-refactordanh-arm2018-07-191-36/+13
|\
| * SPM: Use generic MMU setup functionsAntonio Nino Diaz2018-07-151-36/+13
* | Fix verbose messages in SDEI codeSandrine Bailleux2018-07-131-22/+22
|/
* Fix some violations to MISRA rule 8.3Sandrine Bailleux2018-07-112-2/+2
* Add end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* Merge pull request #1406 from robertovargas-arm/uuidDimitris Papastamos2018-06-223-9/+13
|\
| * Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-143-9/+13
* | 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
* | Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixesDimitris Papastamos2018-06-141-45/+15
|\ \ | |/ |/|
| * 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
* | Fix MISRA Rule 5.7 Part 3Daniel Boulby2018-06-123-20/+20
* | Fix MISRA Rule 5.3 Part 3Daniel Boulby2018-06-121-6/+6
|/
* SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabledDimitris Papastamos2018-06-081-0/+26
* Merge pull request #1392 from dp-arm/dp/cve_2018_3639Dimitris Papastamos2018-05-291-2/+34
|\
| * Add support for dynamic mitigation for CVE-2018-3639Dimitris Papastamos2018-05-231-0/+18