summaryrefslogtreecommitdiff
path: root/include/lib
AgeCommit message (Expand)Author
2015-10-19Make CASSERT() macro callable from anywhereSandrine Bailleux
2015-09-14Make generic code work in presence of system cachesAchin Gupta
2015-09-11Re-design bakery lock memory allocation and algorithmAndrew Thoelke
2015-08-24Add macros for retention control in Cortex-A53/A57Varun Wadekar
2015-08-05cortex_a53: Add A53 errata #826319, #836870Jimmy Huang
2015-08-05Add mmio utility functionsJimmy Huang
2015-07-24Add "Project Denver" CPU supportVarun Wadekar
2015-04-27Add header guards to asm macro filesDan Handley
2015-04-27Remove use of PLATFORM_CACHE_LINE_SIZEDan Handley
2015-04-01Merge pull request #277 from soby-mathew/sm/coh_lock_optdanh-arm
2015-04-01Merge pull request #280 from vwadekar/tlkd-fixed-v3danh-arm
2015-03-31Translate secure/non-secure virtual addressesVarun Wadekar
2015-03-27Remove the `owner` field in bakery_lock_t data structureSoby Mathew
2015-03-27Optimize the bakery lock structure for coherent memorySoby Mathew
2015-03-19Merge pull request #270 from vikramkanigiri/vk/a72_cpu_supportdanh-arm
2015-03-18Add support for ARM Cortex-A72 processorVikram Kanigiri
2015-03-16Use ARM CCI driver on FVP and Juno platformsVikram Kanigiri
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2015-01-23Return success if an interrupt is seen during PSCI CPU_SUSPENDSoby Mathew
2015-01-22Move bakery algorithm implementation out of coherent memorySoby Mathew
2015-01-22Add macros for domain specific barriers.Soby Mathew
2015-01-07Prevent optimisation of sysregs accessors callsSandrine Bailleux
2014-12-04Fix the array size of mpidr_aff_map_nodes_t.Soby Mathew
2014-10-29Apply errata workarounds only when major/minor revisions match.Soby Mathew
2014-10-10Merge pull request #206 from soby-mathew/sm/reset_cntvoffAndrew Thoelke
2014-09-25Create BL stage specific translation tablesSoby Mathew
2014-09-16Initialize SCTLR_EL1 based on MODE_RW bitJens Wiklander
2014-09-02Reset CNTVOFF_EL2 register before exit into EL1 on warm bootSoby Mathew
2014-08-21Juno: Implement initial platform portSandrine Bailleux
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-20Introduce framework for CPU specific operationsSoby Mathew
2014-08-14Move IO storage source to drivers directoryDan Handley
2014-07-28Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta
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-24Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2danh-arm
2014-06-24Merge pull request #147 from athoelke/at/remove-bakery-mpidrdanh-arm
2014-06-24Inline the mmio accessor functionsAndrew Thoelke
2014-06-24Remove all checkpatch errors from codebaseJuan Castillo
2014-06-23Remove calling CPU mpidr from bakery lock APIAndrew Thoelke
2014-06-23Initialise CPU contexts from entry_point_infoAndrew 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