diff mbox

[U-Boot,1/3] arm: mx6: tqma6: Fix USB and add other filesystems

Message ID 1426163671-23297-1-git-send-email-sr@denx.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Stefan Roese March 12, 2015, 12:34 p.m. UTC
This patch fixes the USB EHCI support on the TQMa6 SoM. Additionally
some filesystems are added, included the generic FS commands (e.g.
ls...).

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Markus Niebel <Markus.Niebel@tq-group.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/tqma6.h | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

Markus Niebel March 12, 2015, 2:09 p.m. UTC | #1
Am 12.03.2015 um 13:34 schrieb Stefan Roese:
> This patch fixes the USB EHCI support on the TQMa6 SoM. Additionally
> some filesystems are added, included the generic FS commands (e.g.
> ls...).
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  include/configs/tqma6.h | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h
> index a099687..9022550 100644
> --- a/include/configs/tqma6.h
> +++ b/include/configs/tqma6.h
> @@ -125,16 +125,19 @@
>  #define CONFIG_USB_STORAGE
>  #define CONFIG_USB_HOST_ETHER
>  #define CONFIG_USB_ETHER_SMSC95XX
> -#define CONFIG_MXC_USB_PORT	1
>  #define CONFIG_MXC_USB_PORTSC	(PORT_PTS_UTMI | PORT_PTS_PTW)
> -#define CONFIG_MXC_USB_FLAGS	0
> +#define CONFIG_USB_MAX_CONTROLLER_COUNT	2
> +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET	/* For OTG port */
>  
>  /* Fuses */
>  #define CONFIG_MXC_OCOTP
>  #define CONFIG_CMD_FUSE
>  
>  #define CONFIG_CMD_EXT2
> +#define CONFIG_CMD_EXT4
> +#define CONFIG_CMD_EXT4_WRITE
>  #define CONFIG_CMD_FAT
> +#define CONFIG_CMD_FS_GENERIC
>  #define CONFIG_DOS_PARTITION
>  
>  #define CONFIG_CMD_PING
> 
Acked-By: Markus Niebel <Markus.Niebel@tq-group.com>
Stefan Roese May 5, 2015, 9:36 a.m. UTC | #2
Hi Stefano,

On 12.03.2015 13:34, Stefan Roese wrote:
> This patch fixes the USB EHCI support on the TQMa6 SoM. Additionally
> some filesystems are added, included the generic FS commands (e.g.
> ls...).
>
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>   include/configs/tqma6.h | 7 +++++--
>   1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h
> index a099687..9022550 100644
> --- a/include/configs/tqma6.h
> +++ b/include/configs/tqma6.h
> @@ -125,16 +125,19 @@
>   #define CONFIG_USB_STORAGE
>   #define CONFIG_USB_HOST_ETHER
>   #define CONFIG_USB_ETHER_SMSC95XX
> -#define CONFIG_MXC_USB_PORT	1
>   #define CONFIG_MXC_USB_PORTSC	(PORT_PTS_UTMI | PORT_PTS_PTW)
> -#define CONFIG_MXC_USB_FLAGS	0
> +#define CONFIG_USB_MAX_CONTROLLER_COUNT	2
> +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET	/* For OTG port */
>
>   /* Fuses */
>   #define CONFIG_MXC_OCOTP
>   #define CONFIG_CMD_FUSE
>
>   #define CONFIG_CMD_EXT2
> +#define CONFIG_CMD_EXT4
> +#define CONFIG_CMD_EXT4_WRITE
>   #define CONFIG_CMD_FAT
> +#define CONFIG_CMD_FS_GENERIC
>   #define CONFIG_DOS_PARTITION
>
>   #define CONFIG_CMD_PING

Ping on this patch. Markus has Ack'ed it. Could you please push it to Tom?

Thanks,
Stefan
Stefano Babic May 5, 2015, 9:59 a.m. UTC | #3
On 05/05/2015 11:36, Stefan Roese wrote:
> Hi Stefano,
> 
> On 12.03.2015 13:34, Stefan Roese wrote:
>> This patch fixes the USB EHCI support on the TQMa6 SoM. Additionally
>> some filesystems are added, included the generic FS commands (e.g.
>> ls...).
>>
>> Signed-off-by: Stefan Roese <sr@denx.de>
>> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
>> Cc: Stefano Babic <sbabic@denx.de>
>> ---
>>   include/configs/tqma6.h | 7 +++++--
>>   1 file changed, 5 insertions(+), 2 deletions(-)
>>
>> diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h
>> index a099687..9022550 100644
>> --- a/include/configs/tqma6.h
>> +++ b/include/configs/tqma6.h
>> @@ -125,16 +125,19 @@
>>   #define CONFIG_USB_STORAGE
>>   #define CONFIG_USB_HOST_ETHER
>>   #define CONFIG_USB_ETHER_SMSC95XX
>> -#define CONFIG_MXC_USB_PORT    1
>>   #define CONFIG_MXC_USB_PORTSC    (PORT_PTS_UTMI | PORT_PTS_PTW)
>> -#define CONFIG_MXC_USB_FLAGS    0
>> +#define CONFIG_USB_MAX_CONTROLLER_COUNT    2
>> +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET    /* For OTG port */
>>
>>   /* Fuses */
>>   #define CONFIG_MXC_OCOTP
>>   #define CONFIG_CMD_FUSE
>>
>>   #define CONFIG_CMD_EXT2
>> +#define CONFIG_CMD_EXT4
>> +#define CONFIG_CMD_EXT4_WRITE
>>   #define CONFIG_CMD_FAT
>> +#define CONFIG_CMD_FS_GENERIC
>>   #define CONFIG_DOS_PARTITION
>>
>>   #define CONFIG_CMD_PING
> 
> Ping on this patch. Markus has Ack'ed it. Could you please push it to Tom?
> 

Sorry, I confuse these ones with the patches to split tqma code and I
was convinced I have already applied. I'll do it.

Best regards,
Stefano
Stefano Babic May 5, 2015, 3:16 p.m. UTC | #4
On 12/03/2015 13:34, Stefan Roese wrote:
> This patch fixes the USB EHCI support on the TQMa6 SoM. Additionally
> some filesystems are added, included the generic FS commands (e.g.
> ls...).
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Markus Niebel <Markus.Niebel@tq-group.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h
index a099687..9022550 100644
--- a/include/configs/tqma6.h
+++ b/include/configs/tqma6.h
@@ -125,16 +125,19 @@ 
 #define CONFIG_USB_STORAGE
 #define CONFIG_USB_HOST_ETHER
 #define CONFIG_USB_ETHER_SMSC95XX
-#define CONFIG_MXC_USB_PORT	1
 #define CONFIG_MXC_USB_PORTSC	(PORT_PTS_UTMI | PORT_PTS_PTW)
-#define CONFIG_MXC_USB_FLAGS	0
+#define CONFIG_USB_MAX_CONTROLLER_COUNT	2
+#define CONFIG_EHCI_HCD_INIT_AFTER_RESET	/* For OTG port */
 
 /* Fuses */
 #define CONFIG_MXC_OCOTP
 #define CONFIG_CMD_FUSE
 
 #define CONFIG_CMD_EXT2
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_EXT4_WRITE
 #define CONFIG_CMD_FAT
+#define CONFIG_CMD_FS_GENERIC
 #define CONFIG_DOS_PARTITION
 
 #define CONFIG_CMD_PING