Re: [U-Boot] [PATCH v6 0/4] Stratix10 FPGA reconfiguration support

2018-12-19 Thread Marek Vasut
On 12/19/2018 05:53 AM, Ang, Chee Hong wrote: > On Tue, 2018-12-18 at 18:47 +0100, Marek Vasut wrote: >> On 12/18/2018 09:54 AM, chee.hong@intel.com wrote: >>> >>> From: "Ang, Chee Hong" >>> >>> Summary of v6 changes: >>> - Patch 1/4 and 4/4 are unchanged >>> - Patch 2/4: >>>   - fixed

Re: [U-Boot] [PATCH v6 0/4] Stratix10 FPGA reconfiguration support

2018-12-18 Thread Ang, Chee Hong
On Tue, 2018-12-18 at 18:47 +0100, Marek Vasut wrote: > On 12/18/2018 09:54 AM, chee.hong@intel.com wrote: > > > > From: "Ang, Chee Hong" > > > > Summary of v6 changes: > > - Patch 1/4 and 4/4 are unchanged > > - Patch 2/4: > >   - fixed compilation warnings in drivers/fpga/stratix10.c > >

Re: [U-Boot] [PATCH v6 0/4] Stratix10 FPGA reconfiguration support

2018-12-18 Thread Marek Vasut
On 12/18/2018 09:54 AM, chee.hong@intel.com wrote: > From: "Ang, Chee Hong" > > Summary of v6 changes: > - Patch 1/4 and 4/4 are unchanged > - Patch 2/4: > - fixed compilation warnings in drivers/fpga/stratix10.c > - Patch 3/4: > - socfpga_fpga_add() in misc.c > - define fpga

[U-Boot] [PATCH v6 0/4] Stratix10 FPGA reconfiguration support

2018-12-18 Thread chee . hong . ang
From: "Ang, Chee Hong" Summary of v6 changes: - Patch 1/4 and 4/4 are unchanged - Patch 2/4: - fixed compilation warnings in drivers/fpga/stratix10.c - Patch 3/4: - socfpga_fpga_add() in misc.c - define fpga descriptor structure in misc_arria10.c, misc_gen5.c & misc_s10.c respectively