aboutsummaryrefslogtreecommitdiff
path: root/bl32
AgeCommit message (Expand)Author
2014-06-05juno: Use the enable_mmu_elX() functions from lib/aarch64/xlat_tables.cSandrine Bailleux
2014-06-05juno: Compile GIC files in BL3-2Sandrine Bailleux
2014-06-05juno: Add support for BL3-2 imageSandrine Bailleux
2014-05-27Further renames of platform porting functionsDan Handley
2014-05-23Add enable mmu platform porting interfacesfor-v0.4-rc0Dan Handley
2014-05-23Rename FVP specific files and functionsDan Handley
2014-05-23Move BL porting functions into platform.hDan Handley
2014-05-23Split platform.h into separate headersDan Handley
2014-05-23Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2Andrew Thoelke
2014-05-23Make the memory layout more flexibleSandrine Bailleux
2014-05-23Merge pull request #104 from athoelke:at/tsp-entrypoints-v2Andrew Thoelke
2014-05-23Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2Andrew Thoelke
2014-05-23Merge pull request #102 from achingupta:ag/tf-issues#104-v2Andrew Thoelke
2014-05-23Use a vector table for TSP entrypointsAndrew Thoelke
2014-05-23Non-Secure Interrupt support during Standard SMC processing in TSPSoby Mathew
2014-05-22Enable secure timer to generate S-EL1 interruptsAchin Gupta
2014-05-22Add support for asynchronous FIQ handling in TSPAchin Gupta
2014-05-22Add support for synchronous FIQ handling in TSPAchin Gupta
2014-05-22Use secure timer to generate S-EL1 interruptsAchin Gupta
2014-05-22fvp: Move TSP from Secure DRAM to Secure SRAMSandrine Bailleux
2014-05-22TSP: Let the platform decide which secure memory to useSandrine Bailleux
2014-05-22Rework memory information passing to BL3-x imagesVikram Kanigiri
2014-05-16Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefileAndrew Thoelke
2014-05-13fvp: Use the right implem. of plat_report_exception() in BL3-2Sandrine Bailleux
2014-05-09fvp: Provide per-EL MMU setup functionsSandrine Bailleux
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Remove vpath usage in makefilesDan Handley
2014-05-06Move include and source files to logical locationsDan Handley
2014-04-15Allocate single stacks for BL1 and BL2Andrew Thoelke
2014-03-26Place assembler functions in separate sectionsAndrew Thoelke
2014-03-26Use --gc-sections during linkAndrew Thoelke
2014-03-26Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1Sandrine Bailleux
2014-03-21TSP: Make the platform-specific makefile mandatorySandrine Bailleux
2014-03-20Specify image entry in linker scriptJeenu Viswambharan
2014-03-05Generate build time and date message at link time.Jon Medhurst
2014-03-05fvp: Make use of the generic MMU translation table setup codeJon Medhurst
2014-03-05Update Makefiles to get proper dependency checking working.Jon Medhurst
2014-02-20Rework arithmetic operations in Test Secure PayloadAchin Gupta
2014-02-20Add power management support in the SPDAchin Gupta
2014-02-20Add Test Secure Payload Dispatcher (TSPD) serviceAchin Gupta
2014-02-20Add Test Secure Payload (BL3-2) imageAchin Gupta