| bool "Support OPTEE images" |
| U-Boot can be configured to boot OPTEE images. |
| Selecting this option will enable shared OPTEE library code and |
| enable an OPTEE specific bootm command that will perform additional |
| OPTEE specific checks before booting an OPTEE image created with |
| The load address of the bootable OPTEE binary. |
| hex "Amount of Trust-Zone RAM for the OPTEE image" |
| The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE |
| hex "Base address of Trust-Zone RAM for the OPTEE image" |
| The base address of pre-allocated Trust Zone DRAM for |
| bool "Support OPTEE bootm command" |
| Select this command to enable chain-loading of a Linux kernel |
| The bootflow is BootROM -> u-boot -> OPTEE -> Linux in this case. |