| # SPDX-License-Identifier: GPL-2.0 |
| # Copyright (c) 2018, Xilinx, Inc. |
| bool "Enable Zynq specific commands" |
| Enables Zynq specific commands. |
| bool "Enable zynq aes command for decryption of encrypted images" |
| Decrypts the encrypted image present in source address |
| and places the decrypted image at destination address. |
| bool "Enable zynq rsa command for loading secure images" |
| Enabling this will support zynq secure image verification. |
| The secure image is a xilinx specific BOOT.BIN with |
| either authentication or encryption or both encryption |
| and authentication feature enabled while generating |
| BOOT.BIN using Xilinx bootgen tool. |