blob: 1aca3a91a2d7d49b7476f66868d7e6c2b92548ff [file] [log] [blame]
Patrick Williams8dd68482022-10-04 07:57:18 -05001SRCREV = "42f6617108fa43712652ef52f9d5b4ec5b2665f8"
2PV = "3.18.0+git${SRCPV}"
3
4SRC_URI:remove = " \
5 file://0008-no-warn-rwx-segments.patch \
6 "
7
8COMPATIBLE_MACHINE = "corstone1000"
9
10OPTEEMACHINE = "corstone1000"
11# Enable optee memory layout and boot logs
12EXTRA_OEMAKE += " CFG_TEE_CORE_LOG_LEVEL=4"
13
14# default disable latency benchmarks (over all OP-TEE layers)
15EXTRA_OEMAKE += " CFG_TEE_BENCHMARK=n"
16
17EXTRA_OEMAKE += " CFG_CORE_SEL1_SPMC=y CFG_CORE_FFA=y"