aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security
AgeCommit message (Collapse)Author
2021-04-05Revert "optee-os: upgrade to upstream 3.11.0"Denys Dmytriyenko
This reverts commit cb9297c9394783d94d69b044689bb226b074e7d2. This commit was meant for dunfell and was merged to master by mistake, as meta-arm/master already has optee 3.11
2021-01-08optee-os: upgrade to upstream 3.11.0Denys Dmytriyenko
As meta-arm has this version in master, but not in dunfell, temporarily overlay corresponding patches locally - could be removed for the next release. Need to alter FILESEXTRAPATHS for bbappend to locate local patches. Since meta-arm/dunfell has 3.8-specific patches in SRC_URI, let's redefine it completely to match 3.11-specific patch list in meta-arm/master. Last, but not least, guard all upstream recipe varibales with "ti-soc" override to only affect platforms in meta-ti, but not any other BSPs. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-22optee-os: adjust for out-of-tree builds in meta-arm/masterDenys Dmytriyenko
As meta-arm/master now builds optee out of tree, hence use ${B} instead of out/arm-plat-${OPTEEOUTPUTMACHINE} Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-11optee-os: add TI signing calls via TI_SECURE_DEV_PKGDenys Dmytriyenko
It was originally residing in meta-arago due to earlier dependency on meta-optee layer from meta-linaro. Now optee is in meta-arm and this code can move to meta-ti. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-04-14optee: mark compatible with ti-soc platformsDenys Dmytriyenko
May need to limit this to HS platforms in the future, but since there's no SOC_FAMILY defined, listing them individually is rather painful now. Signed-off-by: Denys Dmytriyenko <denys@ti.com>