summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-22Introduce macros to manipulate the SPSRVikram Kanigiri
2014-05-19Merge pull request #78 from jeenuv:tf-issues-148Andrew Thoelke
2014-05-16Add build configuration for timer save/restoreJeenu Viswambharan
2014-05-16Document summary of build options in user guideJeenu Viswambharan
2014-05-16Reorganize build optionsJeenu Viswambharan
2014-05-16Introduce convenience functions to buildJeenu Viswambharan
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-16Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefileAndrew Thoelke
2014-05-16Merge pull request #69 from sandrine-bailleux:sb/split-mmu-fcts-per-elAndrew Thoelke
2014-05-16Merge pull request #68 from jcastillo-arm/jc/tf-issues/137Andrew Thoelke
2014-05-16Merge pull request #66 from athoelke/tzc-config-fixdanh-arm
2014-05-13fvp: Use the right implem. of plat_report_exception() in BL3-2Sandrine Bailleux
2014-05-13Fix C accessors to GIC distributor registers with set/clear semanticsJuan Castillo
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-08Merge pull request #63 from soby-mathew/sm/save_callee_saved_registers_in_cpu...danh-arm
2014-05-08Ensure a console is initialized before it is usedVikram Kanigiri
2014-05-08Merge pull request #62 from athoelke/set-little-endian-v2danh-arm
2014-05-08Preserve x19-x29 across world switch for exception handlingSoby Mathew
2014-05-08Merge pull request #58 from athoelke/optimise-cache-flush-v2danh-arm
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-08Merge pull request #57 from sandrine-bailleux/sb/remove-pl011-basedanh-arm
2014-05-08Remove unused 'PL011_BASE' macroSandrine Bailleux
2014-05-07Optimise data cache clean/invalidate operationAndrew Thoelke
2014-05-07Remove unused or invalid asm helper functionsAndrew Thoelke
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-07Set processor endianness immediately after RESETAndrew Thoelke
2014-05-06Merge pull request #49 from danh-arm/dh/remove-non-const-datadanh-arm
2014-05-06Remove variables from .data sectionDan Handley
2014-05-06Merge pull request #48 from danh-arm/dh/major-refactoringdanh-arm
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Move PSCI global functions out of private headerDan Handley
2014-05-06Separate BL functions out of arch.hDan Handley
2014-05-06Refactor GIC header filesDan Handley
2014-05-06Separate out CASSERT macro into own headerDan 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-05-01Merge pull request #50 from vikramkanigiri/vk/tf-issues#26achingupta
2014-04-29Preserve PSCI cpu_suspend 'power_state' parameter.Vikram Kanigiri
2014-04-24Merge pull request #33 from hliebel/hl/secure-memorydanh-arm
2014-04-24FVP secure memory support documentationHarry Liebel