]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: fpga: Update loads command help to handle devicekey support
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Sat, 17 Jun 2017 06:32:47 +0000 (12:02 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Jun 2017 07:51:43 +0000 (09:51 +0200)
commit938e2ecf16734862d565ca6b649f059e36bf4ae2
tree8cbb9255c53c1bc241529b9b71b01750f7e0a1ab
parentb7a472aa487c220ea0112224deb88b177ef7c877
cmd: fpga: Update loads command help to handle devicekey support

This patch updates the fpga loads command help to handle a case
where user wants to use devicekey for loading encrypted bitstreams
instead of userkey. The key address and size should be sent as
0xFFFFFFFF to let fpga driver to use devicekey.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
cmd/fpga.c