summaryrefslogtreecommitdiff
path: root/lib/cpus/aarch64
AgeCommit message (Expand)Author
2017-06-22Apply workarounds for A53 Cat A Errata 835769 and 843419Douglas Raillard
2017-06-14Unique names for defines in the CPU librariesVarun Wadekar
2017-06-01Add support for Cortex-A75 and Cortex-A55 CPUsDavid Wang
2017-05-24Use a callee-saved register to be AAPCS-compliantdp-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-04-20Remove build option `ASM_ASSERTION`Antonio Nino Diaz
2017-03-20Add workaround for ARM Cortex-A53 erratum 855873Andre Przywara
2017-03-16Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlatdavidcunado-arm
2017-03-08Apply workaround for errata 813419 of Cortex-A57Antonio Nino Diaz
2017-02-28cpus: denver: remove barrier from denver_enable_dco()Varun Wadekar
2017-02-23cpus: denver: disable DCO operations from platform codeVarun Wadekar
2017-02-22cpus: Add support for all Denver variantsVarun Wadekar
2017-01-30Report errata workaround status to consoleJeenu Viswambharan
2017-01-24Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada
2017-01-17Correct system include orderDavid Cunado
2016-12-15Add provision to extend CPU operations at more levelsJeenu Viswambharan
2016-07-12bl31: Add error reporting registersNaga Sureshkumar Relli
2016-06-01Add support for ARM Cortex-A73 MPCore ProcessorYatharth Kochar
2016-04-21Add support for Cortex-A57 erratum 833471 workaroundSandrine Bailleux
2016-04-21Add support for Cortex-A57 erratum 826977 workaroundSandrine Bailleux
2016-04-21Add support for Cortex-A57 erratum 829520 workaroundSandrine Bailleux
2016-04-21Add support for Cortex-A57 erratum 828024 workaroundSandrine Bailleux
2016-04-21Add support for Cortex-A57 erratum 826974 workaroundSandrine Bailleux
2016-03-22Make cpu operations warning a VERBOSE printSoby Mathew
2016-02-08Cortex-Axx: Unconditionally apply CPU reset operationsSandrine Bailleux
2016-02-08Disable non-temporal hint on Cortex-A53/57Sandrine Bailleux
2016-01-12Add support for ARM Cortex-A35 processorSandrine Bailleux
2015-08-05cortex_a53: Add A53 errata #826319, #836870Jimmy Huang
2015-07-24Add "Project Denver" CPU supportVarun Wadekar
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-03-19Merge pull request #270 from vikramkanigiri/vk/a72_cpu_supportdanh-arm
2015-03-18Add support for ARM Cortex-A72 processorVikram Kanigiri
2015-03-13Initialise cpu ops after enabling data cacheVikram Kanigiri
2015-01-30Fix the Cortex-A57 reset handler register usageSoby Mathew
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2015-01-13Invalidate the dcache after initializing cpu-opsSoby Mathew
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