Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # Total Compute (tc) specific configuration for optee-os and optee-os-tadevkit |
| 2 | |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 3 | FILESEXTRAPATHS:prepend := "${THISDIR}/files/optee-os/tc:" |
| 4 | SRC_URI:append:tc = " \ |
| 5 | file://sp_layout.json \ |
| 6 | file://0001-WIP-Enable-managed-exit.patch \ |
Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 7 | file://0002-plat-totalcompute-fix-TZDRAM-start-and-size.patch \ |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 8 | " |
| 9 | |
| 10 | COMPATIBLE_MACHINE = "(tc?)" |
| 11 | |
| 12 | OPTEEMACHINE:tc0 = "totalcompute-tc0" |
| 13 | OPTEEMACHINE:tc1 = "totalcompute-tc1" |
| 14 | |