Re: [PATCH 1/3] drivers: firmware: Add Pdi load API support

2021-01-23 Thread Moritz Fischer
On Mon, Jan 18, 2021 at 08:13:16AM +0530, Nava kishore Manne wrote: > This patch adds load pdi api support to enable pdi/partial loading from > linux. Programmable Device Image (PDI) is combination of headers, images > and bitstream files to be loaded. Partial PDI is partial set of image/ > images

[PATCH 1/3] drivers: firmware: Add Pdi load API support

2021-01-17 Thread Nava kishore Manne
This patch adds load pdi api support to enable pdi/partial loading from linux. Programmable Device Image (PDI) is combination of headers, images and bitstream files to be loaded. Partial PDI is partial set of image/ images to be loaded. Signed-off-by: Nava kishore Manne ---