Home
last modified time | relevance | path

Searched refs:tee (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/drivers/tee/broadcom/
A Dchimp_optee.c22 struct udevice *tee; member
30 struct udevice *tee = NULL; in get_open_session() local
33 tee = tee_find_device(NULL, NULL, NULL, NULL); in get_open_session()
34 if (!tee) in get_open_session()
39 rc = tee_open_session(tee, &arg, 0, NULL); in get_open_session()
43 b_data->tee = tee; in get_open_session()
91 tee_close_session(chimp_data.tee, chimp_data.session); in chimp_handshake_status_optee()
92 chimp_data.tee = NULL; in chimp_handshake_status_optee()
127 chimp_data.tee = NULL; in chimp_health_status_optee()
141 ret = tee_invoke_func(chimp_data.tee, &arg, 0, NULL); in chimp_fastboot_optee()
[all …]
/u-boot/board/st/common/
A Dstm32mp_mtdparts.c34 const char *tee, in board_set_mtdparts() argument
58 if (tee) { in board_set_mtdparts()
59 strncat(mtdparts, tee, MTDPARTS_LEN); in board_set_mtdparts()
73 bool tee, nor, nand, spinand, serial; in board_mtdparts_default() local
81 tee = false; in board_mtdparts_default()
92 tee = stm32prog_get_tee_partitions(); in board_mtdparts_default()
113 tee = true; in board_mtdparts_default()
131 !nor && tee ? mtd_tee : NULL, in board_mtdparts_default()
143 !nor && tee ? mtd_tee : NULL, in board_mtdparts_default()
154 tee ? mtd_tee : NULL, in board_mtdparts_default()
A DKconfig20 string "mtd tee partitions for nand0"
24 This define the tee partitions added in mtparts dynamically
25 when tee is supported with boot from nand0.
41 string "mtd tee partitions for nor0"
45 This define the tee partitions added in mtparts dynamically
46 when tee is supported with boot from nor0.
58 string "mtd tee partitions for spi-nand0"
62 This define the tee partitions added in mtparts dynamically
63 when tee is supported with boot from spi-nand0,
/u-boot/cmd/
A Doptee_rpmb.c16 static struct udevice *tee; variable
25 tee = tee_find_device(tee, NULL, NULL, NULL); in avb_ta_open_session()
26 if (!tee) in avb_ta_open_session()
42 if (!tee) in invoke_func()
65 tee_close_session(tee, session); in invoke_func()
66 tee = NULL; in invoke_func()
84 if (!tee) in read_persistent_value()
88 rc = tee_shm_alloc(tee, name_size, in read_persistent_value()
93 rc = tee_shm_alloc(tee, buffer_size, in read_persistent_value()
142 if (!tee) { in write_persistent_value()
[all …]
/u-boot/common/
A Davb_verify.c608 struct udevice *tee = NULL; in get_open_session() local
610 while (!ops_data->tee) { in get_open_session()
615 tee = tee_find_device(tee, NULL, NULL, NULL); in get_open_session()
616 if (!tee) in get_open_session()
623 ops_data->tee = tee; in get_open_session()
660 ops_data->tee = NULL; in invoke_func()
865 struct udevice *tee; in read_persistent_value() local
871 tee = ((struct AvbOpsData *)ops->user_data)->tee; in read_persistent_value()
926 struct udevice *tee; in write_persistent_value() local
932 tee = ((struct AvbOpsData *)ops->user_data)->tee; in write_persistent_value()
[all …]
/u-boot/board/technexion/pico-imx7d/
A DREADME.pico-imx7d_BL3327 folder and tee*.bin in optee out/arm-plat-imx/core/tee/ folder to
30 $ tools/fiptool/fiptool create --tos-fw fiptool_images/tee-header_v2.bin \
31 --tos-fw-extra1 fiptool_images/tee-pager_v2.bin \
32 --tos-fw-extra2 fiptool_images/tee-pageable_v2.bin \
/u-boot/lib/efi_loader/
A Defi_variable_tee.c24 struct udevice *tee; member
37 struct udevice *tee = NULL; in get_connection() local
41 tee = tee_find_device(tee, NULL, NULL, NULL); in get_connection()
42 if (!tee) in get_connection()
47 rc = tee_open_session(tee, &arg, 0, NULL); in get_connection()
57 conn->tee = tee; in get_connection()
98 if (tee_shm_register(conn.tee, comm_buf, buf_size, 0, &shm)) { in optee_mm_communicate()
100 tee_close_session(conn.tee, conn.session); in optee_mm_communicate()
114 rc = tee_invoke_func(conn.tee, &arg, 2, param); in optee_mm_communicate()
116 tee_close_session(conn.tee, conn.session); in optee_mm_communicate()
/u-boot/arch/arm/dts/
A Drockchip-optee.dtsi33 os = "tee";
39 filename = "tee.bin";
A Dfsl-ls1028a-kontron-sl28-u-boot.dtsi193 os = "tee";
199 filename = "tee.bin";
/u-boot/doc/device-tree-bindings/firmware/
A Dlinaro,optee-tz.txt18 in drivers/tee/optee/optee_smc.h
21 in drivers/tee/optee/optee_smc.h
/u-boot/drivers/tee/
A DMakefile3 obj-y += tee-uclass.o
A DKconfig31 source "drivers/tee/optee/Kconfig"
32 source "drivers/tee/broadcom/Kconfig"
A Dtee-uclass.c205 UCLASS_DRIVER(tee) = {
/u-boot/board/rockchip/evb_rk3229/
A DREADME17 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
/u-boot/tools/
A Dk3_fit_atf.sh46 tee {
/u-boot/include/
A Davb_verify.h32 struct udevice *tee; member
/u-boot/doc/
A DREADME.tee23 include/tee.h defines the generic interface to a TEE.
107 [3] drivers/tee/optee/optee_smc.h
109 [4] drivers/tee/optee/optee_msg.h
/u-boot/doc/uImage.FIT/
A Dsec_firmware_ppa.its25 data = /incbin/("../../tee.bin");
/u-boot/board/kontron/sl28/
A DKconfig41 provde a tee.bin in u-boot's root directory.
/u-boot/arch/arm/mach-imx/
A Dmkimage_fit_atf.sh96 tee@1 {
/u-boot/drivers/tee/optee/
A DKconfig11 execute a service. For more information see: https://www.op-tee.org
/u-boot/drivers/
A DKconfig119 source "drivers/tee/Kconfig"
A DMakefile116 obj-$(CONFIG_TEE) += tee/
/u-boot/test/dm/
A DMakefile85 obj-$(CONFIG_TEE) += tee.o
/u-boot/doc/android/
A Davb2.rst133 .. [2] https://www.op-tee.org/

Completed in 17 milliseconds

12