Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-12 Thread Jagan Teki
On Thu, Jun 13, 2019 at 7:21 AM Kever Yang wrote: > > Hi Jagan, > > > On 06/11/2019 11:03 PM, Jagan Teki wrote: > > Note: Puma rk3399 has SPL size overflow, better to enable TPL > for this board. > > We need to keep Puma on a SPL-only configuration for the time being. > Please make sure that the L

Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-12 Thread Jagan Teki
On Thu, Jun 13, 2019 at 7:14 AM Kever Yang wrote: > > Hi Jagan, > > Very grateful for you to send this patch set for LPDDR4 support. > > But, 92 patches, a little bit too much for merge them one by one, > > is it possible for U-Boot to merge this from somewhere after we review > > all thes

Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-12 Thread Kever Yang
Hi Jagan, On 06/11/2019 11:03 PM, Jagan Teki wrote: >>> Note: Puma rk3399 has SPL size overflow, better to enable TPL >>> for this board. >> We need to keep Puma on a SPL-only configuration for the time being. >> Please make sure that the LPDDR4 code is an optional feature that does not >> increa

Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-12 Thread Kever Yang
Hi Jagan,     Very grateful for you to send this patch set for LPDDR4 support.     But, 92 patches, a little bit too much for merge them one by one, is it possible for U-Boot to merge this from somewhere after we review all these patches? Thanks, - Kever On 06/11/2019 10:50 PM, Jagan Teki wro

Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-12 Thread Philipp Tomsich
> On 12.06.2019, at 17:30, Jagan Teki wrote: > > On Tue, Jun 11, 2019 at 8:36 PM Philipp Tomsich > > wrote: >> >> >> >>> On 11.06.2019, at 17:03, Jagan Teki wrote: >>> >>> On Tue, Jun 11, 2019 at 8:23 PM Philipp Tomsich >>> wrote:

Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-12 Thread Jagan Teki
On Tue, Jun 11, 2019 at 8:36 PM Philipp Tomsich wrote: > > > > > On 11.06.2019, at 17:03, Jagan Teki wrote: > > > > On Tue, Jun 11, 2019 at 8:23 PM Philipp Tomsich > > wrote: > >> > >> > >> > >>> On 11.06.2019, at 16:50, Jagan Teki wrote: > >>> > >>> Yes, it can be possible to break this series

Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-11 Thread Jagan Teki
On Tue, Jun 11, 2019 at 8:23 PM Philipp Tomsich wrote: > > > > > On 11.06.2019, at 16:50, Jagan Teki wrote: > > > > Yes, it can be possible to break this series into multiple sub series > > but idea here is to mark all the required changes to support LPDDR4 > > in rk3399 in one set. if required w

Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-11 Thread Philipp Tomsich
> On 11.06.2019, at 16:50, Jagan Teki wrote: > > Yes, it can be possible to break this series into multiple sub series > but idea here is to mark all the required changes to support LPDDR4 > in rk3399 in one set. if required we can break it from next versions. > > This is the initial set for

Re: [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-11 Thread Philipp Tomsich
> On 11.06.2019, at 17:03, Jagan Teki wrote: > > On Tue, Jun 11, 2019 at 8:23 PM Philipp Tomsich > wrote: >> >> >> >>> On 11.06.2019, at 16:50, Jagan Teki wrote: >>> >>> Yes, it can be possible to break this series into multiple sub series >>> but idea here is to mark all the required cha

[U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

2019-06-11 Thread Jagan Teki
Yes, it can be possible to break this series into multiple sub series but idea here is to mark all the required changes to support LPDDR4 in rk3399 in one set. if required we can break it from next versions. This is the initial set for supporting LPDDR4 with associated features. Thanks to - YouM