From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 20 Oct 2020 08:33:41 +0200 Subject: [PATCH v2 0/4] arm: zynqmp: Add zynqmp specific command for security features Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, the series is adding support for security features on zynqmp devices. Thanks, Michal Changes in v2: - Fix cmd_tbl parameters - Add - in help - fix cmd_tbl - Add - in help - fix cmd_tbl - Add - to help - Include to "arm: zynqmp: Add zynqmp specific command for security features" series - Rebase with new - in help Michal Simek (1): arm64: zynqmp: Add support for saving sha3 key to different address Siva Durga Prasad Paladugu (1): arm64: zynqmp: Add support for encryption and decryption on data blob T Karthik Reddy (2): arm64: zynqmp: Add support for RSA command arm64: zynqmp: Add support for SHA3 command arch/arm/mach-zynqmp/include/mach/sys_proto.h | 10 + board/xilinx/zynqmp/cmds.c | 228 +++++++++++++++++- 2 files changed, 237 insertions(+), 1 deletion(-) -- 2.28.0