summaryrefslogtreecommitdiff
path: root/lib/cpus/aarch64/cortex_a57.S
AgeCommit message (Expand)Author
2023-08-24refactor(cpus): convert the Cortex-A57 to use cpu helpersBoyan Karatotev
2023-08-24refactor(cpus): convert the Cortex-A57 to use the errata frameworkBoyan Karatotev
2023-08-24refactor(cpus): reorder Cortex-A57 errata by ascending orderBoyan Karatotev
2022-03-18fix(security): apply SMCCC_ARCH_WORKAROUND_3 to A73/A75/A72/A57Bipin Ravi
2022-03-16fix(security): workaround for CVE-2022-23960 for Cortex-A57, Cortex-A72Bipin Ravi
2020-08-18lib/cpus: Report AT speculative erratum workaroundManish V Badarkhe
2020-02-20cpus: higher performance non-cacheable load forwardingVarun Wadekar
2019-02-28Cortex-A57: Implement workaround for erratum 817169Ambroise Vincent
2019-02-28Cortex-A57: Implement workaround for erratum 814670Ambroise Vincent
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-06-19cpulib: Add ISBs or comment why they are unneededDimitris Papastamos
2018-05-23Add support for dynamic mitigation for CVE-2018-3639Dimitris Papastamos
2018-05-23Implement static workaround for CVE-2018-3639Dimitris Papastamos
2018-05-23Rename symbols and files relating to CVE-2017-5715Dimitris Papastamos
2018-03-14Fixup `SMCCC_ARCH_FEATURES` semanticsDimitris Papastamos
2018-01-18Print erratum application report for CVE-2017-5715Dimitris Papastamos
2018-01-11Workaround for CVE-2017-5715 on Cortex A57 and A72Dimitris Papastamos
2017-09-07Cortex-A57: Implement workaround for erratum 859972Eleanor Bonnici
2017-08-29CPU: Correct names of implementation-defined aux regsEleanor Bonnici
2017-06-14Unique names for defines in the CPU librariesVarun Wadekar
2017-05-03Use SPDX license identifiersdp-arm
2017-03-08Apply workaround for errata 813419 of Cortex-A57Antonio Nino Diaz
2017-01-30Report errata workaround status to consoleJeenu Viswambharan
2016-12-15Add provision to extend CPU operations at more levelsJeenu Viswambharan
2016-07-12bl31: Add error reporting registersNaga Sureshkumar Relli
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
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-01-30Fix the Cortex-A57 reset handler register usageSoby Mathew
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
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-20Introduce framework for CPU specific operationsSoby Mathew