Re: [PATCH v6 2/7] fpga: add fit_fpga_load function

2022-04-07 Thread Michal Simek
On 2/7/22 12:18, Adrian Fiergolski wrote: From: Oleksandr Suvorov Introduce a function which passes an fpga compatible string from FIT images to FPGA drivers. This lets the different implementations decide how to handle it. Some code of Jorge Ramirez-Ortiz is reused. Signed-off-by: Oleksa

[PATCH v6 2/7] fpga: add fit_fpga_load function

2022-02-07 Thread Adrian Fiergolski
From: Oleksandr Suvorov Introduce a function which passes an fpga compatible string from FIT images to FPGA drivers. This lets the different implementations decide how to handle it. Some code of Jorge Ramirez-Ortiz is reused. Signed-off-by: Oleksandr Suvorov Tested-by: Ricardo Salveti --- c