summaryrefslogtreecommitdiff
path: root/lib/cpus/aarch64/cortex_a53.S
AgeCommit message (Expand)Author
2023-08-24refactor(cpus): convert the Cortex-A53 to use cpu helpersBoyan Karatotev
2023-08-24refactor(cpus): convert the Cortex-A53 to use the errata frameworkBoyan Karatotev
2023-08-24refactor(cpus): reorder Cortex-A53 errata by ascending orderBoyan Karatotev
2023-05-30refactor(cpus): rename errata_report.h to errata.hBoyan Karatotev
2020-08-18lib/cpus: Report AT speculative erratum workaroundManish V Badarkhe
2019-06-06ti: k3: common: Remove coherency workaround for AM65xAndrew F. Davis
2019-04-25Cortex-A53: Fix reporting of missing errata when not neededAndrew F. Davis
2019-02-28Cortex-A53: Workarounds for 819472, 824069 and 827319Ambroise Vincent
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-10-16ti: k3: common: Do not disable cache on TI K3 core powerdownAndrew F. Davis
2018-04-12Check presence of fix for errata 835769 in Cortex-A53Jonathan Wright
2018-04-12Check presence of fix for errata 843419 in Cortex-A53Jonathan Wright
2017-08-29CPU: Correct names of implementation-defined aux regsEleanor Bonnici
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-05-03Use SPDX license identifiersdp-arm
2017-03-20Add workaround for ARM Cortex-A53 erratum 855873Andre Przywara
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-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-08-05cortex_a53: Add A53 errata #826319, #836870Jimmy Huang
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-29Add support for level specific cache maintenance operationsSoby 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