Home
last modified time | relevance | path

Searched full:optee (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/drivers/tee/optee/boards/
Dnative_sim_64.overlay7 optee {
8 compatible = "linaro,optee-tz";
/Zephyr-latest/tests/drivers/tee/optee/
Dtestcase.yaml5 drivers.tee.optee:
9 - optee
DCMakeLists.txt10 zephyr_include_directories(${ZEPHYR_BASE}/drivers/tee/optee)
/Zephyr-latest/dts/bindings/arm/
Dlinaro,optee-tz.yaml4 description: OPTEE
6 compatible: "linaro,optee-tz"
/Zephyr-latest/drivers/tee/optee/
DKconfig4 config OPTEE config
17 depends on OPTEE
DCMakeLists.txt6 zephyr_library_sources(optee.c)
Doptee.c16 LOG_MODULE_REGISTER(optee);
1178 LOG_INF("OPTEE revision %lu.%lu (%08lx)", res.a0, in optee_get_revision()
1181 LOG_INF("OPTEE revision %lu.%lu", res.a0, res.a1); in optee_get_revision()
1236 LOG_ERR("OPTEE API UID mismatch"); in optee_init()
1243 LOG_ERR("OPTEE capabilities exchange failed\n"); in optee_init()
1248 LOG_ERR("OPTEE does not support dynamic shared memory"); in optee_init()
1253 LOG_ERR("OPTEE unable to get maximum thread count"); in optee_init()
/Zephyr-latest/drivers/tee/
DCMakeLists.txt3 add_subdirectory_ifdef(CONFIG_OPTEE optee)
DKconfig16 source "drivers/tee/optee/Kconfig"