aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #178 from soby-mathew/sm/optmize_el3_contextdanh-arm2014-08-041-8/+6
|\
| * Optimize EL3 register state stored in cpu_context structureSoby Mathew2014-07-311-8/+6
* | Support asynchronous method for BL3-2 initializationVikram Kanigiri2014-08-011-26/+52
* | Rework the TSPD setup codeVikram Kanigiri2014-08-014-35/+52
|/
* Merge pull request #177 from jcastillo-arm/jc/tf-issues/096danh-arm2014-07-281-0/+2
|\
| * Rework incorrect use of assert() and panic() in codebaseJuan Castillo2014-07-281-0/+2
* | Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta2014-07-281-0/+19
* | Remove the concept of coherent stacksAchin Gupta2014-07-284-14/+0
* | Remove coherent stack usage from the warm boot pathAchin Gupta2014-07-197-103/+219
* | Make enablement of the MMU more flexibleAchin Gupta2014-07-191-1/+1
|/
* Remove current CPU mpidr from PSCI common codeAndrew Thoelke2014-06-257-111/+61
* Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2danh-arm2014-06-241-1/+1
|\
| * Remove all checkpatch errors from codebaseJuan Castillo2014-06-241-1/+1
* | Merge pull request #147 from athoelke/at/remove-bakery-mpidrdanh-arm2014-06-241-2/+2
|\ \ | |/ |/|
| * Remove calling CPU mpidr from bakery lock APIAndrew Thoelke2014-06-231-2/+2
* | Merge pull request #145 from athoelke/at/psci-memory-optimization-v2danh-arm2014-06-234-40/+15
|\ \
| * | Correctly dimension the PSCI aff_map_node arrayAndrew Thoelke2014-06-231-0/+8
| * | Eliminate psci_suspend_context arrayAndrew Thoelke2014-06-234-40/+7
* | | Merge pull request #144 from athoelke/at/init-context-v2danh-arm2014-06-238-205/+73
|\| |
| * | Initialise CPU contexts from entry_point_infoAndrew Thoelke2014-06-238-205/+73
* | | Merge pull request #140 from athoelke/at/psci_smc_handlerdanh-arm2014-06-231-44/+62
|\ \ \ | |/ / |/| |
| * | PSCI SMC handler improvementsAndrew Thoelke2014-06-101-44/+62
* | | Remove early_exceptions from BL3-1Andrew Thoelke2014-06-173-23/+2
* | | Per-cpu data cache restructuringAndrew Thoelke2014-06-163-2/+6
| |/ |/|
* | Provide cm_get/set_context() for current CPUAndrew Thoelke2014-06-116-24/+22
|/
* Fix compilation issue for IMF_READ_INTERRUPT_ID build flagSoby Mathew2014-05-291-1/+1
* Merge pull request #110 from soby-mathew:sm/support_normal_irq_in_tsp-v4 into...Dan Handley2014-05-271-28/+25
|\
| * Fixup Standard SMC Resume HandlingSoby Mathew2014-05-271-28/+25
* | Further renames of platform porting functionsDan Handley2014-05-271-1/+1
* | Add enable mmu platform porting interfacesDan Handley2014-05-231-1/+1
* | Split platform.h into separate headersDan Handley2014-05-235-2/+4
* | Remove unused data declarationsDan Handley2014-05-233-18/+18
* | Remove extern keyword from function declarationsDan Handley2014-05-232-50/+50
* | Merge pull request #104 from athoelke:at/tsp-entrypoints-v2Andrew Thoelke2014-05-233-18/+18
|\ \
| * | Use a vector table for TSP entrypointsAndrew Thoelke2014-05-233-18/+18
| |/
* | Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2Andrew Thoelke2014-05-232-27/+129
|\|
| * Non-Secure Interrupt support during Standard SMC processing in TSPSoby Mathew2014-05-232-27/+129
* | Merge pull request #102 from achingupta:ag/tf-issues#104-v2Andrew Thoelke2014-05-235-28/+227
|\|
| * Add S-EL1 interrupt handling support in the TSPDAchin Gupta2014-05-223-9/+167
| * Use secure timer to generate S-EL1 interruptsAchin Gupta2014-05-221-1/+5
| * Introduce interrupt handling framework in BL3-1Achin Gupta2014-05-221-1/+0
| * Add context library API to change a bit in SCR_EL3Achin Gupta2014-05-222-4/+4
| * Rework 'state' field usage in per-cpu TSP contextAchin Gupta2014-05-224-13/+51
* | Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3Andrew Thoelke2014-05-233-34/+14
|\|
| * Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-221-16/+3
| * Populate BL31 input parameters as per new specVikram Kanigiri2014-05-221-3/+3
| * Introduce macros to manipulate the SPSRVikram Kanigiri2014-05-222-15/+8
* | Merge pull request #67 from achingupta:ag/psci_standby_bug_fixAndrew Thoelke2014-05-232-20/+46
|\ \ | |/ |/|
| * Fix broken standby state implementation in PSCIAchin Gupta2014-05-122-20/+46
* | Rework BL3-1 unhandled exception handling and reportingSoby Mathew2014-05-164-9/+6