[RFC PATCH 2/2] fpga: xilinx: allow loading authenticated images (DDR)

2021-10-05 Thread Jorge Ramirez-Ortiz
Add new compatible string u-boot,zynqmp-fpga-ddrauth to handle this use case. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/fpga/xilinx.c | 29 + drivers/fpga/zynqmppl.c | 4 ++-- include/xilinx.h| 2 +- 3 files changed, 28 insertions(+), 7 deletions(-)

Re: [RFC PATCH 2/2] fpga: xilinx: allow loading authenticated images (DDR)

2021-10-05 Thread Michal Simek
On 10/5/21 1:13 PM, Jorge Ramirez-Ortiz wrote: > Add new compatible string u-boot,zynqmp-fpga-ddrauth to handle this > use case. > > Signed-off-by: Jorge Ramirez-Ortiz > --- > drivers/fpga/xilinx.c | 29 + > drivers/fpga/zynqmppl.c | 4 ++-- > include/xilinx.h

Re: [RFC PATCH 2/2] fpga: xilinx: allow loading authenticated images (DDR)

2021-10-05 Thread Jorge Ramirez-Ortiz, Foundries
On 05/10/21, Michal Simek wrote: > > > On 10/5/21 1:13 PM, Jorge Ramirez-Ortiz wrote: > > Add new compatible string u-boot,zynqmp-fpga-ddrauth to handle this > > use case. > > > > Signed-off-by: Jorge Ramirez-Ortiz > > --- > > drivers/fpga/xilinx.c | 29 + > > dri

Re: [RFC PATCH 2/2] fpga: xilinx: allow loading authenticated images (DDR)

2021-10-05 Thread Michal Simek
On 10/5/21 4:03 PM, Jorge Ramirez-Ortiz, Foundries wrote: > On 05/10/21, Michal Simek wrote: >> >> >> On 10/5/21 1:13 PM, Jorge Ramirez-Ortiz wrote: >>> Add new compatible string u-boot,zynqmp-fpga-ddrauth to handle this >>> use case. >>> >>> Signed-off-by: Jorge Ramirez-Ortiz >>> --- >>> driv