1. 08 Jun, 2019 1 commit
  2. 03 Jun, 2019 1 commit
  3. 31 May, 2019 1 commit
  4. 28 May, 2019 1 commit
  5. 24 May, 2019 1 commit
  6. 20 May, 2019 1 commit
  7. 25 Apr, 2019 1 commit
  8. 12 Apr, 2019 1 commit
    • John Tsichritzis's avatar
      Improvements in Readme · 0668dd71
      John Tsichritzis authored
      
      
      - Fix broken link to the issue tracker.
      - Add contents section to make navigation easier throughout the page.
      - Move the link to documentation contents near the top. Where it was
        before could be missed and documentation might seem inaccessible.
      
      Change-Id: I502e4fc0fd312459cda351d30a8781c221625724
      Signed-off-by: default avatarJohn Tsichritzis <john.tsichritzis@arm.com>
      0668dd71
  9. 08 Apr, 2019 1 commit
  10. 02 Apr, 2019 2 commits
  11. 29 Mar, 2019 1 commit
  12. 28 Mar, 2019 1 commit
  13. 27 Mar, 2019 1 commit
  14. 12 Mar, 2019 2 commits
  15. 07 Mar, 2019 1 commit
  16. 27 Feb, 2019 2 commits
  17. 19 Feb, 2019 1 commit
  18. 17 Jan, 2019 1 commit
  19. 11 Jan, 2019 3 commits
  20. 26 Oct, 2018 1 commit
  21. 02 Oct, 2018 1 commit
  22. 21 Sep, 2018 1 commit
  23. 22 Aug, 2018 1 commit
  24. 31 Jul, 2018 1 commit
  25. 30 Jul, 2018 1 commit
  26. 21 Jun, 2018 1 commit
  27. 19 Jun, 2018 1 commit
    • Nishanth Menon's avatar
      ti: k3: Setup initial files for platform · 1841c533
      Nishanth Menon authored
      
      
      Create the baseline Makefile, platform definitions file and platform
      specific assembly macros file. This includes first set of constants
      for the platform including cache sizes and linker format and a stub for
      BL31 and the basic memory layout
      
      K3 SoC family of processors do not use require a BL1 or BL2 binary,
      since such functions are provided by an system controller on the SoC.
      This lowers the burden of ATF to purely managing the local ARM cores
      themselves.
      Signed-off-by: default avatarBenjamin Fair <b-fair@ti.com>
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
      1841c533
  28. 20 Mar, 2018 1 commit
  29. 19 Mar, 2018 1 commit
  30. 15 Mar, 2018 1 commit
  31. 17 Jul, 2017 1 commit
  32. 05 Jul, 2017 1 commit
    • Dan Handley's avatar
      Update readme for v1.4 release · 4bf3349b
      Dan Handley authored
      
      
      Update the release notes (readme.rst) for the ARM Trusted Firmware v1.4 release.
      
      Also, reorder and fix some of the links following the conversion to
      reStructured text format.
      
      Change-Id: I8f5e8aa86cb891f61b6b62cf9fab0ad0f0ebb36b
      Signed-off-by: default avatarDan Handley <dan.handley@arm.com>
      4bf3349b
  33. 29 Jun, 2017 1 commit
    • Douglas Raillard's avatar
      Convert documentation to reStructuredText · 6f625747
      Douglas Raillard authored
      
      
      Due to recent issues in the rendering of the documentation on GitHub and
      some long-standing issues like the lack of automatic table of content in
      Markdown, the documentation has been converted to reStructuredText.
      Basic constructs looks pretty similar to Markdown.
      
      Automatically convert GitHub markdown documentation to reStructuredText
      using pandoc.
      
      Change-Id: If20b695acedc6d1b49c8d9fb64efd6b6ba23f4a9
      Signed-off-by: default avatarDouglas Raillard <douglas.raillard@arm.com>
      6f625747