1. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  2. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  3. 4353499 Fix MISRA defects in workaround and errata framework by Antonio Nino Diaz · 7 years ago
  4. 40daecc Fix MISRA defects in extension libs by Antonio Nino Diaz · 7 years ago
  5. 12af5ed Make errata reporting mandatory for CPU files by Soby Mathew · 7 years ago
  6. da3b038 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · 7 years ago
  7. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  8. 6cf8d65 cpus: denver: Implement static workaround for CVE-2018-3639 by Varun Wadekar · 7 years ago
  9. cf3ed0d cpus: denver: reset power state to 'C1' on boot by Varun Wadekar · 7 years ago
  10. 8a67718 DSU erratum 936184 workaround by John Tsichritzis · 7 years ago
  11. ba0248b Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6 by danh-arm · 7 years ago
  12. bc6206f lib: cpu: Add L2 cache aux control register definition to CA72 by Konstantin Porotchkin · 7 years ago
  13. 46e8870 Add initial CPU support for Cortex-Helios by Joel Hutton · 8 years ago
  14. c84b6cb Add initial CPU support for Cortex-Deimos by Joel Hutton · 7 years ago
  15. 9fdad69 Remove integrity check in declare_cpu_ops_base by Roberto Vargas · 7 years ago
  16. f21b9f6 Remove .struct directive by Roberto Vargas · 7 years ago
  17. d6b7980 Implement dynamic mitigation for CVE-2018-3639 on Cortex-A76 by Dimitris Papastamos · 7 years ago
  18. 040b546 Implement Cortex-Ares 1043202 erratum workaround by Dimitris Papastamos · 7 years ago
  19. 08268e2 Add AMU support for Cortex-Ares by Dimitris Papastamos · 7 years ago
  20. abbffe9 Add support for Cortex-Ares and Cortex-A76 CPUs by Isla Mitchell · 8 years ago
  21. fe007b2 Add support for dynamic mitigation for CVE-2018-3639 by Dimitris Papastamos · 7 years ago
  22. e086570 aarch32: Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 7 years ago
  23. b8a25bb Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 7 years ago
  24. 2c3a107 Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  25. 9ec3921 Check presence of fix for errata 843419 in Cortex-A53 by Jonathan Wright · 7 years ago
  26. a205a56 Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · 7 years ago
  27. 3991a6a Use PFR0 to identify need for mitigation of CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  28. 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 7 years ago
  29. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
  30. 714b21f MISRA fixes for Cortex A75 AMU implementation by Dimitris Papastamos · 7 years ago
  31. f06890e Refactor AMU support for Cortex A75 by Dimitris Papastamos · 7 years ago
  32. a2e702a Factor out CPU AMU helpers by Dimitris Papastamos · 7 years ago
  33. d95eb47 Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 8 years ago
  34. 0d3a27e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 8 years ago
  35. e4b34ef Workaround for CVE-2017-5715 for Cortex A9, A15 and A17 by Dimitris Papastamos · 8 years ago
  36. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 8 years ago
  37. 53bfb94 Add hooks to save/restore AMU context for Cortex A75 by Dimitris Papastamos · 8 years ago
  38. 0319a97 Implement support for the Activity Monitor Unit on Cortex A75 by Dimitris Papastamos · 8 years ago
  39. 1ca8d02 ARMv7: introduce Cortex-A12 by Etienne Carriere · 8 years ago
  40. 778e411 ARMv7: introduce Cortex-A17 by Etienne Carriere · 8 years ago
  41. 6ff43c2 ARMv7: introduce Cortex-A7 by Etienne Carriere · 8 years ago
  42. d56a846 ARMv7: introduce Cortex-A5 by Etienne Carriere · 8 years ago
  43. e3148c2 ARMv7: introduce Cortex-A9 by Etienne Carriere · 8 years ago
  44. 10922e7 ARMv7: introduce Cortex-A15 by Etienne Carriere · 8 years ago
  45. 6de9b33 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · 8 years ago
  46. 45b52c2 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · 8 years ago
  47. 80bcf98 CPU: Correct names of implementation-defined aux regs by Eleanor Bonnici · 8 years ago
  48. e4e6c4b CPU: Make shifted constants unsigned by Eleanor Bonnici · 8 years ago
  49. f9688f2 aarch32: Fix L2CTRL definition for Cortex A57 and A72 by Dimitris Papastamos · 8 years ago
  50. 3749d85 aarch32: Implement errata workarounds for Cortex A53 by Dimitris Papastamos · 8 years ago
  51. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 8 years ago
  52. fb7d32e Unique names for defines in the CPU libraries by Varun Wadekar · 8 years ago
  53. d40ab48 Add support for Cortex-A75 and Cortex-A55 CPUs by David Wang · 9 years ago
  54. cfac68a Cortex-A53: add some bit definitions by Haojian Zhuang · 8 years ago
  55. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  56. 0f22bef Merge branch 'integration' into tf_issue_461 by Scott Branden · 8 years ago
  57. 53d9c9c Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 8 years ago
  58. dc78758 AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · 9 years ago
  59. b75dc0e Add workaround for ARM Cortex-A53 erratum 855873 by Andre Przywara · 9 years ago
  60. 018b848 Tegra: enable ECC/Parity protection for Cortex-A57 CPUs by Varun Wadekar · 9 years ago
  61. 9f1c5dd cpus: denver: disable DCO operations from platform code by Varun Wadekar · 9 years ago
  62. e956e22 cpus: Add support for all Denver variants by Varun Wadekar · 10 years ago
  63. 10bcd76 Report errata workaround status to console by Jeenu Viswambharan · 9 years ago
  64. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  65. 5dd9dbb Add provision to extend CPU operations at more levels by Jeenu Viswambharan · 9 years ago
  66. 03a3042 AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · 9 years ago
  67. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 9 years ago
  68. e33b78a AArch32: Add support in TF libraries by Soby Mathew · 9 years ago
  69. 84629f2 bl31: Add error reporting registers by Naga Sureshkumar Relli · 9 years ago
  70. 2460ac1 Add support for ARM Cortex-A73 MPCore Processor by Yatharth Kochar · 9 years ago
  71. adeecf9 Add support for Cortex-A57 erratum 833471 workaround by Sandrine Bailleux · 9 years ago
  72. 0728886 Add support for Cortex-A57 erratum 826977 workaround by Sandrine Bailleux · 9 years ago
  73. 0b77197 Add support for Cortex-A57 erratum 829520 workaround by Sandrine Bailleux · 9 years ago
  74. a8b1c76 Add support for Cortex-A57 erratum 828024 workaround by Sandrine Bailleux · 9 years ago
  75. df22d60 Add support for Cortex-A57 erratum 826974 workaround by Sandrine Bailleux · 9 years ago
  76. 54035fc Disable non-temporal hint on Cortex-A53/57 by Sandrine Bailleux · 10 years ago
  77. 820756e9 Add support for ARM Cortex-A35 processor by Sandrine Bailleux · 10 years ago
  78. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  79. 1dbe315 Juno R2: Configure the correct L2 RAM latency values by Sandrine Bailleux · 10 years ago
  80. e0d913c Add macros for retention control in Cortex-A53/A57 by Varun Wadekar · 10 years ago
  81. 6b0d97b cortex_a53: Add A53 errata #826319, #836870 by Jimmy Huang · 10 years ago
  82. 3a8c55f Add "Project Denver" CPU support by Varun Wadekar · 10 years ago
  83. e2bf57f Add header guards to asm macro files by Dan Handley · 10 years ago
  84. 1ba93ae Add support for ARM Cortex-A72 processor by Vikram Kanigiri · 10 years ago
  85. 79a97b2 Call reset handlers upon BL3-1 entry. by Yatharth Kochar · 11 years ago
  86. 01b916b Juno: Implement initial platform port by Sandrine Bailleux · 11 years ago
  87. d9bdaf2 Add support for selected Cortex-A57 errata workarounds by Soby Mathew · 11 years ago
  88. d3f70af Add CPU specific crash reporting handlers by Soby Mathew · 11 years ago
  89. add4035 Add CPU specific power management operations by Soby Mathew · 11 years ago