Searched refs:tee (Results 1 – 25 of 157) sorted by relevance
1234567
24 static int tee_alloc_ring(struct psp_tee_device *tee, int ring_size) in tee_alloc_ring() argument26 struct ring_buf_manager *rb_mgr = &tee->rb_mgr; in tee_alloc_ring()48 static void tee_free_ring(struct psp_tee_device *tee) in tee_free_ring() argument50 struct ring_buf_manager *rb_mgr = &tee->rb_mgr; in tee_free_ring()64 static int tee_wait_cmd_poll(struct psp_tee_device *tee, unsigned int timeout, in tee_wait_cmd_poll() argument71 *reg = ioread32(tee->io_regs + tee->vdata->cmdresp_reg); in tee_wait_cmd_poll()78 dev_err(tee->dev, "tee: command timed out, disabling PSP\n"); in tee_wait_cmd_poll()85 struct tee_init_ring_cmd *tee_alloc_cmd_buffer(struct psp_tee_device *tee) in tee_alloc_cmd_buffer() argument93 cmd->hi_addr = upper_32_bits(tee->rb_mgr.ring_pa); in tee_alloc_cmd_buffer()94 cmd->low_addr = lower_32_bits(tee->rb_mgr.ring_pa); in tee_alloc_cmd_buffer()[all …]
15 static int tee_params_to_amd_params(struct tee_param *tee, u32 count, in tee_params_to_amd_params() argument24 if (!tee || !amd || count > TEE_MAX_PARAMS) in tee_params_to_amd_params()30 if (tee[i].attr > TEE_IOCTL_PARAM_ATTR_TYPE_MEMREF_INOUT) in tee_params_to_amd_params()33 amd->param_types |= ((tee[i].attr & 0xF) << i * 4); in tee_params_to_amd_params()48 u32 buf_id = get_buffer_id(tee[i].u.memref.shm); in tee_params_to_amd_params()51 amd->params[i].mref.offset = tee[i].u.memref.shm_offs; in tee_params_to_amd_params()52 amd->params[i].mref.size = tee[i].u.memref.size; in tee_params_to_amd_params()59 if (tee[i].u.value.c) in tee_params_to_amd_params()62 amd->params[i].val.a = tee[i].u.value.a; in tee_params_to_amd_params()63 amd->params[i].val.b = tee[i].u.value.b; in tee_params_to_amd_params()[all …]
27 -BL32="tee.bin"28 +[ -z "$BL32" ] && BL32="tee.bin"34 …pport, make sure your bl31 is compiled with spd. If you do not want tee, please delete tee.bin" >&235 - echo "tee.bin size: " >&236 - ls -lct tee.bin | awk '{print $5}' >&239 LOADABLES="$LOADABLES, \"tee@1\""
2 obj-$(CONFIG_TEE) += tee.o3 tee-objs += tee_core.o4 tee-objs += tee_shm.o5 tee-objs += tee_shm_pool.o
18 source "drivers/tee/optee/Kconfig"19 source "drivers/tee/amdtee/Kconfig"
41 c20711e rk3036: tee: update optee version to v2.0042 cb7d8f9 rk322x: tee with ta: update optee version to v2.1143 4f9488e rk3128x: tee with ta: update optee version to v2.1144 6d6473c rk312x: tee with ta: update optee version to v2.0145 c0b025b rk3288: tee with ta: update optee version to v2.0154 102dfafc4a rochchip: board: map op-tee memory as dcache enabled55 396e3049bd rochchip: board: only map op-tee share memory as dcache enabled67 4fc68259 optee v1: arm&arm64: update tee-supplicant and libteec.so
24 echo Checking for shared library support... | tee -a configure.log29 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log31 echo No shared library support. | tee -a configure.log39 echo "Checking for a pointer-size integer type..." $sizet"." | tee -a configure.log47 echo "Checking for fseeko... Yes." | tee -a configure.log56 echo "Checking for strerror... Yes." | tee -a configure.log65 echo "Checking for vsnprintf() in stdio.h... Yes." | tee -a configure.log74 echo "Checking for snprintf() in stdio.h... Yes." | tee -a configure.log
40 …-valgrind=${VALGRIND_BIN} --valgrind-lib=${VALGRIND_LIBEXECDIR} --yocto-ptest $i 2>&1|tee -a ${LOG}50 2>&1|tee -a ${LOG} 55 2>&1|tee -a ${LOG}96 ) | tee -a /${LOG}
204 …-o $timeoutfile -f "%e\nreal\t%E\nuser\t%Us\nsys\t%Ss\nmaxm\t%Mk" $runscript 2>&1 | tee -a $logfile211 cat $timeoutfile | tee -a $logfile216 echo "*** Build failed (exit code $exitstatus), skipping..." | tee -a $logfile221 echo "Returning $ret" | tee -a $logfile
48 bootanim_stop 2>&1 | tee -a $LOG_FILE89 bootanim_start 2>&1 | tee -a $LOG_FILE&93 bootanim_stop 2>&1 | tee -a $LOG_FILE
23 include/uapi/linux/tee.h defines the generic interface to a TEE.25 User space (the client) connects to the driver by opening /dev/tee[0-9]* or47 system access. A normal client opens /dev/tee[0-9]* and a supplicant opens95 MODULE_DEVICE_TABLE(tee, client_id_table);159 || |tee- | ||173 or tee-supplicant. An RPC is identified by a special range of SMCCC return176 tee-supplicant without further involvement of the driver, except switching182 OP-TEE provides a pseudo Trusted Application: drivers/tee/optee/device.c in272 [3] drivers/tee/optee/optee_smc.h274 [4] drivers/tee/optee/optee_msg.h[all …]
28 cp $(TOPDIR)/package/rockchip/tee-user-app/extra_app/host \30 cp $(TOPDIR)/package/rockchip/tee-user-app/extra_app/ta \42 …$(INSTALL) -D -m 755 $(TEE_USER_APP_PRE_BIN)/lib/arm$(TEE_USER_APP_ARCH)/tee-supplicant $(TARGET_D…
21 default "/data/tee"25 tee-supplicant.31 Enable RPMB device emulation in tee-supplicant.
17 …D/ s/^/FAIL: / ; /SKIPPED/ s/^/SKIP: / ; /DISABLED/ s/^/SKIP: /' | cut -f1,2 -d ':' | tee -a ${LOG}29 ) | tee -a ${LOG}
1 What: /sys/bus/tee/devices/optee-ta-<uuid>/4 Contact: op-tee@lists.trustedfirmware.org
68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
17 Get tee.bin in this step, copy it to U-Boot root dir:18 > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin
19 Get tee.bin in this step, copy it to U-Boot root dir:20 > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin
57 --disable-tee \163 CAIRO_CONF_OPTS += --enable-tee165 CAIRO_CONF_OPTS += --disable-tee
118 } 2>&1 | tee -a $LOG_FILE&122 bootanim_stop 2>&1 | tee -a $LOG_FILE
18 in drivers/tee/optee/optee_smc.h21 in drivers/tee/optee/optee_smc.h
75 BL32=$(BINARIES_DIR)/tee-header_v2.bin \76 BL32_EXTRA1=$(BINARIES_DIR)/tee-pager_v2.bin \77 BL32_EXTRA2=$(BINARIES_DIR)/tee-pageable_v2.bin
117 bitbake -S none ${targets} 2>&1 | tee -a ${OUTPUT}/${M}/log;140 …g signatures for task ${TASK} between ${MACHINE1} and ${MACHINE2} ===\n" | tee -a ${OUTPUT}/signat…151 done | tee -a ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log
206 cp $2 ${REP_DIR}/tee.bin545 rm bl31.elf tee.bin -rf548 cp ${RKBIN}/${BL32_BIN} tee.bin557 cp ${RKBIN}/${TOSTA} tee.bin559 cp ${RKBIN}/${TOS} tee.bin
1# ncurses 6.1 - patch 20191026 - Thomas E. Dickey 2# 3# --- ...