summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-06-02lib/aarch64: remove dead code for MMU tablesAndre Przywara
2016-06-02assert: revert removal of assertion debug printAndre Przywara
2016-02-04Merge in files from Allwinners lichee BSP tarballAndre Przywara
2014-08-20Add support for selected Cortex-A57 errata workaroundsSoby Mathew
2014-08-20Add CPU specific crash reporting handlersSoby Mathew
2014-08-20Add CPU specific power management operationsSoby Mathew
2014-08-20Add platform API for reset handlingSoby Mathew
2014-08-20Introduce framework for CPU specific operationsSoby Mathew
2014-08-14Move IO storage source to drivers directoryDan Handley
2014-08-14Remove redundant io_init() functionDan Handley
2014-08-12Rationalize console log outputDan Handley
2014-07-28Merge pull request #172 from soby-mathew/sm/asm_assertdanh-arm
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-28Implement an assert() callable from assembly codeSoby Mathew
2014-07-28Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
2014-07-19Make enablement of the MMU more flexibleAchin Gupta
2014-07-09Calculate TCR bits based on VA and PALin Ma
2014-06-26Merge pull request #154 from athoelke/at/inline-mmioAndrew Thoelke
2014-06-24Inline the mmio accessor functionsAndrew Thoelke
2014-06-23Remove calling CPU mpidr from bakery lock APIAndrew Thoelke
2014-06-16Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2danh-arm
2014-06-10Make system register functions inline assemblyAndrew Thoelke
2014-06-02Enable mapping higher physical addressLin Ma
2014-05-23Add enable mmu platform porting interfacesDan Handley
2014-05-23Split platform.h into separate headersDan Handley
2014-05-23Remove extern keyword from function declarationsDan Handley
2014-05-23Merge pull request #102 from achingupta:ag/tf-issues#104-v2Andrew Thoelke
2014-05-22Use secure timer to generate S-EL1 interruptsAchin Gupta
2014-05-22Merge pull request #91 from linmaonly/lin_devAndrew Thoelke
2014-05-20Address issue 156: 64-bit addresses get truncatedLin Ma
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-08Merge pull request #58 from athoelke/optimise-cache-flush-v2danh-arm
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-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-06Make use of user/system includes more consistentDan Handley
2014-05-06Move include and source files to logical locationsDan Handley
2014-04-24Add TrustZone (TZC-400) driverHarry Liebel
2014-03-26Place assembler functions in separate sectionsAndrew Thoelke
2014-03-21Remove partially qualified asm helper functionsVikram Kanigiri
2014-03-20Rework bakery lock with WFE/SEV sequenceJeenu Viswambharan
2014-03-05Add generic functions for setting up aarch64 MMU translation tablesJon Medhurst
2014-03-05Fix assert in bakery_lock_release()Jon Medhurst