[U-Boot] [PATCH v2 3/3] mx6sl: Add initial support for mx6slevk board

2013-04-10 Thread festevam
From: Fabio Estevam mx6slevk board is a development board from Freescale based on the mx6 solo-lite processor. For details about mx6slevk, please refer to: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6SLEVK&parentCode=i.MX6SL&fpsp=1 Signed-off-by: Fabio Estevam --- Change

[U-Boot] [PATCH v3 1/3] iomux-v3: Place pad control definitions into common file

2013-04-10 Thread festevam
From: Fabio Estevam Instead of having the same PAD control definition in each MX6 variant pin file, place it into a common location. Signed-off-by: Fabio Estevam --- Changes since v2: - None Changes since v1: - Add missing IOMUX_CONFIG_SION definition to avoid breakage on mx6dl arch/arm/inclu

[U-Boot] [PATCH v3 2/3] mx6: Add solo-lite variant support

2013-04-10 Thread festevam
From: Fabio Estevam mx6 solo-lite is another member of the mx6 series. For more information about mx6 solo-lite, please visit: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6SL&nodeId=018rH3ZrDRB24A Signed-off-by: Fabio Estevam --- Changes since v2: - None Changes since v