]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: zynqmp: Add support for verifying secure images
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Wed, 28 Feb 2018 07:56:53 +0000 (13:26 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 23 Mar 2018 08:36:15 +0000 (09:36 +0100)
commitcd18d54596ab925d5c181b9be5146c20533b6e6e
tree86b4cbc163bcf1df6c5a307ff0b16e115d921d08
parentb4130f28c9d5ed6ee1b7a96898748ceb85c49ff3
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>
arch/arm/Kconfig
arch/arm/include/asm/arch-zynqmp/sys_proto.h
board/xilinx/zynqmp/Kconfig [new file with mode: 0644]
board/xilinx/zynqmp/Makefile
board/xilinx/zynqmp/cmds.c [new file with mode: 0644]
configs/xilinx_zynqmp_mini_emmc_defconfig
configs/xilinx_zynqmp_mini_nand_defconfig