fvp-support.rst 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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``
  11. - ``FVP_Base_AEMvA-AEMvA``
  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_Base_RevC-2xAEMv8A``
  40. - ``FVP_BaseR_AEMv8R``
  41. - ``FVP_Morello`` (Version 0.11/33)
  42. - ``FVP_RD_V1``
  43. - ``FVP_TC2`` (Version 11.23/17)
  44. The latest version of the AArch32 build of TF-A has been tested on the
  45. following Arm FVPs without shifted affinities, and that do not support threaded
  46. CPU cores (64-bit host machine only).
  47. - ``FVP_Base_AEMvA``
  48. - ``FVP_Base_AEMvA-AEMvA``
  49. - ``FVP_Base_Cortex-A32x4``
  50. .. note::
  51. The ``FVP_Base_RevC-2xAEMv8A`` FVP only supports shifted affinities, which
  52. is not compatible with legacy GIC configurations. Therefore this FVP does not
  53. support these legacy GIC configurations.
  54. The *Foundation* and *Base* FVPs can be downloaded free of charge. See the `Arm
  55. FVP website`_. The Cortex-A models listed above are also available to download
  56. from `Arm's website`_.
  57. .. note::
  58. The build numbers quoted above are those reported by launching the FVP
  59. with the ``--version`` parameter.
  60. .. note::
  61. Linaro provides a ramdisk image in prebuilt FVP configurations and full
  62. file systems that can be downloaded separately. To run an FVP with a virtio
  63. file system image an additional FVP configuration option
  64. ``-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>`` can be
  65. used.
  66. .. note::
  67. The software will not work on Version 1.0 of the Foundation FVP.
  68. The commands below would report an ``unhandled argument`` error in this case.
  69. .. note::
  70. FVPs can be launched with ``--cadi-server`` option such that a
  71. CADI-compliant debugger (for example, Arm DS-5) can connect to and control
  72. its execution.
  73. .. warning::
  74. Since FVP model Version 11.0 Build 11.0.34 and Version 8.5 Build 0.8.5202
  75. the internal synchronisation timings changed compared to older versions of
  76. the models. The models can be launched with ``-Q 100`` option if they are
  77. required to match the run time characteristics of the older versions.
  78. All the above platforms have been tested with `Linaro Release 20.01`_.
  79. --------------
  80. *Copyright (c) 2019-2024, Arm Limited. All rights reserved.*
  81. .. _Arm's website: `FVP models`_
  82. .. _FVP models: https://developer.arm.com/products/system-design/fixed-virtual-platforms
  83. .. _Linaro Release 20.01: http://releases.linaro.org/members/arm/platforms/20.01
  84. .. _Arm FVP website: https://developer.arm.com/products/system-design/fixed-virtual-platforms