blob: ee4ca17f53cbb95f852ca16d9fc3ddca3366f015 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001# Include Trusted Services Secure Partitions
2require recipes-security/optee/optee-os-ts.inc
Andrew Geissler2edf0642023-09-11 08:24:07 -04003
Patrick Williamsac13d5f2023-11-24 18:59:46 -06004# Machine specific configurations
Andrew Geissler2edf0642023-09-11 08:24:07 -04005MACHINE_OPTEE_OS_REQUIRE ?= ""
6MACHINE_OPTEE_OS_REQUIRE:corstone1000 = "optee-os-corstone1000-common.inc"
Andrew Geissler220dafd2023-10-04 10:18:08 -05007MACHINE_OPTEE_OS_REQUIRE:n1sdp = "optee-os-n1sdp.inc"
Andrew Geissler2edf0642023-09-11 08:24:07 -04008
9require ${MACHINE_OPTEE_OS_REQUIRE}