Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-27 Thread Marek Vasut
On 04/27/2017 12:07 PM, Ley Foon Tan wrote: > On Thu, Apr 27, 2017 at 6:04 PM, Marek Vasut wrote: >> On 04/27/2017 12:00 PM, Ley Foon Tan wrote: >>> On Thu, Apr 27, 2017 at 5:35 PM, Marek Vasut wrote: On 04/27/2017 07:54 AM, Ley Foon Tan wrote: > On Thu, Apr 27, 2017 at 11:15 AM, Dinh Ng

Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-27 Thread Ley Foon Tan
On Thu, Apr 27, 2017 at 6:04 PM, Marek Vasut wrote: > On 04/27/2017 12:00 PM, Ley Foon Tan wrote: >> On Thu, Apr 27, 2017 at 5:35 PM, Marek Vasut wrote: >>> On 04/27/2017 07:54 AM, Ley Foon Tan wrote: On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote: > > > On 04/25/2017 05:46

Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-27 Thread Marek Vasut
On 04/27/2017 12:00 PM, Ley Foon Tan wrote: > On Thu, Apr 27, 2017 at 5:35 PM, Marek Vasut wrote: >> On 04/27/2017 07:54 AM, Ley Foon Tan wrote: >>> On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote: On 04/25/2017 05:46 AM, Marek Vasut wrote: > On 04/25/2017 08:44 PM, Ley Foo

Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-27 Thread Ley Foon Tan
On Thu, Apr 27, 2017 at 5:35 PM, Marek Vasut wrote: > On 04/27/2017 07:54 AM, Ley Foon Tan wrote: >> On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote: >>> >>> >>> On 04/25/2017 05:46 AM, Marek Vasut wrote: On 04/25/2017 08:44 PM, Ley Foon Tan wrote: > This is the 7th version of patchs

Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-27 Thread Marek Vasut
On 04/27/2017 07:54 AM, Ley Foon Tan wrote: > On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote: >> >> >> On 04/25/2017 05:46 AM, Marek Vasut wrote: >>> On 04/25/2017 08:44 PM, Ley Foon Tan wrote: This is the 7th version of patchset to adds support for Intel Arria 10 SoC. This is initi

Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-26 Thread Ley Foon Tan
On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote: > > > On 04/25/2017 05:46 AM, Marek Vasut wrote: >> On 04/25/2017 08:44 PM, Ley Foon Tan wrote: >>> This is the 7th version of patchset to adds support for Intel Arria 10 SoC. >>> This is initial patchset enables the basic support for Arria 10 a

Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-26 Thread Dinh Nguyen
On 04/25/2017 05:46 AM, Marek Vasut wrote: > On 04/25/2017 08:44 PM, Ley Foon Tan wrote: >> This is the 7th version of patchset to adds support for Intel Arria 10 SoC. >> This is initial patchset enables the basic support for Arria 10 and other >> features will come after this. >> >> This series

Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-26 Thread Dalon Westergreen
On Tue, 2017-04-25 at 12:46 +0200, Marek Vasut wrote: > On 04/25/2017 08:44 PM, Ley Foon Tan wrote: > > This is the 7th version of patchset to adds support for Intel Arria 10 SoC. > > This is initial patchset enables the basic support for Arria 10 and other > > features will come after this. > > >

Re: [U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-25 Thread Marek Vasut
On 04/25/2017 08:44 PM, Ley Foon Tan wrote: > This is the 7th version of patchset to adds support for Intel Arria 10 SoC. > This is initial patchset enables the basic support for Arria 10 and other > features will come after this. > > This series is rebased on top of > http://git.denx.de/?p=u-boo

[U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support

2017-04-25 Thread Ley Foon Tan
This is the 7th version of patchset to adds support for Intel Arria 10 SoC. This is initial patchset enables the basic support for Arria 10 and other features will come after this. This series is rebased on top of http://git.denx.de/?p=u-boot/u-boot-socfpga.git. v6 -> v7 changes: ---