summaryrefslogtreecommitdiff
path: root/bl32
AgeCommit message (Expand)Author
2014-08-21Juno: Add support for Test Secure-EL1 PayloadSandrine Bailleux
2014-08-19Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo
2014-08-19Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley
2014-08-19Clarify platform porting interface to TSPDan Handley
2014-08-15Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta
2014-08-14Move TSP private declarations into separate headerDan Handley
2014-08-12Rationalize console log outputDan Handley
2014-08-04Merge pull request #179 from jcastillo-arm/jc/tf-issues/219danh-arm
2014-08-01Support asynchronous method for BL3-2 initializationVikram Kanigiri
2014-08-01Call platform_is_primary_cpu() only from reset handlerJuan Castillo
2014-07-28Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm
2014-07-28Merge pull request #169 from achingupta/ag/tf-issues#198danh-arm
2014-07-28Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta
2014-07-25Add support for printing version at runtimeJuan Castillo
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
2014-07-19Remove coherent stack usage from the warm boot pathAchin Gupta
2014-07-19Remove coherent stack usage from the cold boot pathAchin Gupta
2014-07-11Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2danh-arm
2014-07-10fvp: Reuse BL1 and BL2 memory through image overlayingSandrine Bailleux
2014-07-09Refactor fvp gic code to be a generic driverDan Handley
2014-06-24Remove all checkpatch errors from codebaseJuan Castillo
2014-05-27Further renames of platform porting functionsDan Handley
2014-05-23Add enable mmu platform porting interfacesDan 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