summaryrefslogtreecommitdiff
path: root/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-generic-tc.inc
blob: eeaa59a056c9ea374b5e00a5dc2d17015cd47f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Total Compute (tc) specific configuration for optee-os and optee-os-tadevkit

# Intermediate SHA with 3.14 baseline version
# This has TC0 and TC1 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-ffa-Update-function-ID-according-to-FFA-v1.1-spec.patch \
    file://0003-Fix-optee-UUID.patch \
    file://0004-plat-totalcompute-add-support-for-higher-DRAM.patch \
    "

COMPATIBLE_MACHINE = "(tc?)"

OPTEEMACHINE:tc0 = "totalcompute-tc0"
OPTEEMACHINE:tc1 = "totalcompute-tc1"