]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: zynqrsa: Added support to load non-encrypted bitstream
authorVipul Kumar <vipul.kumar@xilinx.com>
Wed, 9 May 2018 13:40:31 +0000 (19:10 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 30 May 2018 06:24:08 +0000 (08:24 +0200)
commit4686f263f68af93b5f3db4eac939c73d85f11192
tree00c9ca3b3402a530c01e5bd8a455734656928d6e
parentde5f011561100f3840d46e58e9a3e26a9809edde
cmd: zynqrsa: Added support to load non-encrypted bitstream

zynqrsa programs the PL when a partition includes an authenticated
and encrypted bitstream. However, if the partition is only
authenticated there is no PL programming operation because
there was no support to load only authenticated bitstream.

This patch added support to load only authenticated bitstream.

Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
cmd/zynq_rsa.c
drivers/fpga/zynqpl.c
include/zynqpl.h