aboutsummaryrefslogtreecommitdiff
path: root/services/std_svc
AgeCommit message (Expand)Author
2014-08-15Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta
2014-07-31Optimize EL3 register state stored in cpu_context structureSoby Mathew
2014-07-28Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta
2014-07-28Remove the concept of coherent stacksAchin Gupta
2014-07-19Remove coherent stack usage from the warm boot pathAchin Gupta
2014-07-19Make enablement of the MMU more flexibleAchin Gupta
2014-06-25Remove current CPU mpidr from PSCI common codeAndrew Thoelke
2014-06-24Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2danh-arm
2014-06-24Merge pull request #147 from athoelke/at/remove-bakery-mpidrdanh-arm
2014-06-24Remove all checkpatch errors from codebaseJuan Castillo
2014-06-23Remove calling CPU mpidr from bakery lock APIAndrew Thoelke
2014-06-23Merge pull request #145 from athoelke/at/psci-memory-optimization-v2danh-arm
2014-06-23Merge pull request #144 from athoelke/at/init-context-v2danh-arm
2014-06-23Correctly dimension the PSCI aff_map_node arrayAndrew Thoelke
2014-06-23Eliminate psci_suspend_context arrayAndrew Thoelke
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-06-23Merge pull request #140 from athoelke/at/psci_smc_handlerdanh-arm
2014-06-17Remove early_exceptions from BL3-1Andrew Thoelke
2014-06-16Per-cpu data cache restructuringAndrew Thoelke
2014-06-11Provide cm_get/set_context() for current CPUAndrew Thoelke
2014-06-10PSCI SMC handler improvementsAndrew Thoelke
2014-05-23Add enable mmu platform porting interfacesfor-v0.4-rc0Dan Handley
2014-05-23Split platform.h into separate headersDan Handley
2014-05-23Remove unused data declarationsDan Handley
2014-05-23Remove extern keyword from function declarationsDan Handley
2014-05-23Merge pull request #102 from achingupta:ag/tf-issues#104-v2Andrew Thoelke
2014-05-23Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3Andrew Thoelke
2014-05-23Merge pull request #67 from achingupta:ag/psci_standby_bug_fixAndrew Thoelke
2014-05-22Introduce interrupt handling framework in BL3-1Achin Gupta
2014-05-22Introduce macros to manipulate the SPSRVikram Kanigiri
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-12Fix broken standby state implementation in PSCIAchin Gupta
2014-05-09fvp: Provide per-EL MMU setup functionsSandrine Bailleux
2014-05-08Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu...danh-arm
2014-05-08Preserve x19-x29 across world switch for exception handlingSoby Mathew
2014-05-07Access system registers directly in assemblerAndrew Thoelke
2014-05-07Correct usage of data and instruction barriersAndrew Thoelke
2014-05-06Remove variables from .data sectionDan Handley
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Move PSCI global functions out of private headerDan Handley
2014-05-06Separate BL functions out of arch.hDan Handley
2014-05-06Make use of user/system includes more consistentDan Handley
2014-04-29Preserve PSCI cpu_suspend 'power_state' parameter.Vikram Kanigiri
2014-03-26Place assembler functions in separate sectionsAndrew Thoelke
2014-03-26Add standby state support in PSCI cpu_suspend apiVikram Kanigiri
2014-03-21Remove partially qualified asm helper functionsVikram Kanigiri
2014-03-20Implement ARM Standard ServiceJeenu Viswambharan