Re: [U-Boot] [PATCH 2/3] cmd: fpga: Add support to load secure bitstreams

2018-05-30 Thread Michal Simek
On 31.5.2018 08:05, Siva Durga Prasad Paladugu wrote: > Hi, > >> -Original Message- >> From: Michal Simek [mailto:michal.si...@xilinx.com] >> Sent: Thursday, May 31, 2018 11:29 AM >> To: Siva Durga Prasad Paladugu ; u- >> b...@lists.denx.de >> Cc: michal.si...@xilinx.com >> Subject: Re: [P

Re: [U-Boot] [PATCH 2/3] cmd: fpga: Add support to load secure bitstreams

2018-05-30 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Thursday, May 31, 2018 11:29 AM > To: Siva Durga Prasad Paladugu ; u- > b...@lists.denx.de > Cc: michal.si...@xilinx.com > Subject: Re: [PATCH 2/3] cmd: fpga: Add support to load secure bitstreams > > O

Re: [U-Boot] [PATCH 2/3] cmd: fpga: Add support to load secure bitstreams

2018-05-30 Thread Michal Simek
On 29.5.2018 16:22, Siva Durga Prasad Paladugu wrote: > This patch adds support to load secure bitstreams(authenticated or > encrypted or both). As of now, this feature is added and tested only > for xilinx bitstreams and the secure bitstream was generated using > xilinx bootgen tool, but the comma

[U-Boot] [PATCH 2/3] cmd: fpga: Add support to load secure bitstreams

2018-05-29 Thread Siva Durga Prasad Paladugu
This patch adds support to load secure bitstreams(authenticated or encrypted or both). As of now, this feature is added and tested only for xilinx bitstreams and the secure bitstream was generated using xilinx bootgen tool, but the command is defined in more generic way. Command example to load au