aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-17Merge pull request #361 from achingupta/for_sm/psci_proto_v5Achin Gupta
2015-08-13PSCI: Migrate TF to the new platform API and CM helpersSoby Mathew
2015-08-05cortex_a53: Add A53 errata #826319, #836870Jimmy Huang
2015-07-24Add "Project Denver" CPU supportVarun Wadekar
2015-07-16Fix bug in semihosting write functionJuan Castillo
2015-04-13Fix recursive crash prints on FVP AEM modelSoby Mathew
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-04-01Merge pull request #277 from soby-mathew/sm/coh_lock_optdanh-arm
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-17Merge pull request #269 from vikramkanigiri/vk/common-ccidanh-arm
2015-03-16Add macro to calculate number of elements in an arrayVikram Kanigiri
2015-03-13Initialise cpu ops after enabling data cacheVikram Kanigiri
2015-01-30Fix the Cortex-A57 reset handler register usageSoby Mathew
2015-01-28stdlib: add missing features to build PolarSSLJuan Castillo
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2015-01-22Move bakery algorithm implementation out of coherent memorySoby Mathew
2015-01-22Remove the wfe() for bounded wait in bakery_lockSoby Mathew
2015-01-13Invalidate the dcache after initializing cpu-opsSoby Mathew
2014-11-10Precede a 'sev' with a 'dsb' in bakery lock codeAchin Gupta
2014-10-29Optimize Cortex-A57 cluster power down sequence on JunoSoby Mathew
2014-10-29Optimize barrier usage during Cortex-A57 power downSoby Mathew
2014-10-29Apply errata workarounds only when major/minor revisions match.Soby Mathew
2014-10-29Add support for level specific cache maintenance operationsSoby Mathew
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