Re: [U-Boot] [U-Boot, 5/5] boot: fdt: fixup the memory dt nodes falcon boot

2017-08-29 Thread York Sun
On 08/29/2017 12:30 PM, Jagan Teki wrote: > On Mon, Aug 28, 2017 at 10:17 PM, York Sun wrote: >> On 08/26/2017 04:50 AM, Jagan Teki wrote: >>> On Thu, Aug 3, 2017 at 1:02 AM, Tom Rini wrote: On Wed, Aug 02, 2017 at 07:10:51PM +, York Sun wrote:

Re: [U-Boot] [U-Boot, 5/5] boot: fdt: fixup the memory dt nodes falcon boot

2017-08-29 Thread Jagan Teki
On Mon, Aug 28, 2017 at 10:17 PM, York Sun wrote: > On 08/26/2017 04:50 AM, Jagan Teki wrote: >> On Thu, Aug 3, 2017 at 1:02 AM, Tom Rini wrote: >>> On Wed, Aug 02, 2017 at 07:10:51PM +, York Sun wrote: On 04/18/2017 04:57 AM, B, Ravi wrote: >

Re: [U-Boot] [U-Boot, 5/5] boot: fdt: fixup the memory dt nodes falcon boot

2017-08-28 Thread York Sun
On 08/26/2017 04:50 AM, Jagan Teki wrote: > On Thu, Aug 3, 2017 at 1:02 AM, Tom Rini wrote: >> On Wed, Aug 02, 2017 at 07:10:51PM +, York Sun wrote: >>> On 04/18/2017 04:57 AM, B, Ravi wrote: In single stage bootmode or falcon boot mode, the SPL shall update the

Re: [U-Boot] [U-Boot, 5/5] boot: fdt: fixup the memory dt nodes falcon boot

2017-08-26 Thread Jagan Teki
On Thu, Aug 3, 2017 at 1:02 AM, Tom Rini wrote: > On Wed, Aug 02, 2017 at 07:10:51PM +, York Sun wrote: >> On 04/18/2017 04:57 AM, B, Ravi wrote: >> > In single stage bootmode or falcon boot mode, >> > the SPL shall update the memory dt nodes >> > spl_fixup_fdt() based on

Re: [U-Boot] [U-Boot, 5/5] boot: fdt: fixup the memory dt nodes falcon boot

2017-08-02 Thread Tom Rini
On Wed, Aug 02, 2017 at 07:10:51PM +, York Sun wrote: > On 04/18/2017 04:57 AM, B, Ravi wrote: > > In single stage bootmode or falcon boot mode, > > the SPL shall update the memory dt nodes > > spl_fixup_fdt() based on DDR configuration for > > specific platform. > > > > Signed-off-by: Ravi

Re: [U-Boot] [U-Boot, 5/5] boot: fdt: fixup the memory dt nodes falcon boot

2017-08-02 Thread York Sun
On 04/18/2017 04:57 AM, B, Ravi wrote: > In single stage bootmode or falcon boot mode, > the SPL shall update the memory dt nodes > spl_fixup_fdt() based on DDR configuration for > specific platform. > > Signed-off-by: Ravi Babu > --- > common/spl/spl.c | 40

Re: [U-Boot] [U-Boot, 5/5] boot: fdt: fixup the memory dt nodes falcon boot

2017-05-12 Thread Tom Rini
On Tue, Apr 18, 2017 at 05:27:27PM +0530, B, Ravi wrote: > In single stage bootmode or falcon boot mode, > the SPL shall update the memory dt nodes > spl_fixup_fdt() based on DDR configuration for > specific platform. > > Signed-off-by: Ravi Babu Applied to u-boot/master,