Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-12-05 Thread Michal Simek
On 5.12.2017 08:37, Goldschmidt Simon wrote: > On 5.12.2017 08:22, Michal Simek wrote: >>> Which release will this be in? Does it fit into 2018.01 or has that >>> window already closed? >> >> I believe so. > > Sorry to bother you again, I'm just not sure I understood your answer. > > Was that "I

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-12-04 Thread Goldschmidt Simon
On 5.12.2017 08:22, Michal Simek wrote: > > Which release will this be in? Does it fit into 2018.01 or has that > > window already closed? > > I believe so. Sorry to bother you again, I'm just not sure I understood your answer. Was that "I beleive so" meant as "yes, 2018.01 unless someone

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-12-04 Thread Michal Simek
On 4.12.2017 21:14, Goldschmidt Simon wrote: > > Hi, > > On 4.12.2017 15:27, Michal Simek wrote: >> [..] >> ok. Then applied to my xilinx tree. > > Great to hear that, thanks! > > Which release will this be in? Does it fit into 2018.01 or has that > window already closed? I believe so.

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-12-04 Thread Goldschmidt Simon
Hi, On 4.12.2017 15:27, Michal Simek wrote: > [..] > ok. Then applied to my xilinx tree. Great to hear that, thanks! Which release will this be in? Does it fit into 2018.01 or has that window already closed? Thanks, Simon ___ U-Boot mailing list

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-12-04 Thread Michal Simek
Hi, On 2.12.2017 04:29, Simon Glass wrote: > Hi Michal, > > On 29 November 2017 at 03:00, Michal Simek wrote: >> On 29.11.2017 06:20, Goldschmidt Simon wrote: >>> On 28.11.2017 14:46, Michal Simek wrote: On 28.11.2017 10:08, Goldschmidt Simon wrote: > Simon

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-12-01 Thread Simon Glass
Hi Michal, On 29 November 2017 at 03:00, Michal Simek wrote: > On 29.11.2017 06:20, Goldschmidt Simon wrote: >> On 28.11.2017 14:46, Michal Simek wrote: >>> On 28.11.2017 10:08, Goldschmidt Simon wrote: Simon Goldschmidt wrote: > Hi Simon, > > Simon

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-29 Thread Michal Simek
On 29.11.2017 06:20, Goldschmidt Simon wrote: > On 28.11.2017 14:46, Michal Simek wrote: >> On 28.11.2017 10:08, Goldschmidt Simon wrote: >>> Simon Goldschmidt wrote: Hi Simon, Simon Glass wrote: > I see that, although it is adding to the fpga header so presumably > making

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-28 Thread Michal Simek
On 24.11.2017 23:35, Simon Glass wrote: > Hi Simon, > > On 20 November 2017 at 22:38, Goldschmidt Simon > wrote: >> Hi, >> >>> Simon Glass wrote: >>> On 10 November 2017 at 07:17, Goldschmidt Simon >> fuchs.com> wrote: This drops

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-28 Thread Goldschmidt Simon
On 28.11.2017 14:46, Michal Simek wrote: > On 28.11.2017 10:08, Goldschmidt Simon wrote: >> Simon Goldschmidt wrote: >>> Hi Simon, >>> >>> Simon Glass wrote: I see that, although it is adding to the fpga header so presumably making it harder for someone to move this over. >>> >>> Yes,

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-28 Thread Michal Simek
On 28.11.2017 10:08, Goldschmidt Simon wrote: > Simon Goldschmidt wrote: >> Hi Simon, >> >> Simon Glass wrote: >>> I see that, although it is adding to the fpga header so presumably >>> making it harder for someone to move this over. >> >> Yes, I'm not happy with changing the header and even

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-28 Thread Goldschmidt Simon
Simon Goldschmidt wrote: > Hi Simon, > > Simon Glass wrote: > > I see that, although it is adding to the fpga header so presumably > > making it harder for someone to move this over. > > Yes, I'm not happy with changing the header and even xilinx C file to add > functionality for altera.

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-25 Thread Goldschmidt Simon
Hi Simon, Simon Glass wrote: > I see that, although it is adding to the fpga header so presumably > making it harder for someone to move this over. Yes, I'm not happy with changing the header and even xilinx C file to add functionality for altera. However, this is due to the fact that a core

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-24 Thread Simon Glass
Hi Simon, On 20 November 2017 at 22:38, Goldschmidt Simon wrote: > Hi, > >> Simon Glass wrote: >> On 10 November 2017 at 07:17, Goldschmidt Simon > fuchs.com> wrote: >> > This drops the limit that fpga is only loaded from FIT images

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-20 Thread Goldschmidt Simon
Hi, > Simon Glass wrote: > On 10 November 2017 at 07:17, Goldschmidt Simon fuchs.com> wrote: > > This drops the limit that fpga is only loaded from FIT images for Xilinx. > > This is done by moving the 'partial' check from 'common/image.c' to > >

Re: [U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-20 Thread Simon Glass
Hi, On 10 November 2017 at 07:17, Goldschmidt Simon wrote: > This drops the limit that fpga is only loaded from FIT images for Xilinx. > This is done by moving the 'partial' check from 'common/image.c' to > 'drivers/fpga/xilinx.c' (the only driver supporting

[U-Boot] [PATCH] fpga: allow programming fpga from FIT image for all FPGA drivers

2017-11-10 Thread Goldschmidt Simon
This drops the limit that fpga is only loaded from FIT images for Xilinx. This is done by moving the 'partial' check from 'common/image.c' to 'drivers/fpga/xilinx.c' (the only driver supporting partial images yet) and supplies a weak default implementation in 'drivers/fpga/fpga.c'. Signed-off-by: