summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PSCI: Demonstrate support for composite power statesrfc/psci-comp-pwr-statesSoby Mathew2015-04-166-1/+205
* PSCI: Add framework to handle composite power statesSoby Mathew2015-04-1617-479/+993
* PSCI: Add new power domain tree description interfacerfc/psci-new-top-descSoby Mathew2015-04-1017-885/+812
* PSCI: Validate MPIDR in platform_get_core_pos()Soby Mathew2015-04-1024-114/+187
* PSCI: Add API to return index of the calling CPUSoby Mathew2015-04-1022-132/+120
* PSCI: Remove references to affinity based power managementSoby Mathew2015-04-1022-684/+728
* PSCI: Invoke PM hooks only for the highest levelSoby Mathew2015-04-1013-901/+174
* Merge pull request #284 from kpet/kp/tf-issues-295danh-arm2015-04-0932-2/+149
|\
| * Add support to indicate size and end of assembly functionsKévin Petit2015-04-0832-2/+149
|/
* Merge pull request #277 from soby-mathew/sm/coh_lock_optdanh-arm2015-04-013-48/+57
|\
| * Remove the `owner` field in bakery_lock_t data structureSoby Mathew2015-03-273-13/+16
| * Optimize the bakery lock structure for coherent memorySoby Mathew2015-03-273-35/+41
* | Merge pull request #279 from sandrine-bailleux/sb/fix-checkpatchdanh-arm2015-04-011-2/+4
|\ \
| * | Bug Fix: Fix checkpatch rule in MakefileSandrine Bailleux2015-03-261-2/+4
| |/
* | Merge pull request #280 from vwadekar/tlkd-fixed-v3danh-arm2015-04-0110-0/+1155
|\ \
| * | TLK-D documentation and add NVIDIA to the Acknowledgements fileVarun Wadekar2015-03-312-0/+61
| * | Open/Close TA sessions, send commands/events to TAsVarun Wadekar2015-03-312-1/+43
| * | Preempt/Resume standard function ID callsVarun Wadekar2015-03-312-0/+63
| * | Translate secure/non-secure virtual addressesVarun Wadekar2015-03-315-0/+93
| * | Register NS shared memory for SP's activity logs and TA sessionsVarun Wadekar2015-03-312-1/+94
| * | Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)Varun Wadekar2015-03-317-0/+803
* | | Merge pull request #274 from sandrine-bailleux/sb/juno-r1achingupta2015-03-262-22/+80
|\ \ \
| * | | Add support for Juno r1 in the platform reset handlerSandrine Bailleux2015-03-242-22/+80
| | |/ | |/|
* | | Merge pull request #273 from achingupta/ag/genfw-389achingupta2015-03-261-6/+12
|\ \ \
| * | | Set group status of PPIs and SGIs correctly on GICv3 systemsAchin Gupta2015-03-201-6/+12
| |/ /
* | | Merge pull request #270 from vikramkanigiri/vk/a72_cpu_supportdanh-arm2015-03-192-0/+301
|\ \ \ | |/ / |/| |
| * | Add support for ARM Cortex-A72 processorVikram Kanigiri2015-03-182-0/+301
| |/
* | Merge pull request #263 from jcastillo-arm/jc/tbb_sha256_intdanh-arm2015-03-172-2/+0
|\ \
| * | TBB: remove PolarSSL SHA1 functions from the binaryJuan Castillo2015-03-112-2/+0
* | | Merge pull request #269 from vikramkanigiri/vk/common-ccidanh-arm2015-03-1723-46/+383
|\ \ \
| * | | Use ARM CCI driver on FVP and Juno platformsVikram Kanigiri2015-03-1615-35/+59
| * | | Common driver for ARM Cache Coherent InterconnectsVikram Kanigiri2015-03-165-0/+312
| * | | Add macro to calculate number of elements in an arrayVikram Kanigiri2015-03-165-12/+13
* | | | Merge pull request #268 from vikramkanigiri/vk/move_init_cpu_opsdanh-arm2015-03-175-25/+7
|\ \ \ \
| * | | | Initialise cpu ops after enabling data cacheVikram Kanigiri2015-03-135-25/+7
| |/ / /
* | | | Merge pull request #267 from sandrine-bailleux/sb/doc-fixesdanh-arm2015-03-172-4/+14
|\ \ \ \
| * | | | User guide: Add dependency on libssl-dev for cert_create toolSandrine Bailleux2015-03-101-0/+3
| * | | | Update help message printed by the MakefileSandrine Bailleux2015-03-101-4/+11
| |/ / /
* | | | Merge pull request #266 from sandrine-bailleux/sb/juno-disable-errata-806969danh-arm2015-03-171-1/+1
|\ \ \ \
| * | | | Juno: Disable workaround for Cortex-A57 erratum #806969Sandrine Bailleux2015-03-111-1/+1
| |/ / /
* | | | Merge pull request #264 from jcastillo-arm/jc/tbb_fip_depdanh-arm2015-03-171-1/+1
|\ \ \ \
| * | | | TBB: fix build target 'all' dependency on certificatesJuan Castillo2015-03-051-1/+1
| |/ / /
* | | | Merge pull request #262 from sandrine-bailleux/sb/check-format-printfdanh-arm2015-03-175-24/+25
|\ \ \ \
| * | | | Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux2015-03-065-24/+25
| |/ / /
* | | | Merge pull request #265 from jcastillo-arm/jc/git_commit_iddanh-arm2015-03-171-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | checkpatch: ignore GIT_COMMIT_IDJuan Castillo2015-03-111-1/+3
| |/ /
* | | Merge pull request #260 from jcastillo-arm/jc/tbb_sha256danh-arm2015-03-062-5/+4
|\ \ \ | |/ / |/| / | |/
| * TBB: use SHA256 to generate the certificate signaturesJuan Castillo2015-03-052-5/+4
|/
* Merge pull request #261 from sandrine-bailleux/sb/coding-styledanh-arm2015-03-057-10/+12
|\
| * Fix violations to the coding styleSandrine Bailleux2015-03-056-8/+8