mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
arm-bsp/optee-os-tadevkit: total-compute: Add optee-os-tadevkit
The optee-os recipe was recently split into optee-os and optee-os-tadevkit. Signed-off-by: Ben Horgan <ben.horgan@arm.com> Change-Id: Id9794b7c4a7e2f3fac4286498fa44c35fd8aaa0b Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Total Compute (tc) specific configuration for optee-os and optee-os-tadevkit
|
||||
|
||||
# Intermediate SHA with 3.14 baseline version
|
||||
# This has TC0 platform support
|
||||
SRCREV = "e4f34e786135079160697d88212591105a65fbce"
|
||||
PV = "3.14.0+git${SRCPV}"
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files/optee-os/tc:"
|
||||
SRC_URI:append:tc = " \
|
||||
file://sp_layout.json \
|
||||
file://0001-WIP-Enable-managed-exit.patch \
|
||||
file://0002-plat-totalcompute-Update-messaging-method-for-manage.patch \
|
||||
file://0003-ffa-Update-function-ID-according-to-FFA-v1.1-spec.patch \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "(tc?)"
|
||||
|
||||
OPTEEMACHINE:tc0 = "totalcompute-tc0"
|
||||
OPTEEMACHINE:tc1 = "totalcompute-tc1"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# Machine specific configurations
|
||||
|
||||
MACHINE_OPTEE_OS_TADEVKIT_REQUIRE ?= ""
|
||||
MACHINE_OPTEE_OS_TADEVKIT_REQUIRE:tc = "optee-os-generic-tc.inc"
|
||||
|
||||
require ${MACHINE_OPTEE_OS_TADEVKIT_REQUIRE}
|
||||
@@ -1,22 +1,6 @@
|
||||
# TC0 specific configuration
|
||||
|
||||
# Intermediate SHA with 3.14 baseline version
|
||||
# This has TC0 platform support
|
||||
SRCREV = "e4f34e786135079160697d88212591105a65fbce"
|
||||
PV = "3.14.0+git${SRCPV}"
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files/optee-os/tc:"
|
||||
SRC_URI:append:tc = " \
|
||||
file://sp_layout.json \
|
||||
file://0001-WIP-Enable-managed-exit.patch \
|
||||
file://0002-plat-totalcompute-Update-messaging-method-for-manage.patch \
|
||||
file://0003-ffa-Update-function-ID-according-to-FFA-v1.1-spec.patch \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "(tc?)"
|
||||
|
||||
OPTEEMACHINE:tc0 = "totalcompute-tc0"
|
||||
OPTEEMACHINE:tc1 = "totalcompute-tc1"
|
||||
require optee-os-generic-tc.inc
|
||||
|
||||
# Enable optee memory layout and boot logs
|
||||
EXTRA_OEMAKE += " CFG_TEE_CORE_LOG_LEVEL=3"
|
||||
|
||||
Reference in New Issue
Block a user