aboutsummaryrefslogtreecommitdiffstats
path: root/bl31
Commit message (Expand)AuthorAgeFilesLines
...
* | Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux2015-03-061-2/+2
|/
* Call reset handlers upon BL3-1 entry.Yatharth Kochar2015-01-261-6/+12
* Demonstrate model for routing IRQs to EL3Soby Mathew2015-01-261-0/+39
* Remove coherent memory from the BL memory mapsSoby Mathew2015-01-222-0/+6
* Move bakery algorithm implementation out of coherent memorySoby Mathew2015-01-221-1/+6
* Merge pull request #206 from soby-mathew/sm/reset_cntvoffAndrew Thoelke2014-10-101-0/+3
|\
| * Reset CNTVOFF_EL2 register before exit into EL1 on warm bootSoby Mathew2014-09-021-0/+3
* | Fix LENGTH attribute value in linker scriptsJuan Castillo2014-09-191-1/+1
* | Initialize SCTLR_EL1 based on MODE_RW bitJens Wiklander2014-09-161-1/+4
|/
* Miscellaneous documentation fixesSandrine Bailleux2014-08-273-10/+6
* Add CPU specific crash reporting handlersSoby Mathew2014-08-201-18/+3
* Add CPU specific power management operationsSoby Mathew2014-08-201-0/+6
* Introduce framework for CPU specific operationsSoby Mathew2014-08-203-2/+14
* Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo2014-08-191-1/+2
* Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley2014-08-193-12/+16
|\
| * Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta2014-08-153-12/+16
* | Merge pull request #184 from jcastillo-arm/jc/tf-issues/100danh-arm2014-08-141-1/+1
|\ \
| * | FVP: apply new naming conventions to memory regionsJuan Castillo2014-08-121-1/+1
| |/
* / Rationalize console log outputDan Handley2014-08-121-5/+12
|/
* Merge pull request #179 from jcastillo-arm/jc/tf-issues/219danh-arm2014-08-041-10/+0
|\
| * Call platform_is_primary_cpu() only from reset handlerJuan Castillo2014-08-011-10/+0
* | Merge pull request #178 from soby-mathew/sm/optmize_el3_contextdanh-arm2014-08-042-61/+2
|\ \
| * | Optimize EL3 register state stored in cpu_context structureSoby Mathew2014-07-312-61/+2
| |/
* / Support asynchronous method for BL3-2 initializationVikram Kanigiri2014-08-011-4/+1
|/
* 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