summaryrefslogtreecommitdiff
path: root/plat
AgeCommit message (Expand)Author
2014-05-23Merge pull request #102 from achingupta:ag/tf-issues#104-v2Andrew Thoelke
2014-05-23Merge pull request #100 from jcastillo-arm:jc/tf-issues/149-v4Andrew Thoelke
2014-05-22Add support for synchronous FIQ handling in TSPAchin Gupta
2014-05-22Introduce platform api to access an ARM GICAchin Gupta
2014-05-22Introduce interrupt registration framework in BL3-1Achin 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-22Reserve some DDR DRAM for secure use on FVP platformsJuan Castillo
2014-05-22Add support for BL3-1 as a reset vectorVikram Kanigiri
2014-05-22Rework memory information passing to BL3-x imagesVikram Kanigiri
2014-05-22Populate BL31 input parameters as per new specVikram Kanigiri
2014-05-22Rework handover interface between BL stagesVikram Kanigiri
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-16Merge pull request #69 from sandrine-bailleux:sb/split-mmu-fcts-per-elAndrew Thoelke
2014-05-12Fixes for TZC configuration on FVPAndrew Thoelke
2014-05-09fvp: Provide per-EL MMU setup functionsSandrine Bailleux
2014-05-09Introduce IS_IN_ELX() macrosSandrine Bailleux
2014-05-08Merge pull request #65 from vikramkanigiri/vk/console_initdanh-arm
2014-05-08Ensure a console is initialized before it is usedVikram Kanigiri
2014-05-08Merge pull request #61 from athoelke/use-mrs-msr-from-assembler-v2danh-arm
2014-05-08Merge pull request #60 from athoelke/disable-mmu-v2danh-arm
2014-05-08Merge pull request #59 from athoelke/review-barriers-v2danh-arm
2014-05-08Remove unused 'PL011_BASE' macroSandrine Bailleux
2014-05-07Access system registers directly in assemblerAndrew Thoelke
2014-05-07Replace disable_mmu with assembler versionAndrew Thoelke
2014-05-07Correct usage of data and instruction barriersAndrew Thoelke
2014-05-06Remove variables from .data sectionDan Handley
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Refactor GIC header filesDan Handley
2014-05-06Remove vpath usage in makefilesDan Handley
2014-05-06Make use of user/system includes more consistentDan Handley
2014-05-06Move FVP power driver to FVP platformDan Handley
2014-05-06Move include and source files to logical locationsDan Handley
2014-04-24Enable secure memory support for FVPsHarry Liebel
2014-04-22Merge pull request #43 from danh-arm/dh/tf-issues#129danh-arm
2014-04-22Merge pull request #44 from danh-arm/dh/tf-issues#136danh-arm
2014-04-16Merge pull request #45 from danh-arm/dh/tf-issues#114danh-arm
2014-04-16Remove redundant code from bl1_plat_helpers.SDan Handley
2014-04-15Allocate single stacks for BL1 and BL2Andrew Thoelke
2014-04-15Rename FVP "mmap" array to avoid name confusionDan Handley
2014-04-15Merge pull request #36 from athoelke/at/gc-sections-80danh-arm
2014-04-14Move console.c to pl011 specific driver locationDan Handley
2014-04-08Define frequency of system counter in platform codeSandrine Bailleux
2014-04-08Revert "Move architecture timer setup to platform-specific code"Sandrine Bailleux
2014-03-26Place assembler functions in separate sectionsAndrew Thoelke
2014-03-26Initialise UART console in all bootloader stagesVikram Kanigiri
2014-03-26Move console functions out of pl011.cSoby Mathew
2014-03-26Add standby state support in PSCI cpu_suspend apiVikram Kanigiri
2014-03-21Semihosting: Fix file mode to load binaries on WindowsSandrine Bailleux