public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 1/2] mx6sabre: Enable User Mass Storage
@ 2015-02-26 19:58 Fabio Estevam
  2015-02-26 19:58 ` [U-Boot] [PATCH v3 2/2] mx6sabre: Select CMD_EXT4 options Fabio Estevam
  2015-03-02  9:47 ` [U-Boot] [PATCH v3 1/2] mx6sabre: Enable User Mass Storage Stefano Babic
  0 siblings, 2 replies; 7+ messages in thread
From: Fabio Estevam @ 2015-02-26 19:58 UTC (permalink / raw)
  To: u-boot

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 */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-03-02  9:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 19:58 [U-Boot] [PATCH v3 1/2] mx6sabre: Enable User Mass Storage Fabio Estevam
2015-02-26 19:58 ` [U-Boot] [PATCH v3 2/2] mx6sabre: Select CMD_EXT4 options Fabio Estevam
2015-02-26 21:02   ` Otavio Salvador
2015-02-27  0:19     ` Nikolay Dimitrov
2015-02-27  0:22       ` Otavio Salvador
2015-03-02  9:47   ` Stefano Babic
2015-03-02  9:47 ` [U-Boot] [PATCH v3 1/2] mx6sabre: Enable User Mass Storage Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox