Re: [RFC 7/8] fpga-region: add sysfs interface
From: Jason Gunthorpe
Date: Wed Feb 15 2017 - 16:15:35 EST
On Wed, Feb 15, 2017 at 12:54:27PM -0800, Moritz Fischer wrote:
> Well I don't know ;-) With something fdt based we already have
> parsers there,
Not sure.. How does incbin work in DTB?
We have the FPGA in a s/g list so we cannot pass the entire file to
libfdt - is that consistent with incbin?
Can we force a specific alignment for the included data?
How complex will the userspace tool be to make the image?
Jason