aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cpus/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1228 from dp-arm/dp/cve_2017_5715davidcunado-arm2018-01-254-5/+96
|\
| * Print erratum application report for CVE-2017-5715Dimitris Papastamos2018-01-184-5/+96
* | Merge pull request #1200 from robertovargas-arm/bl2-el3davidcunado-arm2018-01-191-3/+3
|\ \ | |/ |/|
| * bl2-el3: Add BL2_EL3 imageRoberto Vargas2018-01-181-3/+3
* | Merge pull request #1197 from dp-arm/dp/amudavidcunado-arm2018-01-122-0/+173
|\ \
| * | Add hooks to save/restore AMU context for Cortex A75Dimitris Papastamos2018-01-112-0/+173
| |/
* | Use PFR0 to identify need for mitigation of CVE-2017-5915Dimitris Papastamos2018-01-111-0/+10
* | Workaround for CVE-2017-5715 on Cortex A73 and A75Dimitris Papastamos2018-01-113-0/+382
* | Workaround for CVE-2017-5715 on Cortex A57 and A72Dimitris Papastamos2018-01-113-0/+125
|/
* Implement support for the Activity Monitor Unit on Cortex A75Dimitris Papastamos2017-11-291-1/+28
* Cortex-A72: Implement workaround for erratum 859971Eleanor Bonnici2017-09-071-2/+55
* Cortex-A57: Implement workaround for erratum 859972Eleanor Bonnici2017-09-071-0/+31
* CPU: Correct names of implementation-defined aux regsEleanor Bonnici2017-08-293-37/+37
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* Apply workarounds for A53 Cat A Errata 835769 and 843419Douglas Raillard2017-06-221-0/+22
* Unique names for defines in the CPU librariesVarun Wadekar2017-06-143-76/+77
* Add support for Cortex-A75 and Cortex-A55 CPUsDavid Wang2017-06-012-0/+102
* Use a callee-saved register to be AAPCS-compliantdp-arm2017-05-241-4/+4
* Use SPDX license identifiersdp-arm2017-05-038-200/+8
* Remove build option `ASM_ASSERTION`Antonio Nino Diaz2017-04-201-3/+3
* Add workaround for ARM Cortex-A53 erratum 855873Andre Przywara2017-03-202-1/+56
* Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlatdavidcunado-arm2017-03-161-0/+16
|\
| * Apply workaround for errata 813419 of Cortex-A57Antonio Nino Diaz2017-03-081-0/+16
* | cpus: denver: remove barrier from denver_enable_dco()Varun Wadekar2017-02-281-1/+0
|/
* cpus: denver: disable DCO operations from platform codeVarun Wadekar2017-02-231-17/+3
* cpus: Add support for all Denver variantsVarun Wadekar2017-02-221-1/+21
* Report errata workaround status to consoleJeenu Viswambharan2017-01-303-156/+272
* Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada2017-01-241-4/+4
* Correct system include orderDavid Cunado2017-01-171-1/+1
* Add provision to extend CPU operations at more levelsJeenu Viswambharan2016-12-158-33/+49
* bl31: Add error reporting registersNaga Sureshkumar Relli2016-07-124-4/+11
* Add support for ARM Cortex-A73 MPCore ProcessorYatharth Kochar2016-06-011-0/+155
* Add support for Cortex-A57 erratum 833471 workaroundSandrine Bailleux2016-04-211-0/+31
* Add support for Cortex-A57 erratum 826977 workaroundSandrine Bailleux2016-04-211-0/+31
* Add support for Cortex-A57 erratum 829520 workaroundSandrine Bailleux2016-04-211-0/+32
* Add support for Cortex-A57 erratum 828024 workaroundSandrine Bailleux2016-04-211-0/+35
* Add support for Cortex-A57 erratum 826974 workaroundSandrine Bailleux2016-04-211-0/+32
* Make cpu operations warning a VERBOSE printSoby Mathew2016-03-223-10/+13
* Cortex-Axx: Unconditionally apply CPU reset operationsSandrine Bailleux2016-02-083-31/+3
* Disable non-temporal hint on Cortex-A53/57Sandrine Bailleux2016-02-083-22/+64
* Add support for ARM Cortex-A35 processorSandrine Bailleux2016-01-121-0/+164
* cortex_a53: Add A53 errata #826319, #836870Jimmy Huang2015-08-051-3/+85
* Add "Project Denver" CPU supportVarun Wadekar2015-07-241-0/+166
* Fix recursive crash prints on FVP AEM modelSoby Mathew2015-04-131-2/+6
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-085-0/+35
* Merge pull request #270 from vikramkanigiri/vk/a72_cpu_supportdanh-arm2015-03-191-0/+234
|\
| * Add support for ARM Cortex-A72 processorVikram Kanigiri2015-03-181-0/+234
* | Initialise cpu ops after enabling data cacheVikram Kanigiri2015-03-131-13/+2
|/
* Fix the Cortex-A57 reset handler register usageSoby Mathew2015-01-303-7/+15
* Call reset handlers upon BL3-1 entry.Yatharth Kochar2015-01-263-4/+31