1. 4c700c1 chore: update to use Arm word across TF-A by Govindraj Raja · 2 years ago
  2. 34c51f3 feat(cpus): wrappers to propagate AArch32 errata info by Boyan Karatotev · 2 years, 6 months ago
  3. 6bb96fa refactor(cpus): rename errata_report.h to errata.h by Boyan Karatotev · 2 years, 6 months ago
  4. 007433d refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · 2 years, 6 months ago
  5. 42d4d3b refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 2 years, 9 months ago
  6. da04341 build: always prefix section names with `.` by Chris Kay · 2 years, 6 months ago
  7. 5668db7 feat(ti): set snoop-delayed exclusive handling on A72 cores by Andrew Davis · 2 years, 7 months ago
  8. 81858a3 feat(ti): set L2 cache ECC and and parity on A72 cores by Andrew Davis · 2 years, 7 months ago
  9. aee2f33 feat(ti): set L2 cache data ram latency on A72 cores to 4 cycles by Andrew Davis · 2 years, 7 months ago
  10. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  11. 8785a7c cpus: Fix Cortex-A12 MIDR mask by Heiko Stuebner · 6 years ago
  12. 0b64c19 Cortex-A17: Implement workaround for errata 852421 by Ambroise Vincent · 6 years ago
  13. 5f2c690 Cortex-A15: Implement workaround for errata 827671 by Ambroise Vincent · 6 years ago
  14. 0f6fbbd Cortex-A57: Implement workaround for erratum 814670 by Ambroise Vincent · 6 years ago
  15. 1a74e4a cpus: Add casts to all definitions in CPU headers by Antonio Nino Diaz · 6 years ago
  16. a69817e cpus: Fix some incorrect definitions in CPU headers by Antonio Nino Diaz · 6 years ago
  17. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  18. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  19. 12af5ed Make errata reporting mandatory for CPU files by Soby Mathew · 7 years ago
  20. da3b038 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · 7 years ago
  21. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  22. 9fdad69 Remove integrity check in declare_cpu_ops_base by Roberto Vargas · 7 years ago
  23. f21b9f6 Remove .struct directive by Roberto Vargas · 7 years ago
  24. e086570 aarch32: Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 7 years ago
  25. d95eb47 Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 8 years ago
  26. e4b34ef Workaround for CVE-2017-5715 for Cortex A9, A15 and A17 by Dimitris Papastamos · 8 years ago
  27. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 8 years ago
  28. 1ca8d02 ARMv7: introduce Cortex-A12 by Etienne Carriere · 8 years ago
  29. 778e411 ARMv7: introduce Cortex-A17 by Etienne Carriere · 8 years ago
  30. 6ff43c2 ARMv7: introduce Cortex-A7 by Etienne Carriere · 8 years ago
  31. d56a846 ARMv7: introduce Cortex-A5 by Etienne Carriere · 8 years ago
  32. e3148c2 ARMv7: introduce Cortex-A9 by Etienne Carriere · 8 years ago
  33. 10922e7 ARMv7: introduce Cortex-A15 by Etienne Carriere · 8 years ago
  34. 6de9b33 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · 8 years ago
  35. 45b52c2 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · 8 years ago
  36. 80bcf98 CPU: Correct names of implementation-defined aux regs by Eleanor Bonnici · 8 years ago
  37. e4e6c4b CPU: Make shifted constants unsigned by Eleanor Bonnici · 8 years ago
  38. f9688f2 aarch32: Fix L2CTRL definition for Cortex A57 and A72 by Dimitris Papastamos · 8 years ago
  39. 3749d85 aarch32: Implement errata workarounds for Cortex A53 by Dimitris Papastamos · 8 years ago
  40. fb7d32e Unique names for defines in the CPU libraries by Varun Wadekar · 8 years ago
  41. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  42. dc78758 AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · 9 years ago
  43. 10bcd76 Report errata workaround status to console by Jeenu Viswambharan · 9 years ago
  44. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  45. 5dd9dbb Add provision to extend CPU operations at more levels by Jeenu Viswambharan · 9 years ago
  46. 03a3042 AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · 9 years ago
  47. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 9 years ago
  48. e33b78a AArch32: Add support in TF libraries by Soby Mathew · 9 years ago