]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: zynqmp: Add support for saving sha3 key to different address
authorMichal Simek <michal.simek@xilinx.com>
Tue, 20 Oct 2020 06:29:25 +0000 (08:29 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 27 Oct 2020 07:13:32 +0000 (08:13 +0100)
commita15a7453a6dfe3ff1f8fa82e6f55f4a8ca135776
treed5e4e0bd6de0435824d72879903a3e5098b61100
parent64d719131e59390e6fc0caac1cd972c7b50ea1db
arm64: zynqmp: Add support for saving sha3 key to different address

By default 48B sha3 hash value is written to srcaddr which is not the best
solution in case of that you want to use data for other operations. That's
why add key_addr optional parameters which enables to write 48B sha3 hash
value to specified address.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Tested-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
board/xilinx/zynqmp/cmds.c