hc
2024-08-16 a24a44ff9ca902811b99aa9663d697cf452e08ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
config OPTEE_CLIENT
   bool "Support OPTEE"
   help
     U-boot can communicate with trust if
     the config is enable. This function can
     be use in android bootloader a/b and avb
     step.
 
config OPTEE_V1
   bool "Support OPTEE version 1.0"
   depends on OPTEE_CLIENT
   help
     U-boot can communicate with trust if
     the config is enable. This function can
     be use in android bootloader a/b and avb
     step.
 
config OPTEE_V2
   bool "Support OPTEE version 2.0"
   depends on OPTEE_CLIENT
   help
     U-boot can communicate with trust if
     the config is enable. This function can
     be use in android bootloader a/b and avb
     step.
 
config OPTEE_ALWAYS_USE_SECURITY_PARTITION
   bool "Support use emmc security partition for OPTEE"
   depends on OPTEE_CLIENT
   help
     U-boot can secure store data to security partition
     for nand or emmc, do not to store data to rpmb.
 
config OPTEE_SECURITY_LEVEL
   int "Support select security level for OPTEE"
   depends on OPTEE_CLIENT
   default 0
   help
     U-boot can select security level for OPTEE.