Re: [U-Boot] [RFC PATCH 2/2] zynq: Add support for loading secure images

2018-04-04 Thread Michal Simek
On 2.4.2018 08:15, Siva Durga Prasad Paladugu wrote: > This patch adds support to load secure images > secure image is an image which is authenticated > or encrypted or both autheticated and encrypted > image in xilinx boot image(BOOT.BIN) format. The > secure image has to be created using xilinx

[U-Boot] [RFC PATCH 2/2] zynq: Add support for loading secure images

2018-04-02 Thread Siva Durga Prasad Paladugu
This patch adds support to load secure images secure image is an image which is authenticated or encrypted or both autheticated and encrypted image in xilinx boot image(BOOT.BIN) format. The secure image has to be created using xilinx bootgen tool. Signed-off-by: Siva Durga Prasad Paladugu