1. 24 Jul, 2021 1 commit
  2. 22 Jul, 2021 1 commit
    • Abdellatif El Khlifi's avatar
      feat: adding the diphda platform · bf3ce993
      Abdellatif El Khlifi authored
      
      
      This commit enables trusted-firmware-a with Trusted Board Boot support
      for the Diphda 64-bit platform.
      
      Diphda uses a FIP image located in the flash. The FIP contains the
      following components:
      
      - BL2
      - BL31
      - BL32
      - BL32 SPMC manifest
      - BL33
      - The TBB certificates
      
      The board boot relies on CoT (chain of trust). The trusted-firmware-a
      BL2 is extracted from the FIP and verified by the Secure Enclave
      processor. BL2 verification relies on the signature area at the
      beginning of the BL2 image. This area is needed by the SecureEnclave
      bootloader.
      
      Then, the application processor is released from reset and starts by
      executing BL2.
      
      BL2 performs the actions described in the trusted-firmware-a TBB design
      document.
      Signed-off-by: default avatarRui Miguel Silva <rui.silva@arm.com>
      Signed-off-by: default avatarAbdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
      Change-Id: Iddb1cb9c2a0324a9635e23821c210ac81dfc305d
      bf3ce993
  3. 12 Jul, 2021 1 commit
  4. 30 Jun, 2021 1 commit
  5. 25 May, 2021 1 commit
  6. 05 May, 2021 1 commit
  7. 01 Apr, 2021 1 commit
  8. 11 Mar, 2021 2 commits
  9. 25 Jan, 2021 1 commit
  10. 13 Jan, 2021 3 commits
  11. 23 Dec, 2020 1 commit
  12. 12 Nov, 2020 1 commit
  13. 03 Sep, 2020 1 commit
  14. 31 Aug, 2020 1 commit
  15. 28 Aug, 2020 1 commit
  16. 10 Aug, 2020 1 commit
  17. 21 Jul, 2020 2 commits
  18. 10 Jul, 2020 1 commit
  19. 15 Jun, 2020 1 commit
  20. 29 May, 2020 1 commit
  21. 28 May, 2020 1 commit
  22. 13 May, 2020 2 commits
  23. 15 Apr, 2020 1 commit
  24. 17 Mar, 2020 1 commit
  25. 26 Feb, 2020 1 commit
    • Sandrine Bailleux's avatar
      Update pathnames in maintainers.rst file · 54895747
      Sandrine Bailleux authored
      
      
      The maintainers.rst file lists files and directories that each contributor looks
      after in the TF-A source tree. As files and directories move around over time,
      some pathnames had become invalid. Fix them, either by updating the path if
      it has just moved, or deleting it altogether if it doesn't seem to exist
      anymore.
      
      Change-Id: Idb6ff4d8d0b593138d4f555ec206abcf68b0064f
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      54895747
  26. 06 Feb, 2020 1 commit
  27. 16 Dec, 2019 1 commit
  28. 22 Oct, 2019 1 commit
  29. 21 Oct, 2019 1 commit
    • Paul Beesley's avatar
      doc: Move "About" content from index.rst to a new chapter · 8eb9490b
      Paul Beesley authored
      
      
      The index.rst page is now the primary landing page for the TF-A
      documentation. It contains quite a lot of content these days,
      including:
      
      - The project purpose and general intro
      - A list of functionality
      - A list of planned functionality
      - A list of supported platforms
      - "Getting started" links to other documents
      - Contact information for raising issues
      
      This patch creates an "About" chapter in the table
      of contents and moves some content there. In order,
      the above listed content:
      
      - Stayed where it is. This is the right place for it.
      - Moved to About->Features
      - Moved to About->Features (in subsection)
      - Stayed where it is. Moved in a later patch.
      - Was expanded in-place
      - Moved to About->Contact
      
      Change-Id: I254bb87560fd09140b9e485cf15246892aa45943
      Signed-off-by: default avatarPaul Beesley <paul.beesley@arm.com>
      8eb9490b
  30. 11 Oct, 2019 1 commit
  31. 26 Sep, 2019 1 commit
  32. 05 Sep, 2019 1 commit
  33. 17 Jul, 2019 1 commit
  34. 10 Jun, 2019 1 commit
  35. 22 May, 2019 1 commit
    • Paul Beesley's avatar
      doc: Reword document titles · 8aa05055
      Paul Beesley authored
      
      
      This patch attempts to standardise the document titles as well as
      adding titles to documents that were missing one. The aim is to
      remove needless references to "TF-A" or "Trusted Firmware" in the
      title of every document and to make sure that the title matches
      with the document content.
      
      Change-Id: I9b93ccf43b5d57e8dc793a5311b8ed7c4dd245cc
      Signed-off-by: default avatarPaul Beesley <paul.beesley@arm.com>
      8aa05055