blob: d87b1c38f5b27ec79f1be4addafc0a0155accfbe [file] [log] [blame]
Peter Hoyes6c2f16b2021-11-11 09:25:59 +00001.. SPDX-License-Identifier: GPL-2.0
2
3Arm Versatile Express
4=====================
5
6The vexpress_* board configuration supports the following platforms:
7
8 * FVP_Base_RevC-2xAEMvA
9 * Juno development board
10
11Fixed Virtual Platforms
12-----------------------
13
14The Fixed Virtual Platforms (FVP) are complete simulations of an Arm system,
15including processor, memory and peripherals. They are set out in a "programmer's
16view", which gives a comprehensive model on which to build and test software.
17
18The supported FVPs are available free of charge and can be downloaded from the
19Arm developer site [1]_ (user registration might be required).
20
21Supported features:
22
23 * GICv3
24 * Generic timer
25 * PL011 UART
26
27The default configuration assumes that U-Boot is bootstrapped using a suitable
28bootloader, such as Trusted Firmware-A [4]_. The u-boot binary can be passed
29into the TF-A build: ``make PLAT=<platform> all fip BL33=u-boot.bin``
30
31The FVPs can be debugged using Arm Development Studio [2]_.
32
33Juno
34----
35
36Juno is an Arm development board with the following features:
37
38 * Arm Cortex-A72/A57 and Arm Cortex-A53 in a "big.LITTLE" configuration
39 * A PCIe Gen2.0 bus with 4 lanes
40 * 8GB of DRAM
41 * GICv2
42
43More details can be found in the board documentation [3]_.
44
45References
46----------
47
48.. [1] https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms
49.. [2] https://developer.arm.com/tools-and-software/embedded/arm-development-studio
50.. [3] https://developer.arm.com/tools-and-software/development-boards/juno-development-board
51.. [4] https://trustedfirmware-a.readthedocs.io/