Re: [U-Boot] [PATCH v4 03/20] arm: socfpga: Add Arria 10 SoCFPGA programming interface

2017-10-31 Thread Chee, Tien Fong
On Sel, 2017-10-31 at 12:02 +0100, Marek Vasut wrote: > On 10/31/2017 11:48 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Add code necessary into the FPGA driver framework in U-Boot > > so it can be used via the 'fpga' command for programing Arria 10 > > SoCFPGA. > >

Re: [U-Boot] [PATCH v4 03/20] arm: socfpga: Add Arria 10 SoCFPGA programming interface

2017-10-31 Thread Marek Vasut
On 10/31/2017 11:48 AM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Add code necessary into the FPGA driver framework in U-Boot > so it can be used via the 'fpga' command for programing Arria 10 > SoCFPGA. > > Signed-off-by: Tien Fong Chee Why am I receiving this email outside o

[U-Boot] [PATCH v4 03/20] arm: socfpga: Add Arria 10 SoCFPGA programming interface

2017-10-31 Thread tien . fong . chee
From: Tien Fong Chee Add code necessary into the FPGA driver framework in U-Boot so it can be used via the 'fpga' command for programing Arria 10 SoCFPGA. Signed-off-by: Tien Fong Chee --- cmd/fpga.c| 2 +- drivers/fpga/altera.c | 40 drive