[U-Boot] [PATCH v3 1/2] mx6sabre: Enable User Mass Storage

User Mass Storage is very useful for flashing the on-board eMMC.
Add support for it.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com Acked-by: Otavio Salvador otavio@ossystems.com.br --- Changes since v2: - None Changes since v1: - Remove EXT2/EXT4 and BOUNCE_BUFFER support
include/configs/mx6sabre_common.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index f0f721e..337b865 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -279,4 +279,18 @@ #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP
+#define CONFIG_CI_UDC +#define CONFIG_USBD_HS +#define CONFIG_USB_GADGET_DUALSPEED + +#define CONFIG_USB_GADGET +#define CONFIG_CMD_USB_MASS_STORAGE +#define CONFIG_USB_GADGET_MASS_STORAGE +#define CONFIG_USBDOWNLOAD_GADGET +#define CONFIG_USB_GADGET_VBUS_DRAW 2 + +#define CONFIG_G_DNL_VENDOR_NUM 0x0525 +#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5 +#define CONFIG_G_DNL_MANUFACTURER "FSL" + #endif /* __MX6QSABRE_COMMON_CONFIG_H */

Add EXT4 support.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- Changes since v2: - Fix subject and commit log to only mention ext4 Changes since v1: - Newly introduced in this series
include/configs/mx6sabre_common.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 337b865..67d74d0 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -56,6 +56,8 @@ #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_CMD_EXT2 +#define CONFIG_CMD_EXT4 +#define CONFIG_CMD_EXT4_WRITE #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION

On Thu, Feb 26, 2015 at 4:58 PM, Fabio Estevam fabio.estevam@freescale.com wrote:
Add EXT4 support.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Acked-by: Otavio Salvador otavio@ossystems.com.br
And sorry for not notice the mistake in the commit log.

Hi Otavio,
On 02/26/2015 11:02 PM, Otavio Salvador wrote:
On Thu, Feb 26, 2015 at 4:58 PM, Fabio Estevam fabio.estevam@freescale.com wrote:
Add EXT4 support.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Acked-by: Otavio Salvador otavio@ossystems.com.br
And sorry for not notice the mistake in the commit log.
There's no reason for anyone to feel sorry. This is a team work and for me it's an honor to be able to help you guys in any possible way.
Regards, Nikolay

On Thu, Feb 26, 2015 at 9:19 PM, Nikolay Dimitrov picmaster@mail.bg wrote:
Hi Otavio,
On 02/26/2015 11:02 PM, Otavio Salvador wrote:
On Thu, Feb 26, 2015 at 4:58 PM, Fabio Estevam fabio.estevam@freescale.com wrote:
Add EXT4 support.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Acked-by: Otavio Salvador otavio@ossystems.com.br
And sorry for not notice the mistake in the commit log.
There's no reason for anyone to feel sorry. This is a team work and for me it's an honor to be able to help you guys in any possible way.
+1 :-)

On 26/02/2015 20:58, Fabio Estevam wrote:
Add EXT4 support.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot-imx, thanks !
Best regards, Stefano Babic

On 26/02/2015 20:58, Fabio Estevam wrote:
User Mass Storage is very useful for flashing the on-board eMMC.
Add support for it.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com Acked-by: Otavio Salvador otavio@ossystems.com.br
Applied to u-boot-imx, thanks !
Best regards, Stefano Babic
participants (4)
-
Fabio Estevam
-
Nikolay Dimitrov
-
Otavio Salvador
-
Stefano Babic