aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused argument in psci_cpu_on_start()Sandrine Bailleux2016-04-253-10/+3
* Validate psci_cpu_on_start() argumentsSandrine Bailleux2016-04-251-0/+4
* pass r0-r6 as part of smc paramAshutosh Singh2016-04-011-0/+12
* PSCI: Resolve GCC static analysis false positiveSoby Mathew2016-02-081-0/+1
* Fix PSCI CPU ON race when setting state to ON_PENDINGSoby Mathew2016-02-013-20/+29
* Remove direct usage of __attribute__((foo))Soren Brinkmann2016-01-141-1/+1
* Miscellaneous doc fixes for v1.2Sandrine Bailleux2015-12-212-5/+5
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-1/+1
* TSP: Allow preemption of synchronous S-EL1 interrupt handlingSoby Mathew2015-12-091-8/+13
* Enable use of FIQs and IRQs as TSP interruptsSoby Mathew2015-12-044-34/+44
* Unify interrupt return paths from TSP into the TSPDSoby Mathew2015-12-041-31/+16
* Remove the IMF_READ_INTERRUPT_ID build optionSoby Mathew2015-11-262-14/+0
* TLKD: pass results with TLK_RESUME_FID function IDVarun Wadekar2015-10-091-38/+14
* PSCI: Update state only if CPU_OFF is not denied by SPDSoby Mathew2015-10-061-14/+18
* Send power management events to the Trusted OS (TLK)Varun Wadekar2015-09-302-2/+129
* Make generic code work in presence of system cachesAchin Gupta2015-09-143-18/+0
* Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2Achin Gupta2015-09-143-24/+9
|\
| * Re-design bakery lock memory allocation and algorithmAndrew Thoelke2015-09-113-24/+9
* | Pass the target suspend level to SPD suspend hooksAchin Gupta2015-09-103-14/+16
|/
* Merge pull request #361 from achingupta/for_sm/psci_proto_v5Achin Gupta2015-08-1718-2101/+1676
|\
| * PSCI: Rework generic code to conform to coding guidelinesSoby Mathew2015-08-138-88/+92
| * PSCI: Fix the return code for invalid entrypointSoby Mathew2015-08-133-47/+34
| * PSCI: Migrate SPDs and TSP to the new platform and framework APISoby Mathew2015-08-135-55/+32
| * PSCI: Switch to the new PSCI frameworksSoby Mathew2015-08-1320-4168/+987
| * PSCI: Implement platform compatibility layerSoby Mathew2015-08-131-0/+78
| * PSCI: Unify warm reset entry pointsSandrine Bailleux2015-08-136-46/+46
| * PSCI: Add framework to handle composite power statesSoby Mathew2015-08-137-412/+749
| * PSCI: Introduce new platform interface to describe topologySoby Mathew2015-08-138-648/+442
| * PSCI: Introduce new platform and CM helper APIsSoby Mathew2015-08-137-45/+42
| * PSCI: Remove references to affinity based power managementSoby Mathew2015-08-0510-476/+479
| * PSCI: Invoke PM hooks only for the highest levelSoby Mathew2015-08-059-724/+122
| * PSCI: Create new directory to implement new frameworksSoby Mathew2015-08-0510-0/+3181
* | tlkd: delete 'NEED_BL32' build variableVarun Wadekar2015-07-241-2/+0
|/
* Merge pull request #324 from soby-mathew/sm/sys_suspenddanh-arm2015-07-024-4/+106
|\
| * PSCI: Add SYSTEM_SUSPEND API supportSoby Mathew2015-06-224-4/+106
* | Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1danh-arm2015-06-241-63/+25
|\ \
| * | Introduce PROGRAMMABLE_RESET_ADDRESS build optionSandrine Bailleux2015-06-041-1/+6
| * | Rationalize reset handling codeSandrine Bailleux2015-06-041-63/+20
| |/
* / Fix integer extension in mpidr_set_aff_inst()Andrew Thoelke2015-06-191-2/+2
|/
* PSCI: Set ON_PENDING state early during CPU_ONSoby Mathew2015-05-131-14/+16
* Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7)Varun Wadekar2015-04-131-66/+47
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-085-0/+10
* Merge pull request #280 from vwadekar/tlkd-fixed-v3danh-arm2015-04-016-0/+1003
|\
| * Open/Close TA sessions, send commands/events to TAsVarun Wadekar2015-03-311-0/+33
| * Preempt/Resume standard function ID callsVarun Wadekar2015-03-311-0/+61
| * Translate secure/non-secure virtual addressesVarun Wadekar2015-03-313-0/+83
| * Register NS shared memory for SP's activity logs and TA sessionsVarun Wadekar2015-03-311-1/+82
| * Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd)Varun Wadekar2015-03-316-0/+745
* | Initialise cpu ops after enabling data cacheVikram Kanigiri2015-03-131-6/+0
|/
* Fix violations to the coding styleSandrine Bailleux2015-03-052-3/+3