fvp-support.rst 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Fixed Virtual Platform (FVP) Support
  2. ------------------------------------
  3. This section lists the supported Arm |FVP| platforms. Please refer to the FVP
  4. documentation for a detailed description of the model parameter options.
  5. The latest version of the AArch64 build of TF-A has been tested on the following
  6. Arm FVPs without shifted affinities, and that do not support threaded CPU cores
  7. (64-bit host machine only).
  8. .. note::
  9. The FVP models used are Version 11.26 Build 11, unless otherwise stated.
  10. - ``FVP_Base_AEMvA-AEMvA``
  11. - ``FVP_Base_RevC-2xAEMvA``
  12. - ``FVP_Base_Cortex-A32x4``
  13. - ``FVP_Base_Cortex-A35x4``
  14. - ``FVP_Base_Cortex-A53x4``
  15. - ``FVP_Base_Cortex-A55``
  16. - ``FVP_Base_Cortex-A57x1-A53x1``
  17. - ``FVP_Base_Cortex-A57x2-A53x4``
  18. - ``FVP_Base_Cortex-A57x4``
  19. - ``FVP_Base_Cortex-A57x4-A53x4``
  20. - ``FVP_Base_Cortex-A65`` (Version 11.24/24)
  21. - ``FVP_Base_Cortex-A65AE`` (Version 11.24/24)
  22. - ``FVP_Base_Cortex-A710``
  23. - ``FVP_Base_Cortex-A72x4``
  24. - ``FVP_Base_Cortex-A72x4-A53x4``
  25. - ``FVP_Base_Cortex-A73x4``
  26. - ``FVP_Base_Cortex-A73x4-A53x4``
  27. - ``FVP_Base_Cortex-A75``
  28. - ``FVP_Base_Cortex-A76``
  29. - ``FVP_Base_Cortex-A76AE``
  30. - ``FVP_Base_Cortex-A77``
  31. - ``FVP_Base_Cortex-A78``
  32. - ``FVP_Base_Cortex-A78AE``
  33. - ``FVP_Base_Cortex-A78C``
  34. - ``FVP_Base_Cortex-X2``
  35. - ``FVP_Base_Neoverse-E1`` (Version 11.24/24)
  36. - ``FVP_Base_Neoverse-N1``
  37. - ``FVP_Base_Neoverse-N2``
  38. - ``FVP_Base_Neoverse-V1``
  39. - ``FVP_BaseR_AEMv8R``
  40. - ``FVP_Morello`` (Version 0.11/33)
  41. - ``FVP_RD_V1``
  42. - ``FVP_RD_1_AE`` (Version 11.27/20)
  43. - ``FVP_TC3`` (Version 11.26/16)
  44. - ``FVP_TC4`` (Version 0.0/8404)
  45. The latest version of the AArch32 build of TF-A has been tested on the
  46. following Arm FVPs without shifted affinities, and that do not support threaded
  47. CPU cores (64-bit host machine only).
  48. - ``FVP_Base_AEMvA``
  49. - ``FVP_Base_AEMvA-AEMvA``
  50. - ``FVP_Base_Cortex-A32x4``
  51. .. note::
  52. The ``FVP_Base_RevC-2xAEMv8A`` FVP only supports shifted affinities, which
  53. is not compatible with legacy GIC configurations. Therefore this FVP does not
  54. support these legacy GIC configurations.
  55. The *Foundation* and *Base* FVPs can be downloaded free of charge. See the `Arm
  56. FVP website`_. The Cortex-A models listed above are also available to download
  57. from `Arm's website`_.
  58. .. note::
  59. The build numbers quoted above are those reported by launching the FVP
  60. with the ``--version`` parameter.
  61. .. note::
  62. Linaro provides a ramdisk image in prebuilt FVP configurations and full
  63. file systems that can be downloaded separately. To run an FVP with a virtio
  64. file system image an additional FVP configuration option
  65. ``-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>`` can be
  66. used.
  67. .. note::
  68. The software will not work on Version 1.0 of the Foundation FVP.
  69. The commands below would report an ``unhandled argument`` error in this case.
  70. .. note::
  71. FVPs can be launched with ``--cadi-server`` option such that a
  72. CADI-compliant debugger (for example, Arm DS-5) can connect to and control
  73. its execution.
  74. .. warning::
  75. Since FVP model Version 11.0 Build 11.0.34 and Version 8.5 Build 0.8.5202
  76. the internal synchronisation timings changed compared to older versions of
  77. the models. The models can be launched with ``-Q 100`` option if they are
  78. required to match the run time characteristics of the older versions.
  79. All the above platforms have been tested with `Linaro Release 20.01`_.
  80. --------------
  81. *Copyright (c) 2019-2024, Arm Limited. All rights reserved.*
  82. .. _Arm's website: `FVP models`_
  83. .. _FVP models: https://developer.arm.com/products/system-design/fixed-virtual-platforms
  84. .. _Linaro Release 20.01: http://releases.linaro.org/members/arm/platforms/20.01
  85. .. _Arm FVP website: https://developer.arm.com/products/system-design/fixed-virtual-platforms