mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-27 07:27:04 +00:00
646239278a
So that a fvp-base image can be tested easily, set the relevant FVP_* variables. After setting IMAGE_CLASSES += "fvpboot" in local.conf, this will show the firmware start and Linux boot: $ MACHINE=fvp-base bitbake core-image-base $ runfvp fvp-base --console Change-Id: Id1bd6cea57958117103e53ab9f78a58ce92b6a2e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# Configuration for Armv8-A Base Platform FVP
|
|
|
|
#@TYPE: Machine
|
|
#@NAME: Armv8-A Base Platform FVP machine
|
|
#@DESCRIPTION: Machine configuration for Armv8-A Base Platform FVP model
|
|
|
|
require conf/machine/fvp-common.inc
|
|
require conf/machine/include/arm/arch-armv8a.inc
|
|
|
|
TUNE_FEATURES = "aarch64"
|
|
|
|
# FVP u-boot configuration
|
|
UBOOT_MACHINE = "vexpress_aemv8a_semi_defconfig"
|
|
|
|
KERNEL_IMAGETYPE = "Image"
|
|
|
|
KERNEL_DEVICETREE = "arm/fvp-base-gicv3-psci-custom.dtb"
|
|
|
|
FVP_PROVIDER ?= "fvp-base-a-aem-native"
|
|
FVP_EXE ?= "FVP_Base_RevC-2xAEMvA"
|
|
FVP_CONFIG[cache_state_modelled] ?= "0"
|
|
FVP_CONFIG[bp.secureflashloader.fname] ?= "${DEPLOY_DIR_IMAGE}/bl1-fvp.bin"
|
|
FVP_CONFIG[bp.flashloader0.fname] ?= "${DEPLOY_DIR_IMAGE}/fip-fvp.bin"
|
|
FVP_CONFIG[bp.virtioblockdevice.image_path] ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.wic"
|
|
FVP_DATA ?= "cluster0.cpu0=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}@0x80080000 \
|
|
cluster0.cpu0=${DEPLOY_DIR_IMAGE}/fvp-base-gicv3-psci-custom.dtb@0x83000000"
|
|
FVP_CONSOLE ?= "terminal_0"
|
|
FVP_TERMINALS[bp.terminal_0] ?= "Console"
|
|
FVP_TERMINALS[bp.terminal_1] ?= ""
|
|
FVP_TERMINALS[bp.terminal_2] ?= ""
|
|
FVP_TERMINALS[bp.terminal_3] ?= ""
|