1. 20 Apr, 2021 1 commit
  2. 09 Apr, 2021 1 commit
    • Pali Rohár's avatar
      docs: marvell: Add information about CZ.NIC Armada 3720 Secure Firmware · 4fe571b8
      Pali Rohár authored
      CZ.NIC as part of Turris project released free and open source WTMI
      application firmware 'wtmi_app.bin' for all Armada 3720 devices. This
      firmware includes additional features like access to Hardware Random
      Number Generator of Armada 3720 SoC which original Marvell's 'fuse.bin'
      image does not have.
      
      CZ.NIC's Armada 3720 Secure Firmware is available at website:
      
          https://gitlab.nic.cz/turris/mox-boot-builder/
      
      
      
      This change updates documentation to include steps how to build Marvell
      firmware image for Espressobin with this firmware to enable Hardware
      Random Number Generator on Espressobin.
      
      In this change is fixed also URL to TF-A and U-Boot git repositories in
      Espressobin build example. And as Marvell github repositories switched
      default branch to master, explicit branch via -b parameter is redundant
      and therefore from examples removed.
      Signed-off-by: default avatarPali Rohár <pali@kernel.org>
      Change-Id: I59ee29cb6ed149264c5e4202f2af8f9ab3859418
      4fe571b8
  3. 01 Apr, 2021 2 commits
  4. 25 Mar, 2021 2 commits
    • Andre Przywara's avatar
      allwinner: Add Allwinner H616 SoC support · 26123ca3
      Andre Przywara authored
      
      
      The new Allwinner H616 SoC lacks the management controller and the secure
      SRAM A2, so we need to tweak the memory map quite substantially:
      We run BL31 in DRAM. Since the DRAM starts at 1GB, we cannot use our
      compressed virtual address space (max 256MB) anymore, so we revert to
      the full 32bit VA space and use a flat mapping throughout all of it.
      
      The missing controller also means we need to always use the native PSCI
      ops, using the CPUIDLE hardware, as SCPI and suspend depend on the ARISC.
      
      Change-Id: I77169b452cb7f5dc2ef734f3fc6e5d931749141d
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      26123ca3
    • Andre Przywara's avatar
      doc: allwinner: Reorder sections, document memory mapping · fe90f9ae
      Andre Przywara authored
      
      
      Update the Allwinner platform documentation.
      Reorder the section, to have the build instructions first, followed by
      hints about the installation.
      
      Add some ASCII art about the layout of our virtual memory map, which
      uses a non-trivial condensed virtual address space.
      
      Change-Id: Iaaa79b4366012394e15e4c1b26c212b5efb6ed6a
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      fe90f9ae
  5. 01 Mar, 2021 1 commit
  6. 16 Feb, 2021 1 commit
  7. 09 Feb, 2021 1 commit
  8. 02 Feb, 2021 5 commits
  9. 29 Jan, 2021 4 commits
  10. 28 Jan, 2021 1 commit
  11. 26 Jan, 2021 1 commit
  12. 21 Jan, 2021 1 commit
  13. 14 Jan, 2021 1 commit
  14. 13 Jan, 2021 2 commits
  15. 05 Jan, 2021 1 commit
    • Marek Behún's avatar
      plat: marvell: armada: a3k: support doing system reset via CM3 secure coprocessor · d9243f26
      Marek Behún authored
      
      
      Introduce a new build option CM3_SYSTEM_RESET for A3700 platform, which,
      when enabled, adds code to the PSCI reset handler to try to do system
      reset by the WTMI firmware running on the Cortex-M3 secure coprocessor.
      (This function is exposed via the mailbox interface.)
      
      The reason is that the Turris MOX board has a HW bug which causes reset
      to hang unpredictably. This issue can be solved by putting the board in
      a specific state before reset.
      Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
      Change-Id: I3f60b9f244f334adcd33d6db6a361fbc8b8d209f
      d9243f26
  16. 14 Dec, 2020 1 commit
  17. 09 Dec, 2020 1 commit
  18. 19 Nov, 2020 1 commit
  19. 13 Oct, 2020 1 commit
  20. 11 Oct, 2020 1 commit
  21. 04 Oct, 2020 1 commit
  22. 02 Oct, 2020 3 commits
  23. 29 Sep, 2020 1 commit
  24. 28 Sep, 2020 1 commit
  25. 18 Aug, 2020 1 commit
  26. 17 Aug, 2020 1 commit
  27. 10 Aug, 2020 1 commit
  28. 03 Aug, 2020 1 commit