Re: [U-Boot] [PATCH 2/2] image: Add boot_get_fpga() to load fpga with bootm

2016-05-24 Thread Simon Glass
On 17 May 2016 at 06:59, Michal Simek wrote: > Add function boot_get_fpga() which find and load bitstream to > programmable logic if fpga entry is present. > Function is supported on Xilinx devices for full and partial bitstreams > in BIN and BIT format. > > Signed-off-by: Michal Simek > --- > >

Re: [U-Boot] [PATCH 2/2] image: Add boot_get_fpga() to load fpga with bootm

2016-05-24 Thread Joe Hershberger
On Tue, May 17, 2016 at 7:59 AM, Michal Simek wrote: > Add function boot_get_fpga() which find and load bitstream to > programmable logic if fpga entry is present. > Function is supported on Xilinx devices for full and partial bitstreams > in BIN and BIT format. > > Signed-off-by: Michal Simek R

[U-Boot] [PATCH 2/2] image: Add boot_get_fpga() to load fpga with bootm

2016-05-17 Thread Michal Simek
Add function boot_get_fpga() which find and load bitstream to programmable logic if fpga entry is present. Function is supported on Xilinx devices for full and partial bitstreams in BIN and BIT format. Signed-off-by: Michal Simek --- Tests are running on Sandbox and this support requires FPGA co