1. 27 Jan, 2020 1 commit
  2. 23 Dec, 2019 2 commits
  3. 11 Oct, 2019 1 commit
  4. 04 Oct, 2019 1 commit
    • laurenw-arm's avatar
      Neoverse N1 Errata Workaround 1542419 · 80942622
      laurenw-arm authored
      
      
      Coherent I-cache is causing a prefetch violation where when the core
      executes an instruction that has recently been modified, the core might
      fetch a stale instruction which violates the ordering of instruction
      fetches.
      
      The workaround includes an instruction sequence to implementation
      defined registers to trap all EL0 IC IVAU instructions to EL3 and a trap
      handler to execute a TLB inner-shareable invalidation to an arbitrary
      address followed by a DSB.
      Signed-off-by: default avatarLauren Wehrmeister <lauren.wehrmeister@arm.com>
      Change-Id: Ic3b7cbb11cf2eaf9005523ef5578a372593ae4d6
      80942622
  5. 03 Oct, 2019 1 commit
  6. 02 Oct, 2019 1 commit
  7. 30 Sep, 2019 1 commit
  8. 10 Sep, 2019 1 commit
  9. 01 Aug, 2019 1 commit
    • Julius Werner's avatar
      Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ · d5dfdeb6
      Julius Werner authored
      
      
      NOTE: __ASSEMBLY__ macro is now deprecated in favor of __ASSEMBLER__.
      
      All common C compilers predefine a macro called __ASSEMBLER__ when
      preprocessing a .S file. There is no reason for TF-A to define it's own
      __ASSEMBLY__ macro for this purpose instead. To unify code with the
      export headers (which use __ASSEMBLER__ to avoid one extra dependency),
      let's deprecate __ASSEMBLY__ and switch the code base over to the
      predefined standard.
      
      Change-Id: Id7d0ec8cf330195da80499c68562b65cb5ab7417
      Signed-off-by: default avatarJulius Werner <jwerner@chromium.org>
      d5dfdeb6
  10. 31 Jul, 2019 1 commit
  11. 16 Jul, 2019 1 commit
  12. 10 Jul, 2019 1 commit
  13. 02 Jul, 2019 8 commits
  14. 06 Jun, 2019 1 commit
  15. 28 May, 2019 1 commit
  16. 07 May, 2019 1 commit
  17. 18 Apr, 2019 1 commit
  18. 17 Apr, 2019 3 commits
  19. 08 Apr, 2019 2 commits
  20. 15 Mar, 2019 1 commit
  21. 14 Mar, 2019 1 commit
  22. 13 Mar, 2019 2 commits
  23. 28 Feb, 2019 5 commits
  24. 26 Feb, 2019 1 commit