plat/arm: Introduce FVP Versatile Express platform.
This patch adds support for Versatile express FVP (Fast models).
Versatile express is a family of platforms that are based on ARM v7.
Currently this port has only been tested on Cortex A7, although it
should work with other ARM V7 cores that support LPAE, generic timers,
VFP and hardware divide. Future patches will support other
cores like Cortex A5 that dont support features like LPAE
and hardware divide. This platform is tested on and only expected to
work on single core models.

Change-Id: I10893af65b8bb64da7b3bd851cab8231718e61dd
Signed-off-by: Usama Arif <usama.arif@arm.com>
1 parent 0d28096 commit 6393c787b5aa915ea2c707acebd3e330246fe991
@Usama Arif Usama Arif authored on 30 Nov 2018
Showing 19 changed files
View
fdts/fvp-ve-Cortex-A7x1.dts 0 → 100644
View
plat/arm/board/fvp/include/platform_def.h
View
plat/arm/board/fvp_ve/aarch32/fvp_ve_helpers.S 0 → 100644
View
plat/arm/board/fvp_ve/fdts/fvp_ve_tb_fw_config.dts 0 → 100644
View
plat/arm/board/fvp_ve/fvp_ve_bl1_setup.c 0 → 100644
View
plat/arm/board/fvp_ve/fvp_ve_bl2_setup.c 0 → 100644
View
plat/arm/board/fvp_ve/fvp_ve_common.c 0 → 100644
View
plat/arm/board/fvp_ve/fvp_ve_def.h 0 → 100644
View
plat/arm/board/fvp_ve/fvp_ve_pm.c 0 → 100644
View
plat/arm/board/fvp_ve/fvp_ve_private.h 0 → 100644
View
plat/arm/board/fvp_ve/fvp_ve_security.c 0 → 100644
View
plat/arm/board/fvp_ve/fvp_ve_topology.c 0 → 100644
View
plat/arm/board/fvp_ve/include/platform_def.h 0 → 100644
View
plat/arm/board/fvp_ve/platform.mk 0 → 100644
View
plat/arm/board/fvp_ve/sp_min/fvp_ve_sp_min_setup.c 0 → 100644
View
plat/arm/board/fvp_ve/sp_min/sp_min-fvp_ve.mk 0 → 100644
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_dyn_cfg.c
View
plat/arm/common/sp_min/arm_sp_min_setup.c