1Arm Fixed Virtual Platforms (FVP) 2================================= 3 4Arm |FVP|\s are complete simulations of an Arm system, including processor, 5memory and peripherals. They enable software development without the need for 6real hardware. 7 8There exists many types of FVPs. This page provides details on how to build and 9run TF-A on some of these FVPs. 10 11Please also refer to the TF-A CI scripts under the `model/`_ directory for an 12exhaustive list of |FVP|\s which TF-A is regularly tested on as part of our 13continuous integration strategy. 14 15.. toctree:: 16 :maxdepth: 1 17 :caption: Contents 18 19 fvp-support 20 fvp-build-options 21 fvp-foundation 22 fvp-aemv8-base 23 fvp-cortex-a57-a53 24 fvp-cortex-a32 25 fvp-specific-configs 26 27-------------- 28 29*Copyright (c) 2019-2024, Arm Limited. All rights reserved.* 30 31.. _model/: https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git/tree/model 32