Re: [U-Boot] [PATCH 08/12] MX6: add mmdc configuration for MX6Q/MX6DL

2014-04-29 Thread Otavio Salvador
Hello, On Tue, Apr 29, 2014 at 12:15 PM, Eric Nelson wrote: > On 04/28/2014 01:17 PM, Tim Harvey wrote: >> >> Add functions for configuring MMDC iomux and configuration based on >> board-specific configurations. >> >> Signed-off-by: Tim Harvey >> --- >> v2: >> - split out mmdc and iomux structs

Re: [U-Boot] [PATCH 08/12] MX6: add mmdc configuration for MX6Q/MX6DL

2014-04-29 Thread Eric Nelson
Hi Tim, On 04/29/2014 11:19 AM, Tim Harvey wrote: On Tue, Apr 29, 2014 at 8:15 AM, Eric Nelson wrote: Hi Tim, Do you think that someone will want to use SPL on i.MX6 with support for only one of the variants? It seems that this should be conditionally included if i.MX6DQ is supported by

Re: [U-Boot] [PATCH 08/12] MX6: add mmdc configuration for MX6Q/MX6DL

2014-04-29 Thread Tim Harvey
On Tue, Apr 29, 2014 at 8:15 AM, Eric Nelson wrote: > Hi Tim, > > > On 04/28/2014 01:17 PM, Tim Harvey wrote: >> >> Add functions for configuring MMDC iomux and configuration based on >> board-specific configurations. >> >> Signed-off-by: Tim Harvey >> --- >> v2: >> - split out mmdc and iomux str

Re: [U-Boot] [PATCH 08/12] MX6: add mmdc configuration for MX6Q/MX6DL

2014-04-29 Thread Eric Nelson
Hi Tim, On 04/28/2014 01:17 PM, Tim Harvey wrote: Add functions for configuring MMDC iomux and configuration based on board-specific configurations. Signed-off-by: Tim Harvey --- v2: - split out mmdc and iomux structs into separate patch --- arch/arm/cpu/armv7/mx6/Makefile | 1 + arch/arm

[U-Boot] [PATCH 08/12] MX6: add mmdc configuration for MX6Q/MX6DL

2014-04-28 Thread Tim Harvey
Add functions for configuring MMDC iomux and configuration based on board-specific configurations. Signed-off-by: Tim Harvey --- v2: - split out mmdc and iomux structs into separate patch --- arch/arm/cpu/armv7/mx6/Makefile | 1 + arch/arm/cpu/armv7/mx6/ddr.c| 469