aboutsummaryrefslogtreecommitdiff
path: root/bl31/aarch64
AgeCommit message (Expand)Author
2014-08-15Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta
2014-08-04Merge pull request #179 from jcastillo-arm/jc/tf-issues/219danh-arm
2014-08-01Call platform_is_primary_cpu() only from reset handlerJuan Castillo
2014-07-31Optimize EL3 register state stored in cpu_context structureSoby Mathew
2014-07-28Merge pull request #172 from soby-mathew/sm/asm_assertdanh-arm
2014-07-28Add CPUECTLR_EL1 and Snoop Control register to crash reportingSoby Mathew
2014-07-28Rework the crash reporting in BL3-1 to use less stackSoby Mathew
2014-07-28Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta
2014-07-19Remove coherent stack usage from the warm boot pathAchin Gupta
2014-07-19Remove coherent stack usage from the cold boot pathAchin Gupta
2014-07-10Allow FP register context to be optional at build timeJuan Castillo
2014-06-27Merge pull request #151 from vikramkanigiri/vk/t133-code-readabilityAndrew Thoelke
2014-06-24Simplify entry point information generation code on FVPVikram Kanigiri
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-06-17Remove early_exceptions from BL3-1Andrew 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-05Include 'platform_def.h' header file in 'crash_reporting.S'Sandrine Bailleux
2014-05-29Fix compilation issue for IMF_READ_INTERRUPT_ID build flagSoby Mathew
2014-05-29Pass 'cookie' parameter to interrupt handler in BL3-1Soby Mathew
2014-05-27Further renames of platform porting functionsDan Handley
2014-05-23Split platform.h into separate headersDan Handley
2014-05-22Introduce interrupt handling framework in BL3-1Achin Gupta
2014-05-22Add support for BL3-1 as a reset vectorVikram Kanigiri
2014-05-22Populate BL31 input parameters as per new specVikram Kanigiri
2014-05-22Rework handover interface between BL stagesVikram Kanigiri
2014-05-19Merge pull request #78 from jeenuv:tf-issues-148Andrew Thoelke
2014-05-16Add build configuration for timer save/restoreJeenu Viswambharan
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-08Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu...danh-arm
2014-05-08Merge pull request #62 from athoelke/set-little-endian-v2danh-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-07Set processor endianness immediately after RESETAndrew Thoelke
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Make use of user/system includes more consistentDan Handley
2014-04-15Allocate single stacks for BL1 and BL2Andrew Thoelke
2014-04-15Merge pull request #36 from athoelke/at/gc-sections-80danh-arm
2014-04-08Define frequency of system counter in platform codeSandrine Bailleux
2014-04-08Revert "Move architecture timer setup to platform-specific code"Sandrine Bailleux
2014-03-26Place assembler functions in separate sectionsAndrew Thoelke
2014-03-26Move per cpu exception stack in BL31 to tzfw_normal_stacksVikram Kanigiri
2014-03-21Remove partially qualified asm helper functionsVikram Kanigiri
2014-03-10Move architecture timer setup to platform-specific codeJeenu Viswambharan
2014-02-20Add support for BL3-2 in BL3-1Achin Gupta
2014-02-20Rework BL2 to BL3-1 hand over interfaceAchin Gupta
2014-02-20Add exception vector guardsJeenu Viswambharan
2014-02-17Add support for handling runtime service requestsJeenu Viswambharan