1. e7807d2 feat(cpus): wrappers to propagate AArch32 errata info by Boyan Karatotev · 1 year, 5 months ago
  2. 5d38cb3 refactor(cpus): rename errata_report.h to errata.h by Boyan Karatotev · 1 year, 5 months ago
  3. e7d7c27 refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · 1 year, 5 months ago
  4. 11b9b49 refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 1 year, 8 months ago
  5. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 5 months ago
  6. 619d6fb feat(ti): set snoop-delayed exclusive handling on A72 cores by Andrew Davis · 1 year, 6 months ago
  7. b3fd376 feat(ti): set L2 cache ECC and and parity on A72 cores by Andrew Davis · 1 year, 6 months ago
  8. e7d7d11 feat(ti): set L2 cache data ram latency on A72 cores to 4 cycles by Andrew Davis · 1 year, 6 months ago
  9. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  10. 68a8d2b cpus: Fix Cortex-A12 MIDR mask by Heiko Stuebner · 5 years ago
  11. 8cf9eef Cortex-A17: Implement workaround for errata 852421 by Ambroise Vincent · 5 years ago
  12. 68b3812 Cortex-A15: Implement workaround for errata 827671 by Ambroise Vincent · 5 years ago
  13. 1b0db76 Cortex-A57: Implement workaround for erratum 814670 by Ambroise Vincent · 5 years ago
  14. 5e79cfe cpus: Add casts to all definitions in CPU headers by Antonio Nino Diaz · 5 years ago
  15. 96f1631 cpus: Fix some incorrect definitions in CPU headers by Antonio Nino Diaz · 5 years ago
  16. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  17. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  18. 0980dce Make errata reporting mandatory for CPU files by Soby Mathew · 6 years ago
  19. b561536 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · 6 years ago
  20. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  21. 26b8589 Remove integrity check in declare_cpu_ops_base by Roberto Vargas · 6 years ago
  22. 67762d9 Remove .struct directive by Roberto Vargas · 6 years ago
  23. 4a284a4 aarch32: Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 6 years ago
  24. 04285cf Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 6 years ago
  25. 8ca0af2 Workaround for CVE-2017-5715 for Cortex A9, A15 and A17 by Dimitris Papastamos · 7 years ago
  26. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  27. 09d26a6 ARMv7: introduce Cortex-A12 by Etienne Carriere · 7 years ago
  28. 010dd1f ARMv7: introduce Cortex-A17 by Etienne Carriere · 7 years ago
  29. f2f7b91 ARMv7: introduce Cortex-A7 by Etienne Carriere · 7 years ago
  30. 37f8cdc ARMv7: introduce Cortex-A5 by Etienne Carriere · 7 years ago
  31. a1249e0 ARMv7: introduce Cortex-A9 by Etienne Carriere · 7 years ago
  32. 4ece755 ARMv7: introduce Cortex-A15 by Etienne Carriere · 7 years ago
  33. c3b4ca1 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · 7 years ago
  34. 0c9bd27 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · 7 years ago
  35. 41b61be CPU: Correct names of implementation-defined aux regs by Eleanor Bonnici · 7 years ago
  36. b83e42b CPU: Make shifted constants unsigned by Eleanor Bonnici · 7 years ago
  37. ac838c5 aarch32: Fix L2CTRL definition for Cortex A57 and A72 by Dimitris Papastamos · 7 years ago
  38. 9c47a5a aarch32: Implement errata workarounds for Cortex A53 by Dimitris Papastamos · 7 years ago
  39. 1384a16 Unique names for defines in the CPU libraries by Varun Wadekar · 7 years ago
  40. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  41. a9f776c AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · 8 years ago
  42. d5ec367 Report errata workaround status to console by Jeenu Viswambharan · 8 years ago
  43. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  44. ee5eb80 Add provision to extend CPU operations at more levels by Jeenu Viswambharan · 8 years ago
  45. a4c219a AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · 8 years ago
  46. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  47. 748be1d AArch32: Add support in TF libraries by Soby Mathew · 8 years ago