Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # 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 Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 7 | require conf/machine/include/fvp-common.inc |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 8 | require conf/machine/include/arm/arch-armv7a.inc |
| 9 | |
| 10 | # FVP u-boot configuration |
| 11 | PREFERRED_VERSION_u-boot ?= "2022.04" |
| 12 | UBOOT_MACHINE = "vexpress_aemv8a_aarch32_defconfig" |
| 13 | |
| 14 | KERNEL_IMAGETYPE = "zImage" |
| 15 | |
| 16 | FVP_CONFIG[cluster0.cpu0.CONFIG64] = "0" |
| 17 | FVP_CONFIG[cluster0.cpu1.CONFIG64] = "0" |
| 18 | FVP_CONFIG[cluster0.cpu2.CONFIG64] = "0" |
| 19 | FVP_CONFIG[cluster0.cpu3.CONFIG64] = "0" |
| 20 | FVP_CONFIG[cluster1.cpu0.CONFIG64] = "0" |
| 21 | FVP_CONFIG[cluster1.cpu1.CONFIG64] = "0" |
| 22 | FVP_CONFIG[cluster1.cpu2.CONFIG64] = "0" |
| 23 | FVP_CONFIG[cluster1.cpu3.CONFIG64] = "0" |