mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 12:30:14 +00:00
arm-bsp: enable Trusted Services on the fvp-base platform
Add configuration settings to TF-A, OP-TEE and TS SPs needed to get TS built and run on the fvp-base machine. Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -48,8 +48,14 @@ KERNEL_FEATURES:corstone1000 = ""
|
||||
#
|
||||
COMPATIBLE_MACHINE:fvp-base = "fvp-base"
|
||||
KMACHINE:fvp-base = "fvp"
|
||||
FILESEXTRAPATHS:prepend:fvp-base := "${ARMBSPFILESPATHS}"
|
||||
SRC_URI:append:fvp-base = " file://0001-arm64-dts-fvp-Enable-virtio-rng-support.patch"
|
||||
FILESEXTRAPATHS:prepend:fvp-base := "${ARMBSPFILESPATHS}:${ARMFILESPATHS}"
|
||||
SRC_URI:append:fvp-base = " \
|
||||
file://0001-arm64-dts-fvp-Enable-virtio-rng-support.patch \
|
||||
file://tee.cfg \
|
||||
${@bb.utils.contains('MACHINE_FEATURES', 'ts-smm-gateway', \
|
||||
'file://no-strict-devmem.cfg', '' , d)} \
|
||||
"
|
||||
|
||||
|
||||
#
|
||||
# Juno KMACHINE
|
||||
|
||||
Reference in New Issue
Block a user