Re: [U-Boot] [PATCH 05/11] MX6: add boot device support SPL

2014-04-17 Thread Stefano Babic
Hi Tim, On 17/04/2014 08:16, Tim Harvey wrote: >>> + boot_dev = MX6_SATA_BOOT; >>> + break; >>> + /* Serial ROM: See 8.5.5.1, Table 8-22 */ >>> + case 0x3: >>> + /* BOOT_CFG4[2:0] */ >>> + switch ((soc_sbmr & 0x0700) >> 24) { >>> +

Re: [U-Boot] [PATCH 05/11] MX6: add boot device support SPL

2014-04-16 Thread Tim Harvey
On Mon, Apr 14, 2014 at 5:27 AM, Stefano Babic wrote: > Hi Tim, > >> diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c >> index 1725279..4ee62c7 100644 >> --- a/arch/arm/cpu/armv7/mx6/soc.c >> +++ b/arch/arm/cpu/armv7/mx6/soc.c >> @@ -305,6 +305,62 @@ const struct boot_mode

Re: [U-Boot] [PATCH 05/11] MX6: add boot device support SPL

2014-04-14 Thread Stefano Babic
Hi Tim, On 03/04/2014 08:01, Tim Harvey wrote: > Add enums, #defines, and helper functions needed for SPL images to describe > and detect IMX6 boot device. > > Signed-off-by: Tim Harvey > --- > arch/arm/cpu/armv7/mx6/soc.c| 56 > + > arch/arm/include

[U-Boot] [PATCH 05/11] MX6: add boot device support SPL

2014-04-02 Thread Tim Harvey
Add enums, #defines, and helper functions needed for SPL images to describe and detect IMX6 boot device. Signed-off-by: Tim Harvey --- arch/arm/cpu/armv7/mx6/soc.c| 56 + arch/arm/include/asm/arch-mx6/spl.h | 26 ++ arch/arm/include