aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cpus/aarch32
Commit message (Expand)AuthorAgeFilesLines
* Make errata reporting mandatory for CPU filesSoby Mathew2018-10-295-0/+45
* aarch32: Implement static workaround for CVE-2018-3639Dimitris Papastamos2018-05-232-0/+37
* Fixup AArch32 errata printing frameworkSoby Mathew2018-02-221-2/+3
* Merge pull request #1228 from dp-arm/dp/cve_2017_5715davidcunado-arm2018-01-255-3/+125
|\
| * Workaround for CVE-2017-5715 for Cortex A9, A15 and A17Dimitris Papastamos2018-01-185-3/+125
* | Merge pull request #1229 from manojkumar-arm/manojkumar-arm/ca72-aarch32-rese...davidcunado-arm2018-01-201-1/+1
|\ \
| * | lib/cpus: fix branching in reset function for cortex-a72 AARCH32 modeManoj Kumar2018-01-191-1/+1
| |/
* / bl2-el3: Add BL2_EL3 imageRoberto Vargas2018-01-181-2/+2
|/
* Merge pull request #1168 from matt2048/masterdavidcunado-arm2017-12-043-6/+6
|\
| * Replace macro ASM_ASSERTION with macro ENABLE_ASSERTIONSMatt Ma2017-11-233-6/+6
* | ARMv7: introduce Cortex-A12Etienne Carriere2017-11-081-0/+75
* | ARMv7: introduce Cortex-A17Etienne Carriere2017-11-081-0/+75
* | ARMv7: introduce Cortex-A7Etienne Carriere2017-11-081-0/+75
* | ARMv7: introduce Cortex-A5Etienne Carriere2017-11-081-0/+75
* | ARMv7: introduce Cortex-A9Etienne Carriere2017-11-081-0/+75
* | ARMv7: introduce Cortex-A15Etienne Carriere2017-11-081-0/+81
|/
* Cortex-A72: Implement workaround for erratum 859971Eleanor Bonnici2017-09-071-0/+56
* Cortex-A57: Implement workaround for erratum 859972Eleanor Bonnici2017-09-071-0/+32
* CPU: Correct names of implementation-defined aux regsEleanor Bonnici2017-08-293-35/+35
* aarch32: Implement errata workarounds for Cortex A57Dimitris Papastamos2017-06-201-1/+332
* aarch32: Implement errata workarounds for Cortex A53Dimitris Papastamos2017-06-201-1/+151
* aarch32: Implement cpu_rev_var_hs()Dimitris Papastamos2017-06-201-0/+13
* Unique names for defines in the CPU librariesVarun Wadekar2017-06-143-31/+31
* Use SPDX license identifiersdp-arm2017-05-036-150/+6
* Merge pull request #910 from dp-arm/dp/AArch32-juno-portdavidcunado-arm2017-04-213-0/+549
|\
| * AArch32: Add support for ARM Cortex-A53/57/72 MPCore ProcessorYatharth Kochar2017-04-203-0/+549
* | Remove build option `ASM_ASSERTION`Antonio Nino Diaz2017-04-203-9/+9
|/
* Replace ASM signed tests with unsignedDouglas Raillard2017-03-201-1/+1
* Report errata workaround status to consoleJeenu Viswambharan2017-01-301-1/+84
* Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada2017-01-241-2/+2
* Add provision to extend CPU operations at more levelsJeenu Viswambharan2016-12-153-37/+31
* AArch32: Fix the stack alignment issueSoby Mathew2016-12-122-8/+12
* AArch32: Add support for ARM Cortex-A32 MPCore ProcessorYatharth Kochar2016-09-211-0/+142
* AArch32: Common changes needed for BL1/BL2Yatharth Kochar2016-09-211-0/+6
* AArch32: Add support in TF librariesSoby Mathew2016-08-102-0/+245