Re: [PATCH V3 XRT Alveo 12/18] fpga: xrt: ICAP platform driver

2021-03-17 Thread Lizhi Hou
Hi Tom, On 03/03/2021 07:12 AM, Tom Rix wrote: On 2/17/21 10:40 PM, Lizhi Hou wrote: Add ICAP driver. ICAP is a hardware function discovered by walking What does ICAP stand for ? ICAP stands for Hardware Internal Configuration Access Port. I will add this. firmware metadata. A platform

Re: [PATCH V3 XRT Alveo 12/18] fpga: xrt: ICAP platform driver

2021-03-03 Thread Tom Rix
On 2/17/21 10:40 PM, Lizhi Hou wrote: > Add ICAP driver. ICAP is a hardware function discovered by walking What does ICAP stand for ? > firmware metadata. A platform device node will be created for it. > FPGA bitstream is written to hardware through ICAP. > > Signed-off-by: Sonal Santan >

Re: [PATCH V3 XRT Alveo 12/18] fpga: xrt: ICAP platform driver

2021-03-02 Thread Lizhi Hou
Hi Moritz, On 02/21/2021 12:24 PM, Moritz Fischer wrote: On Wed, Feb 17, 2021 at 10:40:13PM -0800, Lizhi Hou wrote: Add ICAP driver. ICAP is a hardware function discovered by walking firmware metadata. A platform device node will be created for it. FPGA bitstream is written to hardware

Re: [PATCH V3 XRT Alveo 12/18] fpga: xrt: ICAP platform driver

2021-02-21 Thread Moritz Fischer
On Wed, Feb 17, 2021 at 10:40:13PM -0800, Lizhi Hou wrote: > Add ICAP driver. ICAP is a hardware function discovered by walking > firmware metadata. A platform device node will be created for it. > FPGA bitstream is written to hardware through ICAP. > > Signed-off-by: Sonal Santan >

[PATCH V3 XRT Alveo 12/18] fpga: xrt: ICAP platform driver

2021-02-17 Thread Lizhi Hou
Add ICAP driver. ICAP is a hardware function discovered by walking firmware metadata. A platform device node will be created for it. FPGA bitstream is written to hardware through ICAP. Signed-off-by: Sonal Santan Signed-off-by: Max Zhen Signed-off-by: Lizhi Hou ---