aboutsummaryrefslogtreecommitdiff
path: root/bl31/context_mgmt.c
AgeCommit message (Expand)Author
2014-07-31Optimize EL3 register state stored in cpu_context structureSoby Mathew
2014-07-28Rework incorrect use of assert() and panic() in codebaseJuan Castillo
2014-06-24Remove all checkpatch errors from codebaseJuan Castillo
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-06-16Move CPU context pointers into cpu_dataAndrew Thoelke
2014-06-16Per-cpu data cache restructuringAndrew Thoelke
2014-06-16Merge pull request #133 from athoelke/at/crash-reporting-optdanh-arm
2014-06-11Make the BL3-1 crash reporting optionalAndrew Thoelke
2014-06-11Provide cm_get/set_context() for current CPUAndrew Thoelke
2014-05-23Split platform.h into separate headersDan Handley
2014-05-22Introduce interrupt registration framework in BL3-1Achin Gupta
2014-05-22Add context library API to change a bit in SCR_EL3Achin Gupta
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-02-20Add power management support in the SPDAchin Gupta
2014-02-17Add support for handling runtime service requestsJeenu Viswambharan
2014-02-17Add context management libraryAchin Gupta