aboutsummaryrefslogtreecommitdiffstats
path: root/bl32/tsp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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 interfacesDan 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
* Place assembler functions in separate sectionsAndrew Thoelke2014-03-262-11/+9
* Use --gc-sections during linkAndrew Thoelke2014-03-261-4/+4
* Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1Sandrine Bailleux2014-03-261-1/+2
* TSP: Make the platform-specific makefile mandatorySandrine Bailleux2014-03-211-2/+9
* Specify image entry in linker scriptJeenu Viswambharan2014-03-202-1/+2
* Generate build time and date message at link time.Jon Medhurst2014-03-051-3/+1
* fvp: Make use of the generic MMU translation table setup codeJon Medhurst2014-03-051-1/+0
* Update Makefiles to get proper dependency checking working.Jon Medhurst2014-03-052-12/+9
* Rework arithmetic operations in Test Secure PayloadAchin Gupta2014-02-202-19/+15
* Add power management support in the SPDAchin Gupta2014-02-201-12/+3
* Add Test Secure Payload Dispatcher (TSPD) serviceAchin Gupta2014-02-202-2/+2
* Add Test Secure Payload (BL3-2) imageAchin Gupta2014-02-206-0/+906