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 | |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 12 | # FVP u-boot configuration |
| 13 | UBOOT_MACHINE = "vexpress_aemv8a_semi_defconfig" |
| 14 | |
| 15 | KERNEL_IMAGETYPE = "Image" |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 16 | |
| 17 | FVP_CONFIG[bp.virtio_rng.enabled] ?= "1" |