]> git.ipfire.org Git - thirdparty/u-boot.git/commit
xilinx: zynqmp: Extract aes operation into new file
authorChristian Taedcke <christian.taedcke@weidmueller.com>
Tue, 25 Jul 2023 07:26:58 +0000 (09:26 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 21 Sep 2023 11:20:10 +0000 (13:20 +0200)
commit7ca9c1d864b7b3adffdd1e889f174feb51a1b5b1
tree45e39ce0e0f52a3592d2047a68918554e1c4449d
parentc58ee1c9946a1550b1f6fee2b25da9ecc89baf71
xilinx: zynqmp: Extract aes operation into new file

This moves the aes operation that is performed by the pmu into a
separate file. This way it can be called not just from the shell
command, but also e.g. from board initialization code.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
Link: https://lore.kernel.org/r/20230725072658.16341-1-christian.taedcke-oss@weidmueller.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm/mach-zynqmp/Makefile
arch/arm/mach-zynqmp/aes.c [new file with mode: 0644]
arch/arm/mach-zynqmp/include/mach/zynqmp_aes.h [new file with mode: 0644]
board/xilinx/zynqmp/cmds.c