aboutsummaryrefslogtreecommitdiffstats
path: root/include/services
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-048-11/+13
* SPM: Remove remaining SMC interfacesAntonio Nino Diaz2018-12-111-0/+8
* SPM: Migrate mem attr get/set helpers to SPRTAntonio Nino Diaz2018-12-111-0/+9
* SPM: Introduce SMC handlers for SPCI and SPRTAntonio Nino Diaz2018-12-112-0/+183
* SPM: Remove old SMC interfacesAntonio Nino Diaz2018-12-111-0/+4
* SPM: Deprecate boot info structAntonio Nino Diaz2018-12-101-0/+4
* SPM: Define resource description data structuresAntonio Nino Diaz2018-12-102-0/+346
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-085-15/+15
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+1
* SDEI: MISRA fixesJeenu Viswambharan2018-08-201-59/+54
* Merge pull request #1437 from jeenu-arm/ras-remainingDimitris Papastamos2018-06-221-2/+9
|\
| * SDEI: Make dispatches synchronousJeenu Viswambharan2018-06-211-1/+1
| * SDEI: Allow platforms to define explicit eventsJeenu Viswambharan2018-06-211-1/+8
* | SPM: Allow entering the SP without needing a SMCAntonio Nino Diaz2018-06-201-0/+3
|/
* SPM: Treat SP xlat tables the same as othersSandrine Bailleux2018-06-131-9/+0
* Merge pull request #1392 from dp-arm/dp/cve_2018_3639Dimitris Papastamos2018-05-291-0/+3
|\
| * Implement static workaround for CVE-2018-3639Dimitris Papastamos2018-05-231-0/+3
* | SPM: Move all SP-related info to SP context structAntonio Nino Diaz2018-05-231-4/+0
|/
* Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-8/+4
* Implement support for SMCCC v1.1Dimitris Papastamos2018-01-291-0/+14
* SPM: Declare explicit width based types in secure_partition_boot_info_t struc...Sughosh Ganu2018-01-221-17/+17
* SPM: Fix version header definitionsAntonio Nino Diaz2018-01-102-17/+38
* SPM: Rename SP_COMMUNICATE macrosSandrine Bailleux2017-12-051-2/+2
* SPM: Rename SP_MEM_ATTR*** definesAntonio Nino Diaz2017-12-051-12/+12
* SDEI: Fix type of register countJeenu Viswambharan2017-11-201-1/+1
* SDEI: Add API for explicit dispatchJeenu Viswambharan2017-11-131-0/+3
* BL31: Add SDEI dispatcherJeenu Viswambharan2017-11-131-0/+178
* SPM: Introduce Secure Partition ManagerAntonio Nino Diaz2017-11-082-0/+155
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew2016-09-221-0/+9
* Introduce PSCI Library InterfaceSoby Mathew2016-07-191-6/+0
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-181-0/+51