arm64: zynqmp: Add support for verifying secure images
This patch adds new command "zynqmp" to handle zynqmp specific commands like "zynqmp secure". This secure command is used for verifying zynqmp specific secure images. The secure image can either be authenticated or encrypted or both encrypted and authenticated. The secure image is prepared using bootgen and will be in xilinx specific BOOT.BIN format. The optional key can be used for decryption of encrypted image if user key was specified while creation BOOT.BIN. Signed-off-by:Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
Showing
- arch/arm/Kconfig 1 addition, 0 deletionsarch/arm/Kconfig
- arch/arm/include/asm/arch-zynqmp/sys_proto.h 2 additions, 0 deletionsarch/arm/include/asm/arch-zynqmp/sys_proto.h
- board/xilinx/zynqmp/Kconfig 18 additions, 0 deletionsboard/xilinx/zynqmp/Kconfig
- board/xilinx/zynqmp/Makefile 4 additions, 0 deletionsboard/xilinx/zynqmp/Makefile
- board/xilinx/zynqmp/cmds.c 105 additions, 0 deletionsboard/xilinx/zynqmp/cmds.c
- configs/xilinx_zynqmp_mini_emmc_defconfig 1 addition, 0 deletionsconfigs/xilinx_zynqmp_mini_emmc_defconfig
- configs/xilinx_zynqmp_mini_nand_defconfig 1 addition, 0 deletionsconfigs/xilinx_zynqmp_mini_nand_defconfig
Loading
Please register or sign in to comment