aboutsummaryrefslogtreecommitdiffstats
path: root/bl31
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #177 from jcastillo-arm/jc/tf-issues/096danh-arm2014-07-283-4/+4
|\
| * Rework incorrect use of assert() and panic() in codebaseJuan Castillo2014-07-283-4/+4
* | Merge pull request #172 from soby-mathew/sm/asm_assertdanh-arm2014-07-284-284/+336
|\ \
| * | Add CPUECTLR_EL1 and Snoop Control register to crash reportingSoby Mathew2014-07-281-0/+22
| * | Rework the crash reporting in BL3-1 to use less stackSoby Mathew2014-07-284-284/+314
| |/
* | Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm2014-07-282-17/+17
|\ \
| * | Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta2014-07-282-17/+17
* | | Merge pull request #169 from achingupta/ag/tf-issues#198danh-arm2014-07-284-51/+15
|\| | | |/ |/|
| * Remove coherent stack usage from the warm boot pathAchin Gupta2014-07-193-40/+9
| * Remove coherent stack usage from the cold boot pathAchin Gupta2014-07-191-11/+6
* | Add support for printing version at runtimeJuan Castillo2014-07-251-1/+2
* | Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-2/+2
|/
* Merge pull request #162 from jcastillo-arm/jc/tf-issues/194danh-arm2014-07-111-0/+2
|\
| * Allow FP register context to be optional at build timeJuan Castillo2014-07-101-0/+2
* | Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2danh-arm2014-07-111-0/+4
|\ \ | |/ |/|
| * fvp: Reuse BL1 and BL2 memory through image overlayingSandrine Bailleux2014-07-101-0/+4
* | Merge pull request #151 from vikramkanigiri/vk/t133-code-readabilityAndrew Thoelke2014-06-271-0/+4
|\ \ | |/ |/|
| * Simplify entry point information generation code on FVPVikram Kanigiri2014-06-241-0/+4
* | Remove all checkpatch errors from codebaseJuan Castillo2014-06-243-4/+4
* | Initialise CPU contexts from entry_point_infoAndrew Thoelke2014-06-234-117/+191
* | Merge pull request #138 from athoelke/at/cpu-contextdanh-arm2014-06-231-39/+3
|\ \
| * | Move CPU context pointers into cpu_dataAndrew Thoelke2014-06-161-39/+3
* | | Remove early_exceptions from BL3-1Andrew Thoelke2014-06-173-16/+7
|/ /
* / Per-cpu data cache restructuringAndrew Thoelke2014-06-167-47/+165
|/
* Merge pull request #133 from athoelke/at/crash-reporting-optdanh-arm2014-06-163-2/+19
|\
| * Make the BL3-1 crash reporting optionalAndrew Thoelke2014-06-113-2/+19
* | Merge pull request #131 from athoelke/at/cm_get_contextdanh-arm2014-06-162-19/+39
|\ \
| * | Provide cm_get/set_context() for current CPUAndrew Thoelke2014-06-112-19/+39
| |/
* / Include 'platform_def.h' header file in 'crash_reporting.S'Sandrine Bailleux2014-06-051-0/+1
|/
* Merge pull request #111 'soby-mathew-sm:fix_cookie_to_int_handler'Dan Handley2014-05-291-1/+5
|\
| * Fix compilation issue for IMF_READ_INTERRUPT_ID build flagSoby Mathew2014-05-291-1/+2
| * Pass 'cookie' parameter to interrupt handler in BL3-1Soby Mathew2014-05-291-0/+3
* | Pass the args to the BL3-3 entrypointVikram Kanigiri2014-05-281-2/+14
|/
* Further renames of platform porting functionsDan Handley2014-05-272-3/+3
* Move BL porting functions into platform.hDan Handley2014-05-231-0/+1
* Split platform.h into separate headersDan Handley2014-05-233-2/+3
* Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2Andrew Thoelke2014-05-231-1/+1
|\
| * Make the memory layout more flexibleSandrine Bailleux2014-05-231-1/+1
* | Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2Andrew Thoelke2014-05-231-19/+28
|\ \
| * | Non-Secure Interrupt support during Standard SMC processing in TSPSoby Mathew2014-05-231-19/+28
* | | Merge pull request #102 from achingupta:ag/tf-issues#104-v2Andrew Thoelke2014-05-235-14/+388
|\| |
| * | Introduce interrupt handling framework in BL3-1Achin Gupta2014-05-223-7/+117
| * | Introduce interrupt registration framework in BL3-1Achin Gupta2014-05-223-0/+213
| * | Add context library API to change a bit in SCR_EL3Achin Gupta2014-05-221-7/+58
| |/
* | Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3Andrew Thoelke2014-05-233-32/+45
|\|
| * Add support for BL3-1 as a reset vectorVikram Kanigiri2014-05-222-9/+32
| * Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-221-5/+4
| * Populate BL31 input parameters as per new specVikram Kanigiri2014-05-222-9/+9
| * Rework handover interface between BL stagesVikram Kanigiri2014-05-221-13/+4
* | Merge pull request #83 from athoelke/at/tf-issues-126Andrew Thoelke2014-05-221-0/+6
|\ \ | |/ |/|