Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# TC0 specific configuration
|
||||
|
||||
require optee-os-generic-tc.inc
|
||||
|
||||
# Enable optee memory layout and boot logs
|
||||
EXTRA_OEMAKE += " CFG_TEE_CORE_LOG_LEVEL=3"
|
||||
|
||||
# default disable latency benchmarks (over all OP-TEE layers)
|
||||
EXTRA_OEMAKE += " CFG_TEE_BENCHMARK=n"
|
||||
|
||||
# Enable stats
|
||||
EXTRA_OEMAKE += " CFG_WITH_STATS=y"
|
||||
|
||||
EXTRA_OEMAKE += " CFG_CORE_SEL2_SPMC=y"
|
||||
|
||||
# Copy optee manifest file
|
||||
do_install:append() {
|
||||
install -d ${D}${nonarch_base_libdir}/firmware/
|
||||
install -m 644 ${WORKDIR}/sp_layout.json ${D}${nonarch_base_libdir}/firmware/
|
||||
install -m 644 \
|
||||
${S}/core/arch/arm/plat-totalcompute/fdts/optee_sp_manifest.dts \
|
||||
${D}${nonarch_base_libdir}/firmware/
|
||||
}
|
||||
Reference in New Issue
Block a user