summaryrefslogtreecommitdiff
path: root/bl32
Commit message (Expand)AuthorAgeFilesLines
* Save 'power_state' early in PSCI CPU_SUSPEND callSoby Mathew2015-01-231-3/+1
* Remove coherent memory from the BL memory mapsSoby Mathew2015-01-223-3/+9
* Juno: Add support for Test Secure-EL1 PayloadSandrine Bailleux2014-08-211-1/+6
* Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo2014-08-192-0/+90
* Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley2014-08-192-0/+18
|\
| * Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta2014-08-152-0/+18
* | Clarify platform porting interface to TSPDan Handley2014-08-196-46/+11
* | Move TSP private declarations into separate headerDan Handley2014-08-145-2/+138
* | Rationalize console log outputDan Handley2014-08-122-52/+64
|/
* 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
* | Support asynchronous method for BL3-2 initializationVikram Kanigiri2014-08-011-0/+8
|/
* Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm2014-07-281-4/+8
|\
| * Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta2014-07-281-4/+8
* | Merge pull request #169 from achingupta/ag/tf-issues#198danh-arm2014-07-281-21/+39
|\ \ | |/
| * Remove coherent stack usage from the warm boot pathAchin Gupta2014-07-191-10/+33
| * 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-252-10/+9
|/
* 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
* | Refactor fvp gic code to be a generic driverDan Handley2014-07-091-3/+4
|/
* Remove all checkpatch errors from codebaseJuan Castillo2014-06-242-7/+7
* Further renames of platform porting functionsDan Handley2014-05-271-3/+3
* Add enable mmu platform porting interfacesfor-v0.4-rc0Dan Handley2014-05-231-1/+1
* Rename FVP specific files and functionsDan Handley2014-05-231-4/+4
* Move BL porting functions into platform.hDan Handley2014-05-231-1/+0
* Split platform.h into separate headersDan Handley2014-05-234-1/+4
* 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 #104 from athoelke:at/tsp-entrypoints-v2Andrew Thoelke2014-05-232-30/+18
|\ \
| * | Use a vector table for TSP entrypointsAndrew Thoelke2014-05-232-30/+18
* | | Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2Andrew Thoelke2014-05-234-13/+55
|\ \ \ | |/ /
| * | Non-Secure Interrupt support during Standard SMC processing in TSPSoby Mathew2014-05-234-13/+55
* | | Merge pull request #102 from achingupta:ag/tf-issues#104-v2Andrew Thoelke2014-05-237-6/+517
|\ \ \ | |/ / | | / | |/ |/|
| * Enable secure timer to generate S-EL1 interruptsAchin Gupta2014-05-221-0/+21
| * Add support for asynchronous FIQ handling in TSPAchin Gupta2014-05-223-2/+203
| * Add support for synchronous FIQ handling in TSPAchin Gupta2014-05-225-6/+188
| * Use secure timer to generate S-EL1 interruptsAchin Gupta2014-05-222-1/+108
* | fvp: Move TSP from Secure DRAM to Secure SRAMSandrine Bailleux2014-05-221-1/+1
* | TSP: Let the platform decide which secure memory to useSandrine Bailleux2014-05-221-2/+2
|/
* Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-222-20/+19
* Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefileAndrew Thoelke2014-05-161-1/+2
|\
| * fvp: Use the right implem. of plat_report_exception() in BL3-2Sandrine Bailleux2014-05-131-1/+2
* | fvp: Provide per-EL MMU setup functionsSandrine Bailleux2014-05-091-1/+1
|/
* Reduce deep nesting of header filesDan Handley2014-05-063-7/+7
* Always use named structs in header filesDan Handley2014-05-061-11/+11
* Remove vpath usage in makefilesDan Handley2014-05-062-27/+9
* Move include and source files to logical locationsDan Handley2014-05-061-4/+2
* Allocate single stacks for BL1 and BL2Andrew Thoelke2014-04-151-0/+1