summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPM: Initialise secure partitions on secondary cpusprototypes/secure_partitions/rfc_v1Achin Gupta2017-05-266-7/+286
* SPM: Register secure partition warm boot entrypointAchin Gupta2017-05-262-1/+16
* SPM: Pass per-cpu shared buffer size to partitionAchin Gupta2017-05-263-3/+5
* SPM: Rename function to initialise partition ep_infoAchin Gupta2017-05-262-5/+7
* SPM: Rename secure partition specifc data structuresAchin Gupta2017-05-263-80/+88
* SPM: Improve support for managing partition stateAchin Gupta2017-05-262-5/+27
* SPM: Reserve a per-core secure partition contextAchin Gupta2017-05-261-7/+15
* SPM: Distinguish between local and global 'spm_ctx'Achin Gupta2017-05-261-16/+16
* SPM: Move secure partition context initialisationAchin Gupta2017-05-261-1/+5
* Add build flag to include Secure Partitions serviceAchin Gupta2017-05-264-4/+19
* Add support to invoke the Secure Partitions ServiceAchin Gupta2017-05-261-1/+22
* Add support for a Secure Partition Manager in BL31Achin Gupta2017-05-265-0/+665
* Add support for Secure Partition setup in BL31Achin Gupta2017-05-267-16/+713
* FVP: Implement Secure Partitions porting interfaceAchin Gupta2017-05-266-17/+195
* Include TSP memory map only when TSPD is includedAchin Gupta2017-05-262-0/+4
* S-EL0/S-EL1 Shim: Setup context from MM dispatcherAntonio Nino Diaz2017-05-162-1/+9
* S-EL0/S-EL1 Shim: Map S-EL0 regionsSandrine Bailleux2017-05-163-0/+12
* S-EL0/S-EL1 Shim: Add context setup codeSandrine Bailleux2017-05-165-2/+164
* S-EL0/S-EL1 Shim: Add xlat setup codeSandrine Bailleux2017-05-163-0/+116
* S-EL0/S-EL1 Shim: Map xlat tables at EL3Antonio Nino Diaz2017-05-161-0/+10
* S-EL0/S-EL1 Shim: Allocate memory for xlat tablesAntonio Nino Diaz2017-05-165-0/+61
* S-EL0/S-EL1 Shim: Add exception vectors tableAntonio Nino Diaz2017-05-165-1/+249
* MMD: Add SMC to change memory attributesSandrine Bailleux2017-05-161-0/+50
* MMD: Add a minimal MM dispatcherSandrine Bailleux2017-05-166-3/+533
* Add support to enter S-EL0 from EL3Sandrine Bailleux2017-05-163-2/+35
* xlat: Hack xlat table lib to program AP[1]Sandrine Bailleux2017-05-161-0/+2
* xlat: Allow regions to specify their granularityAntonio Nino Diaz2017-05-163-13/+38
* WIP: xlat: Introduce API to change memory attributes of a regionSandrine Bailleux2017-05-163-0/+303
* WIP: Changes to architectural defsSandrine Bailleux2017-05-161-6/+42
* Add bitops.h, provides set/get_bit() helpersSandrine Bailleux2017-05-161-0/+59
* Always compile TLB invalidation functionsSandrine Bailleux2017-05-162-6/+2
* WIP: xlat lib v2: Export translation context as an opaque typeSandrine Bailleux2017-05-164-76/+114
* xlat: Use the TLBI of the correct EL for the contextAntonio Nino Diaz2017-05-165-24/+31
* Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2davidcunado-arm2017-05-124-12/+26
|\
| * Minor fixes to the xlat tables lib v2Antonio Nino Diaz2017-05-094-12/+26
* | Merge pull request #933 from davidcunado-arm/dc/add_spdxdavidcunado-arm2017-05-111-25/+1
|\ \
| * | Add missing SPDX headerDavid Cunado2017-05-111-25/+1
|/ /
* | Merge pull request #928 from davidcunado-arm/dc/update_userguidedavidcunado-arm2017-05-111-10/+9
|\ \
| * | Update AEM and Cortex Models versionsDavid Cunado2017-05-051-10/+9
* | | Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm2017-05-1117-35/+383
|\ \ \
| * | | Introduce ARM SiP service to switch execution stateJeenu Viswambharan2017-05-0410-8/+361
| * | | Add macro to check whether the CPU implements an ELJeenu Viswambharan2017-05-028-27/+22
* | | | Merge pull request #932 from dp-arm/dp/spdx-rockchipdavidcunado-arm2017-05-1111-275/+11
|\ \ \ \
| * | | | Use SPDX license identifiers for remaining filesdp-arm2017-05-1011-275/+11
|/ / / /
* | | | Merge pull request #918 from rockchip-linux/rk3328davidcunado-arm2017-05-1014-2/+1923
|\ \ \ \
| * | | | rockchip: rk3328: Add a missing paragraph for copyright notice.tony.xie2017-05-101-0/+4
| * | | | rockchip: rk3328: support rk3328tony.xie2017-04-2514-2/+1919
* | | | | Merge pull request #931 from antonio-nino-diaz-arm/an/revert-rockchipdavidcunado-arm2017-05-101-0/+9
|\ \ \ \ \
| * | | | | Revert "rockchip: Remove unused rockchip_pd_pwr_down_wfi function"Antonio Nino Diaz2017-05-101-0/+9
|/ / / / /
* | | | | Merge pull request #926 from EvanLloyd/win_make_4davidcunado-arm2017-05-084-10/+18
|\ \ \ \ \