Re: [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-03-05 Thread Lizhi Hou
Hi Moritz, On 02/21/2021 10:33 AM, Moritz Fischer wrote: On Sun, Feb 21, 2021 at 09:12:37AM -0800, Tom Rix wrote: On 2/17/21 10:40 PM, Lizhi Hou wrote: Alveo FPGA firmware and partial reconfigure file are in xclbin format. This code enumerates and extracts Add code to enumerate and

Re: [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-03-04 Thread Lizhi Hou
Hi Moritz, On 03/02/2021 07:14 AM, Moritz Fischer wrote: On Mon, Mar 01, 2021 at 04:25:37PM -0800, Lizhi Hou wrote: Hi Tom, On 02/28/2021 08:54 AM, Tom Rix wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening

Re: [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-03-02 Thread Moritz Fischer
On Mon, Mar 01, 2021 at 04:25:37PM -0800, Lizhi Hou wrote: > Hi Tom, > > > On 02/28/2021 08:54 AM, Tom Rix wrote: > > CAUTION: This message has originated from an External Source. Please use > > proper judgment and caution when opening attachments, clicking links, or > > responding to this

Re: [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-03-01 Thread Lizhi Hou
Hi Tom, On 02/28/2021 08:54 AM, Tom Rix wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. On 2/26/21 1:23 PM, Lizhi Hou wrote: Hi Tom, snip I also do not

Re: [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-02-28 Thread Tom Rix
On 2/26/21 1:23 PM, Lizhi Hou wrote: > Hi Tom, > > snip >> >> I also do not see a pragma pack, usually this is set of 1 so the compiler >> does not shuffle elements, increase size etc. > This data structure is shared with other tools. And the structure is well > defined with reasonable

Re: [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-02-26 Thread Lizhi Hou
Hi Tom, On 02/21/2021 09:12 AM, Tom Rix wrote: On 2/17/21 10:40 PM, Lizhi Hou wrote: Alveo FPGA firmware and partial reconfigure file are in xclbin format. This code enumerates and extracts Will change this to Alveo FPGA firmware and partial reconfigure file are in xclbin format. This code

Re: [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-02-21 Thread Moritz Fischer
On Sun, Feb 21, 2021 at 09:12:37AM -0800, Tom Rix wrote: > > On 2/17/21 10:40 PM, Lizhi Hou wrote: > > Alveo FPGA firmware and partial reconfigure file are in xclbin format. > This code enumerates and extracts > > Add > > code to enumerate and extract sections from xclbin files. xclbin.h is

Re: [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-02-21 Thread Tom Rix
On 2/17/21 10:40 PM, Lizhi Hou wrote: > Alveo FPGA firmware and partial reconfigure file are in xclbin format. This code enumerates and extracts > Add > code to enumerate and extract sections from xclbin files. xclbin.h is cross > platform and used across all platforms and OS > > Signed-off-by:

[PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

2021-02-17 Thread Lizhi Hou
Alveo FPGA firmware and partial reconfigure file are in xclbin format. Add code to enumerate and extract sections from xclbin files. xclbin.h is cross platform and used across all platforms and OS Signed-off-by: Sonal Santan Signed-off-by: Max Zhen Signed-off-by: Lizhi Hou ---