Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # Configuration for Armv8-A Base Platform FVP |
2 | |||||
3 | #@TYPE: Machine | ||||
4 | #@NAME: Armv8-A Base Platform FVP machine | ||||
5 | #@DESCRIPTION: Machine configuration for Armv8-A Base Platform FVP model | ||||
6 | |||||
7 | require conf/machine/fvp-common.inc | ||||
8 | require conf/machine/include/arm/arch-armv8a.inc | ||||
9 | |||||
10 | TUNE_FEATURES = "aarch64" | ||||
11 | |||||
12 | PREFERRED_VERSION_u-boot ?= "2022.04" | ||||
13 | |||||
14 | # FVP u-boot configuration | ||||
15 | UBOOT_MACHINE = "vexpress_aemv8a_semi_defconfig" | ||||
16 | |||||
17 | KERNEL_IMAGETYPE = "Image" |