Re: [U-Boot] [PATCH v1 2/3] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

2018-04-27 Thread Ang, Chee Hong
On Fri, 2018-04-27 at 09:08 +0200, Marek Vasut wrote: > On 04/27/2018 07:31 AM, Ang, Chee Hong wrote: > > > > On Thu, 2018-04-26 at 14:38 +0200, Marek Vasut wrote: > > > > > > On 04/26/2018 08:15 AM, Ang, Chee Hong wrote: > > > > > > > > > > > > On Fri, 2018-04-20 at 05:42 +0200, Marek Vasut

Re: [U-Boot] [PATCH v1 2/3] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

2018-04-27 Thread Ang, Chee Hong
On Thu, 2018-04-26 at 14:38 +0200, Marek Vasut wrote: > On 04/26/2018 08:15 AM, Ang, Chee Hong wrote: > > > > On Fri, 2018-04-20 at 05:42 +0200, Marek Vasut wrote: > > > > > > On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: > > > > > > > > > > > > From: Chee Hong Ang

Re: [U-Boot] [PATCH v1 2/3] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

2018-04-27 Thread Marek Vasut
On 04/27/2018 07:31 AM, Ang, Chee Hong wrote: > On Thu, 2018-04-26 at 14:38 +0200, Marek Vasut wrote: >> On 04/26/2018 08:15 AM, Ang, Chee Hong wrote: >>> >>> On Fri, 2018-04-20 at 05:42 +0200, Marek Vasut wrote: On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: > > >

Re: [U-Boot] [PATCH v1 2/3] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

2018-04-26 Thread Marek Vasut
On 04/26/2018 08:15 AM, Ang, Chee Hong wrote: > On Fri, 2018-04-20 at 05:42 +0200, Marek Vasut wrote: >> On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: >>> >>> From: Chee Hong Ang >>> >>> Enable 'fpga' command in u-boot. User will be able to use the >>> fpga

Re: [U-Boot] [PATCH v1 2/3] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

2018-04-26 Thread Ang, Chee Hong
On Fri, 2018-04-20 at 05:42 +0200, Marek Vasut wrote: > On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: > > > > From: Chee Hong Ang > > > > Enable 'fpga' command in u-boot. User will be able to use the > > fpga command to program the FPGA on Stratix10 SoC. > > >

[U-Boot] [PATCH v1 2/3] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

2018-04-20 Thread chee . hong . ang
From: Chee Hong Ang Enable 'fpga' command in u-boot. User will be able to use the fpga command to program the FPGA on Stratix10 SoC. Signed-off-by: Chee Hong Ang --- arch/arm/mach-socfpga/misc.c | 20 +---

Re: [U-Boot] [PATCH v1 2/3] arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table

2018-04-20 Thread Marek Vasut
On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: > From: Chee Hong Ang > > Enable 'fpga' command in u-boot. User will be able to use the > fpga command to program the FPGA on Stratix10 SoC. > > Signed-off-by: Chee Hong Ang > --- >