Paul Beesley | d2fcc4e | 2019-05-29 13:59:40 +0100 | [diff] [blame] | 1 | Arm Fixed Virtual Platforms (FVP) |
| 2 | ================================= |
| 3 | |
Sandrine Bailleux | 0123b8c | 2024-01-23 15:30:48 +0100 | [diff] [blame^] | 4 | Arm |FVP|\s are complete simulations of an Arm system, including processor, |
| 5 | memory and peripherals. They enable software development without the need for |
| 6 | real hardware. |
Paul Beesley | d2fcc4e | 2019-05-29 13:59:40 +0100 | [diff] [blame] | 7 | |
Sandrine Bailleux | 0123b8c | 2024-01-23 15:30:48 +0100 | [diff] [blame^] | 8 | There exists many types of FVPs. This page provides details on how to build and |
| 9 | run TF-A on some of these FVPs. |
Paul Beesley | d2fcc4e | 2019-05-29 13:59:40 +0100 | [diff] [blame] | 10 | |
Sandrine Bailleux | 0123b8c | 2024-01-23 15:30:48 +0100 | [diff] [blame^] | 11 | Please also refer to the TF-A CI scripts under the `model/`_ directory for an |
| 12 | exhaustive list of |FVP|\s which TF-A is regularly tested on as part of our |
| 13 | continuous integration strategy. |
Paul Beesley | d2fcc4e | 2019-05-29 13:59:40 +0100 | [diff] [blame] | 14 | |
Sandrine Bailleux | 0123b8c | 2024-01-23 15:30:48 +0100 | [diff] [blame^] | 15 | .. toctree:: |
| 16 | :maxdepth: 1 |
| 17 | :caption: Contents |
Paul Beesley | d2fcc4e | 2019-05-29 13:59:40 +0100 | [diff] [blame] | 18 | |
Sandrine Bailleux | 0123b8c | 2024-01-23 15:30:48 +0100 | [diff] [blame^] | 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 |
Paul Beesley | d2fcc4e | 2019-05-29 13:59:40 +0100 | [diff] [blame] | 26 | |
| 27 | -------------- |
| 28 | |
Chris Kay | cf4e8a2 | 2024-02-12 12:56:36 +0000 | [diff] [blame] | 29 | *Copyright (c) 2019-2024, Arm Limited. All rights reserved.* |
Paul Beesley | d2fcc4e | 2019-05-29 13:59:40 +0100 | [diff] [blame] | 30 | |
Sandrine Bailleux | 0123b8c | 2024-01-23 15:30:48 +0100 | [diff] [blame^] | 31 | .. _model/: https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git/tree/model |