1SRC_URI:remove = " \ 2 file://0003-core-link-add-no-warn-rwx-segments.patch \ 3 file://0007-core-spmc-handle-non-secure-interrupts.patch \ 4 file://0008-core-spmc-configure-SP-s-NS-interrupt-action-based-o.patch \ 5 " 6 7COMPATIBLE_MACHINE = "corstone1000" 8 9OPTEEMACHINE = "corstone1000" 10# Enable optee memory layout and boot logs 11EXTRA_OEMAKE += " CFG_TEE_CORE_LOG_LEVEL=4" 12 13# default disable latency benchmarks (over all OP-TEE layers) 14EXTRA_OEMAKE += " CFG_TEE_BENCHMARK=n" 15 16EXTRA_OEMAKE += " CFG_CORE_SEL1_SPMC=y CFG_CORE_FFA=y" 17 18EXTRA_OEMAKE += " CFG_WITH_SP=y" 19