Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-22 Thread Igor Grinberg
Hi Tim, On 04/21/14 21:28, Tim Harvey wrote: > On Sun, Apr 20, 2014 at 12:52 AM, Igor Grinberg > wrote: >> On 04/18/14 09:35, Tim Harvey wrote: >>> On Thu, Apr 17, 2014 at 4:44 AM, Stefano Babic wrote: Hi Igor, hi Tim On 17/04/2014 13:22, Igor Grinberg wrote: > > get

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-21 Thread Tim Harvey
On Sun, Apr 20, 2014 at 12:52 AM, Igor Grinberg wrote: > On 04/18/14 09:35, Tim Harvey wrote: >> On Thu, Apr 17, 2014 at 4:44 AM, Stefano Babic wrote: >>> Hi Igor, hi Tim >>> >>> On 17/04/2014 13:22, Igor Grinberg wrote: >>> get_ram_size() works on cm-fx6 all DRAM configurations. >>> >>

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-20 Thread Igor Grinberg
On 04/18/14 09:35, Tim Harvey wrote: > On Thu, Apr 17, 2014 at 4:44 AM, Stefano Babic wrote: >> Hi Igor, hi Tim >> >> On 17/04/2014 13:22, Igor Grinberg wrote: >> >>> >>> get_ram_size() works on cm-fx6 all DRAM configurations. >> >> As on most boards in mainline ;-) >> > > It looks like I mis-int

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-17 Thread Tim Harvey
On Thu, Apr 17, 2014 at 4:44 AM, Stefano Babic wrote: > Hi Igor, hi Tim > > On 17/04/2014 13:22, Igor Grinberg wrote: > >> >> get_ram_size() works on cm-fx6 all DRAM configurations. > > As on most boards in mainline ;-) > It looks like I mis-interpreted the failure. This issue is that get_ram_siz

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-17 Thread Igor Grinberg
Hi Stefano, Tim, On 04/17/14 12:30, Stefano Babic wrote: > Hi Tim, > > On 17/04/2014 08:07, Tim Harvey wrote: >> On Mon, Apr 14, 2014 at 5:35 AM, Stefano Babic wrote: >>> Hi Tim, >>> >>> I see checking your patch that the MXS uses the same concept. And as far >>> as I can see, boot_mode_idx is u

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-17 Thread Stefano Babic
Hi Igor, hi Tim On 17/04/2014 13:22, Igor Grinberg wrote: > > get_ram_size() works on cm-fx6 all DRAM configurations. As on most boards in mainline ;-) > >> SPL is thought to generally load an image (of course, in most cases it is u-boot). In Falcon mode, the kernel is started witho

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-17 Thread Stefano Babic
Hi Tim, On 17/04/2014 08:07, Tim Harvey wrote: > On Mon, Apr 14, 2014 at 5:35 AM, Stefano Babic wrote: >> Hi Tim, >> >> I see checking your patch that the MXS uses the same concept. And as far >> as I can see, boot_mode_idx is used only to print the boot devioce > > Stefano, > > yes, that is wh

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-16 Thread Tim Harvey
On Mon, Apr 14, 2014 at 5:35 AM, Stefano Babic wrote: > Hi Tim, > > I see checking your patch that the MXS uses the same concept. And as far > as I can see, boot_mode_idx is used only to print the boot devioce Stefano, yes, that is where I got the concept from. > > However, we have not generall

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-14 Thread Stefano Babic
Hi Tim, On 03/04/2014 08:01, Tim Harvey wrote: > This can be used to pass info between the SPL and u-boot. > > Signed-off-by: Tim Harvey > --- > arch/arm/include/asm/arch-mx6/sys_proto.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h >

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-09 Thread Nikita Kiryanov
Hi Tim, On 04/03/2014 09:01 AM, Tim Harvey wrote: This can be used to pass info between the SPL and u-boot. Signed-off-by: Tim Harvey --- arch/arm/include/asm/arch-mx6/sys_proto.h | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h b/arch/arm/

[U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-02 Thread Tim Harvey
This can be used to pass info between the SPL and u-boot. Signed-off-by: Tim Harvey --- arch/arm/include/asm/arch-mx6/sys_proto.h | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h b/arch/arm/include/asm/arch-mx6/sys_proto.h index 38851a1..f43e09c