Re: [U-Boot] [PATCH] keystone2: use detected ddr3a size

2015-06-23 Thread Tom Rini
On Tue, Jun 23, 2015 at 08:24:23AM -0400, Vitaly Andrianov wrote: > > > On 06/18/2015 11:57 AM, Tom Rini wrote: > >On Mon, Jun 15, 2015 at 12:42:49PM -0400, Vitaly Andrianov wrote: > >> > >> > >>On 06/15/2015 10:17 AM, Tom Rini wrote: > >>>On Mon, Jun 15, 2015 at 08:48:01AM -0400, Vitaly Andriano

Re: [U-Boot] [PATCH] keystone2: use detected ddr3a size

2015-06-23 Thread Vitaly Andrianov
On 06/18/2015 11:57 AM, Tom Rini wrote: On Mon, Jun 15, 2015 at 12:42:49PM -0400, Vitaly Andrianov wrote: On 06/15/2015 10:17 AM, Tom Rini wrote: On Mon, Jun 15, 2015 at 08:48:01AM -0400, Vitaly Andrianov wrote: KS2 u-boot detects the ddr3a size installed to EVM. The detected size can be

Re: [U-Boot] [PATCH] keystone2: use detected ddr3a size

2015-06-18 Thread Tom Rini
On Mon, Jun 15, 2015 at 12:42:49PM -0400, Vitaly Andrianov wrote: > > > On 06/15/2015 10:17 AM, Tom Rini wrote: > >On Mon, Jun 15, 2015 at 08:48:01AM -0400, Vitaly Andrianov wrote: > > > >>KS2 u-boot detects the ddr3a size installed to EVM. The detected size can > >>be used instead of environment

Re: [U-Boot] [PATCH] keystone2: use detected ddr3a size

2015-06-17 Thread Vitaly Andrianov
On 06/15/2015 12:56 PM, York Sun wrote: On 06/15/2015 09:42 AM, Vitaly Andrianov wrote: On 06/15/2015 10:17 AM, Tom Rini wrote: On Mon, Jun 15, 2015 at 08:48:01AM -0400, Vitaly Andrianov wrote: KS2 u-boot detects the ddr3a size installed to EVM. The detected size can be used instead of

Re: [U-Boot] [PATCH] keystone2: use detected ddr3a size

2015-06-15 Thread York Sun
On 06/15/2015 09:42 AM, Vitaly Andrianov wrote: > > > On 06/15/2015 10:17 AM, Tom Rini wrote: >> On Mon, Jun 15, 2015 at 08:48:01AM -0400, Vitaly Andrianov wrote: >> >>> KS2 u-boot detects the ddr3a size installed to EVM. The detected size can >>> be used instead of environment variable. Becaus

Re: [U-Boot] [PATCH] keystone2: use detected ddr3a size

2015-06-15 Thread Vitaly Andrianov
On 06/15/2015 10:17 AM, Tom Rini wrote: On Mon, Jun 15, 2015 at 08:48:01AM -0400, Vitaly Andrianov wrote: KS2 u-boot detects the ddr3a size installed to EVM. The detected size can be used instead of environment variable. Because the ddr3 configuration is done before relocation we cannot use a

Re: [U-Boot] [PATCH] keystone2: use detected ddr3a size

2015-06-15 Thread Tom Rini
On Mon, Jun 15, 2015 at 08:48:01AM -0400, Vitaly Andrianov wrote: > KS2 u-boot detects the ddr3a size installed to EVM. The detected size can > be used instead of environment variable. Because the ddr3 configuration is > done before relocation we cannot use a global variable to pass the > ddr3_siz

[U-Boot] [PATCH] keystone2: use detected ddr3a size

2015-06-15 Thread Vitaly Andrianov
KS2 u-boot detects the ddr3a size installed to EVM. The detected size can be used instead of environment variable. Because the ddr3 configuration is done before relocation we cannot use a global variable to pass the ddr3_size to ft_board_setup(). Instead we have to use the global data structure. B