Lines Matching full:optee
1 config OPTEE config
2 bool "Support OPTEE images"
4 U-Boot can be configured to boot OPTEE images.
5 Selecting this option will enable shared OPTEE library code and
6 enable an OPTEE specific bootm command that will perform additional
7 OPTEE specific checks before booting an OPTEE image created with
11 hex "OPTEE load address"
13 depends on OPTEE
15 The load address of the bootable OPTEE binary.
18 hex "Amount of Trust-Zone RAM for the OPTEE image"
21 The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE
25 hex "Base address of Trust-Zone RAM for the OPTEE image"
29 the OPTEE runtime.
32 bool "Support OPTEE bootm command"
34 depends on OPTEE
38 via an OPTEE firmware.
39 The bootflow is BootROM -> u-boot -> OPTEE -> Linux in this case.