Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-28 Thread Marek Vasut
On 11/28/2018 03:43 PM, Chee, Tien Fong wrote: > On Tue, 2018-11-27 at 13:09 +0100, Marek Vasut wrote: >> On 11/27/2018 10:00 AM, Chee, Tien Fong wrote: >>> >>> On Mon, 2018-11-26 at 12:22 +0100, Marek Vasut wrote: On 11/26/2018 11:30 AM, Chee, Tien Fong wrote: > > > On Fri,

Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-28 Thread Chee, Tien Fong
On Tue, 2018-11-27 at 13:09 +0100, Marek Vasut wrote: > On 11/27/2018 10:00 AM, Chee, Tien Fong wrote: > > > > On Mon, 2018-11-26 at 12:22 +0100, Marek Vasut wrote: > > > > > > On 11/26/2018 11:30 AM, Chee, Tien Fong wrote: > > > > > > > > > > > > On Fri, 2018-11-23 at 13:40 +0100, Marek Vasut

Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-27 Thread Marek Vasut
On 11/27/2018 10:00 AM, Chee, Tien Fong wrote: > On Mon, 2018-11-26 at 12:22 +0100, Marek Vasut wrote: >> On 11/26/2018 11:30 AM, Chee, Tien Fong wrote: >>> >>> On Fri, 2018-11-23 at 13:40 +0100, Marek Vasut wrote: On 11/23/2018 10:54 AM, Chee, Tien Fong wrote: > > > On Wed,

Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-27 Thread Chee, Tien Fong
On Mon, 2018-11-26 at 12:22 +0100, Marek Vasut wrote: > On 11/26/2018 11:30 AM, Chee, Tien Fong wrote: > > > > On Fri, 2018-11-23 at 13:40 +0100, Marek Vasut wrote: > > > > > > On 11/23/2018 10:54 AM, Chee, Tien Fong wrote: > > > > > > > > > > > > On Wed, 2018-11-21 at 15:21 +0100, Marek Vasut

Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-26 Thread Marek Vasut
On 11/26/2018 11:30 AM, Chee, Tien Fong wrote: > On Fri, 2018-11-23 at 13:40 +0100, Marek Vasut wrote: >> On 11/23/2018 10:54 AM, Chee, Tien Fong wrote: >>> >>> On Wed, 2018-11-21 at 15:21 +0100, Marek Vasut wrote: On 11/21/2018 11:41 AM, tien.fong.c...@intel.com wrote: > > >

Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-26 Thread Chee, Tien Fong
On Fri, 2018-11-23 at 13:40 +0100, Marek Vasut wrote: > On 11/23/2018 10:54 AM, Chee, Tien Fong wrote: > > > > On Wed, 2018-11-21 at 15:21 +0100, Marek Vasut wrote: > > > > > > On 11/21/2018 11:41 AM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee > > > Did you

Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-23 Thread Marek Vasut
On 11/23/2018 10:54 AM, Chee, Tien Fong wrote: > On Wed, 2018-11-21 at 15:21 +0100, Marek Vasut wrote: >> On 11/21/2018 11:41 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >> Did you change Author:ship of the patch ? I believe you did, so please fix that. >>> Bundle U-Boot

Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-23 Thread Chee, Tien Fong
On Wed, 2018-11-21 at 15:21 +0100, Marek Vasut wrote: > On 11/21/2018 11:41 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > Did you change Author:ship of the patch ? > > > > > Bundle U-Boot fitImage containing U-Boot and FPGA bitstream into > > the > > u-boot-with-spl.sfp on

Re: [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-21 Thread Marek Vasut
On 11/21/2018 11:41 AM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee Did you change Author:ship of the patch ? > Bundle U-Boot fitImage containing U-Boot and FPGA bitstream into the > u-boot-with-spl.sfp on Arria10. This lets U-Boot operate in a very > similar fashion to Gen5, where

[U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

2018-11-21 Thread tien . fong . chee
From: Tien Fong Chee Bundle U-Boot fitImage containing U-Boot and FPGA bitstream into the u-boot-with-spl.sfp on Arria10. This lets U-Boot operate in a very similar fashion to Gen5, where the U-Boot binary got loaded by the SPL from a uImage concatenated at the end of the SPL SFP image. On