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 | |
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-armv8a.inc |
| 9 | |
| 10 | TUNE_FEATURES = "aarch64" |
| 11 | |
Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame] | 12 | PREFERRED_VERSION_u-boot ?= "2023.01" |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 13 | |
| 14 | # FVP u-boot configuration |
| 15 | UBOOT_MACHINE = "vexpress_aemv8a_semi_defconfig" |
| 16 | |
| 17 | KERNEL_IMAGETYPE = "Image" |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 18 | |
| 19 | FVP_CONFIG[bp.virtio_rng.enabled] ?= "1" |