aboutsummaryrefslogtreecommitdiff
path: root/bl31
AgeCommit message (Expand)Author
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-03-17Merge pull request #268 from vikramkanigiri/vk/move_init_cpu_opsdanh-arm
2015-03-13Initialise cpu ops after enabling data cacheVikram Kanigiri
2015-03-06Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2015-01-26Demonstrate model for routing IRQs to EL3Soby Mathew
2015-01-22Remove coherent memory from the BL memory mapsSoby Mathew
2015-01-22Move bakery algorithm implementation out of coherent memorySoby Mathew
2014-10-10Merge pull request #206 from soby-mathew/sm/reset_cntvoffAndrew Thoelke
2014-09-19Fix LENGTH attribute value in linker scriptsJuan Castillo
2014-09-16Initialize SCTLR_EL1 based on MODE_RW bitJens Wiklander
2014-09-02Reset CNTVOFF_EL2 register before exit into EL1 on warm bootSoby Mathew
2014-08-27Miscellaneous documentation fixesSandrine Bailleux
2014-08-20Add CPU specific crash reporting handlersSoby Mathew
2014-08-20Add CPU specific power management operationsSoby Mathew
2014-08-20Introduce framework for CPU specific operationsSoby Mathew
2014-08-19Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo
2014-08-19Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley
2014-08-15Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta
2014-08-14Merge pull request #184 from jcastillo-arm/jc/tf-issues/100danh-arm
2014-08-12Rationalize console log outputDan Handley
2014-08-12FVP: apply new naming conventions to memory regionsJuan Castillo
2014-08-04Merge pull request #179 from jcastillo-arm/jc/tf-issues/219danh-arm
2014-08-04Merge pull request #178 from soby-mathew/sm/optmize_el3_contextdanh-arm
2014-08-01Support asynchronous method for BL3-2 initializationVikram Kanigiri
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 #177 from jcastillo-arm/jc/tf-issues/096danh-arm
2014-07-28Merge pull request #172 from soby-mathew/sm/asm_assertdanh-arm
2014-07-28Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm
2014-07-28Merge pull request #169 from achingupta/ag/tf-issues#198danh-arm
2014-07-28Rework incorrect use of assert() and panic() in codebaseJuan Castillo
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-25Add support for printing version at runtimeJuan Castillo
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
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-11Merge pull request #162 from jcastillo-arm/jc/tf-issues/194danh-arm
2014-07-11Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2danh-arm
2014-07-10fvp: Reuse BL1 and BL2 memory through image overlayingSandrine Bailleux
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-24Remove all checkpatch errors from codebaseJuan Castillo
2014-06-24Simplify entry point information generation code on FVPVikram Kanigiri
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-06-23Merge pull request #138 from athoelke/at/cpu-contextdanh-arm
2014-06-17Remove early_exceptions from BL3-1Andrew Thoelke
2014-06-16Move CPU context pointers into cpu_dataAndrew Thoelke