blob: d3452b74ae12f89cdb1a0fb78256f3d73bdf6c24 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# Configuration for Armv7-A Base Platform FVP
2
3#@TYPE: Machine
4#@NAME: Armv7-A Base Platform FVP machine
5#@DESCRIPTION: Machine configuration for Armv7-A Base Platform FVP model
6
Patrick Williams8dd68482022-10-04 07:57:18 -05007require conf/machine/include/fvp-common.inc
Brad Bishopbec4ebc2022-08-03 09:55:16 -04008require conf/machine/include/arm/arch-armv7a.inc
9
10# FVP u-boot configuration
11PREFERRED_VERSION_u-boot ?= "2022.04"
12UBOOT_MACHINE = "vexpress_aemv8a_aarch32_defconfig"
13
14KERNEL_IMAGETYPE = "zImage"
15
16FVP_CONFIG[cluster0.cpu0.CONFIG64] = "0"
17FVP_CONFIG[cluster0.cpu1.CONFIG64] = "0"
18FVP_CONFIG[cluster0.cpu2.CONFIG64] = "0"
19FVP_CONFIG[cluster0.cpu3.CONFIG64] = "0"
20FVP_CONFIG[cluster1.cpu0.CONFIG64] = "0"
21FVP_CONFIG[cluster1.cpu1.CONFIG64] = "0"
22FVP_CONFIG[cluster1.cpu2.CONFIG64] = "0"
23FVP_CONFIG[cluster1.cpu3.CONFIG64] = "0"