
This patchset introduces support for the authenticated FPGA images on ZynqMP boards, besides that introducing common way to pass the compatible property to any fpga driver.
It bases on the initial work by Jorge Ramirez-Ortiz jorge@foundries.io https://patchwork.ozlabs.org/project/uboot/patch/20211015091506.2602-1-jorge... https://patchwork.ozlabs.org/project/uboot/patch/20211005111324.19749-3-jorg...
Changes in v2: - add function fit_fpga_load() to simplify calls of fpga_load() from contexts without a compatible attribute. - move all ZynqMP-specific logic to drivers/fpga/zynqmppl.c - prepare for passing a "compatible" FDT property to any fpga driver.
Oleksandr Suvorov (4): fpga: add option for loading FPGA secure bitstreams cmd: fpga: Separating the support of fpga loads fpga: add fit_fpga_load function fpga: zynqmp: support loading authenticated images
cmd/Kconfig | 12 +++++++++++- cmd/fpga.c | 8 ++++---- common/spl/spl_fit.c | 6 ++---- drivers/fpga/Kconfig | 14 ++++++++++++++ drivers/fpga/fpga.c | 28 +++++++++++++++++++++++++--- drivers/fpga/xilinx.c | 2 +- drivers/fpga/zynqmppl.c | 25 +++++++++++++++++++++++-- include/fpga.h | 4 ++++ 8 files changed, 84 insertions(+), 15 deletions(-)