public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board
@ 2012-04-01 15:29 Jens Scharsig
  2012-04-01 16:14 ` Marek Vasut
  2012-04-21 15:13 ` Wolfgang Denk
  0 siblings, 2 replies; 8+ messages in thread
From: Jens Scharsig @ 2012-04-01 15:29 UTC (permalink / raw)
  To: u-boot

* add USB host support to eb_cpux9k2 board

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---
 include/configs/eb_cpux9k2.h |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index 9046cf0..eb05e2a 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -139,6 +139,8 @@
 #define CONFIG_CMD_PING
 #define CONFIG_I2C_CMD_NO_FLAT
 #define CONFIG_I2C_CMD_TREE
+#define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
 
 #define CONFIG_SYS_LONGHELP
 
@@ -169,6 +171,18 @@
 /*
  * Hardware drivers
  */
+#define CONFIG_USB_ATMEL
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_AT91C_PQFP_UHPBUG
+#define CONFIG_USB_STORAGE
+#define CONFIG_DOS_PARTITION
+#define CONFIG_ISO_PARTITION
+#define CONFIG_EFI_PARTITION
+
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
+#define CONFIG_SYS_USB_OHCI_CPU_INIT
+#define CONFIG_SYS_USB_OHCI_REGS_BASE		0x00300000
+#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
 
 /*
  * UART/CONSOLE
-- 
1.7.7

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

* [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board
  2012-04-01 15:29 [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board Jens Scharsig
@ 2012-04-01 16:14 ` Marek Vasut
  2012-04-02  6:20   ` esw at bus-elektronik.de
  2012-04-21 15:13 ` Wolfgang Denk
  1 sibling, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2012-04-01 16:14 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig,

> * add USB host support to eb_cpux9k2 board

Did you test this too?

CCing Albert, Albert do you want me to push this through staging or you'll pick 
this?

> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
> ---
>  include/configs/eb_cpux9k2.h |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
> index 9046cf0..eb05e2a 100644
> --- a/include/configs/eb_cpux9k2.h
> +++ b/include/configs/eb_cpux9k2.h
> @@ -139,6 +139,8 @@
>  #define CONFIG_CMD_PING
>  #define CONFIG_I2C_CMD_NO_FLAT
>  #define CONFIG_I2C_CMD_TREE
> +#define CONFIG_CMD_USB
> +#define CONFIG_CMD_FAT
> 
>  #define CONFIG_SYS_LONGHELP
> 
> @@ -169,6 +171,18 @@
>  /*
>   * Hardware drivers
>   */
> +#define CONFIG_USB_ATMEL
> +#define CONFIG_USB_OHCI_NEW
> +#define CONFIG_AT91C_PQFP_UHPBUG
> +#define CONFIG_USB_STORAGE
> +#define CONFIG_DOS_PARTITION
> +#define CONFIG_ISO_PARTITION
> +#define CONFIG_EFI_PARTITION
> +
> +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
> +#define CONFIG_SYS_USB_OHCI_CPU_INIT
> +#define CONFIG_SYS_USB_OHCI_REGS_BASE		0x00300000
> +#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
> 
>  /*
>   * UART/CONSOLE

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board
  2012-04-01 16:14 ` Marek Vasut
@ 2012-04-02  6:20   ` esw at bus-elektronik.de
  2012-04-02 13:57     ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: esw at bus-elektronik.de @ 2012-04-02  6:20 UTC (permalink / raw)
  To: u-boot

Am 2012-04-01 18:14, schrieb Marek Vasut:
> Dear Jens Scharsig,
> 
>> * add USB host support to eb_cpux9k2 board
> 
> Did you test this too?

Of course, I've test this with/against current RC1.

> 
> CCing Albert, Albert do you want me to push this through staging or you'll pick 
> this?
> 
>> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
>> ---
>>  include/configs/eb_cpux9k2.h |   14 ++++++++++++++
>>  1 files changed, 14 insertions(+), 0 deletions(-)
>>
>> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
>> index 9046cf0..eb05e2a 100644
>> --- a/include/configs/eb_cpux9k2.h
>> +++ b/include/configs/eb_cpux9k2.h
>> @@ -139,6 +139,8 @@
>>  #define CONFIG_CMD_PING
>>  #define CONFIG_I2C_CMD_NO_FLAT
>>  #define CONFIG_I2C_CMD_TREE
>> +#define CONFIG_CMD_USB
>> +#define CONFIG_CMD_FAT
>>
>>  #define CONFIG_SYS_LONGHELP
>>
>> @@ -169,6 +171,18 @@
>>  /*
>>   * Hardware drivers
>>   */
>> +#define CONFIG_USB_ATMEL
>> +#define CONFIG_USB_OHCI_NEW
>> +#define CONFIG_AT91C_PQFP_UHPBUG
>> +#define CONFIG_USB_STORAGE
>> +#define CONFIG_DOS_PARTITION
>> +#define CONFIG_ISO_PARTITION
>> +#define CONFIG_EFI_PARTITION
>> +
>> +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
>> +#define CONFIG_SYS_USB_OHCI_CPU_INIT
>> +#define CONFIG_SYS_USB_OHCI_REGS_BASE		0x00300000
>> +#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
>>
>>  /*
>>   * UART/CONSOLE
> 
> Best regards,
> Marek Vasut

Tested-by: Jens Scharsig <js_at_ng@scharsoft.de>


Best regards

Jens Scharsig

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

* [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board
  2012-04-02  6:20   ` esw at bus-elektronik.de
@ 2012-04-02 13:57     ` Marek Vasut
  2012-04-06  8:55       ` Jens Scharsig
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2012-04-02 13:57 UTC (permalink / raw)
  To: u-boot

Dear esw at bus-elektronik.de,

> Am 2012-04-01 18:14, schrieb Marek Vasut:
> > Dear Jens Scharsig,
> > 
> >> * add USB host support to eb_cpux9k2 board
> > 
> > Did you test this too?
> 
> Of course, I've test this with/against current RC1.

Ok, I can pick this up and push through my staging ... or does Albert want to 
pick it directly via -arm (which would be better)?

> > CCing Albert, Albert do you want me to push this through staging or
> > you'll pick this?
> > 
> >> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
> >> ---
> >> 
> >>  include/configs/eb_cpux9k2.h |   14 ++++++++++++++
> >>  1 files changed, 14 insertions(+), 0 deletions(-)
> >> 
> >> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
> >> index 9046cf0..eb05e2a 100644
> >> --- a/include/configs/eb_cpux9k2.h
> >> +++ b/include/configs/eb_cpux9k2.h
> >> @@ -139,6 +139,8 @@
> >> 
> >>  #define CONFIG_CMD_PING
> >>  #define CONFIG_I2C_CMD_NO_FLAT
> >>  #define CONFIG_I2C_CMD_TREE
> >> 
> >> +#define CONFIG_CMD_USB
> >> +#define CONFIG_CMD_FAT
> >> 
> >>  #define CONFIG_SYS_LONGHELP
> >> 
> >> @@ -169,6 +171,18 @@
> >> 
> >>  /*
> >>  
> >>   * Hardware drivers
> >>   */
> >> 
> >> +#define CONFIG_USB_ATMEL
> >> +#define CONFIG_USB_OHCI_NEW
> >> +#define CONFIG_AT91C_PQFP_UHPBUG
> >> +#define CONFIG_USB_STORAGE
> >> +#define CONFIG_DOS_PARTITION
> >> +#define CONFIG_ISO_PARTITION
> >> +#define CONFIG_EFI_PARTITION
> >> +
> >> +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
> >> +#define CONFIG_SYS_USB_OHCI_CPU_INIT
> >> +#define CONFIG_SYS_USB_OHCI_REGS_BASE		0x00300000
> >> +#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
> >> 
> >>  /*
> >>  
> >>   * UART/CONSOLE
> > 
> > Best regards,
> > Marek Vasut
> 
> Tested-by: Jens Scharsig <js_at_ng@scharsoft.de>
> 
> 
> Best regards
> 
> Jens Scharsig
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board
  2012-04-02 13:57     ` Marek Vasut
@ 2012-04-06  8:55       ` Jens Scharsig
  2012-04-06 14:05         ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Scharsig @ 2012-04-06  8:55 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,
> Dear esw at bus-elektronik.de,
>
>> Am 2012-04-01 18:14, schrieb Marek Vasut:
>>> Dear Jens Scharsig,
>>>
>>>> * add USB host support to eb_cpux9k2 board
>>>
>>> Did you test this too?
>>
>> Of course, I've test this with/against current RC1.
>
> Ok, I can pick this up and push through my staging ... or does Albert want to
> pick it directly via -arm (which would be better)?

I don't know which is better. You are the custodians.
Albert what is your opinion ?

>
>>> CCing Albert, Albert do you want me to push this through staging or
>>> you'll pick this?
>>>
>>>> Signed-off-by: Jens Scharsig<js_at_ng@scharsoft.de>
>>>> ---
>>>>
>>>>   include/configs/eb_cpux9k2.h |   14 ++++++++++++++
>>>>   1 files changed, 14 insertions(+), 0 deletions(-)
>>>>
>>>> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
>>>> index 9046cf0..eb05e2a 100644
>>>> --- a/include/configs/eb_cpux9k2.h
>>>> +++ b/include/configs/eb_cpux9k2.h
>>>> @@ -139,6 +139,8 @@
>>>>
>>>>   #define CONFIG_CMD_PING
>>>>   #define CONFIG_I2C_CMD_NO_FLAT
>>>>   #define CONFIG_I2C_CMD_TREE
>>>>
>>>> +#define CONFIG_CMD_USB
>>>> +#define CONFIG_CMD_FAT
>>>>
>>>>   #define CONFIG_SYS_LONGHELP
>>>>
>>>> @@ -169,6 +171,18 @@
>>>>
>>>>   /*
>>>>
>>>>    * Hardware drivers
>>>>    */
>>>>
>>>> +#define CONFIG_USB_ATMEL
>>>> +#define CONFIG_USB_OHCI_NEW
>>>> +#define CONFIG_AT91C_PQFP_UHPBUG
>>>> +#define CONFIG_USB_STORAGE
>>>> +#define CONFIG_DOS_PARTITION
>>>> +#define CONFIG_ISO_PARTITION
>>>> +#define CONFIG_EFI_PARTITION
>>>> +
>>>> +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
>>>> +#define CONFIG_SYS_USB_OHCI_CPU_INIT
>>>> +#define CONFIG_SYS_USB_OHCI_REGS_BASE		0x00300000
>>>> +#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
>>>>
>>>>   /*
>>>>
>>>>    * UART/CONSOLE
>>>
>>> Best regards,
>>> Marek Vasut
>>
>> Tested-by: Jens Scharsig<js_at_ng@scharsoft.de>
>>
>>
>> Best regards
>>
>> Jens Scharsig
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>
> Best regards,
> Marek Vasut

Best regards

Jens Scharsig

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

* [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board
  2012-04-06  8:55       ` Jens Scharsig
@ 2012-04-06 14:05         ` Marek Vasut
  2012-04-07 10:05           ` Jens Scharsig
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2012-04-06 14:05 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig,

> Dear Marek Vasut,
> 
> > Dear esw at bus-elektronik.de,
> > 
> >> Am 2012-04-01 18:14, schrieb Marek Vasut:
> >>> Dear Jens Scharsig,
> >>> 
> >>>> * add USB host support to eb_cpux9k2 board
> >>> 
> >>> Did you test this too?
> >> 
> >> Of course, I've test this with/against current RC1.
> > 
> > Ok, I can pick this up and push through my staging ... or does Albert
> > want to pick it directly via -arm (which would be better)?
> 
> I don't know which is better. You are the custodians.

Bah wah wah ... yes, we are the allmightly :-D Anyway, would you be too unhappy 
if we put this into next release? Since I just submitted my pullrq for -RC1 and 
I won't be too happy to push this into -RC2, it's way too far past merge window.

> Albert what is your opinion ?
> 
> >>> CCing Albert, Albert do you want me to push this through staging or
> >>> you'll pick this?
> >>> 

Best regards,
Marek Vasut

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

* [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board
  2012-04-06 14:05         ` Marek Vasut
@ 2012-04-07 10:05           ` Jens Scharsig
  0 siblings, 0 replies; 8+ messages in thread
From: Jens Scharsig @ 2012-04-07 10:05 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

>>
>>> Dear esw at bus-elektronik.de,
>>>
>>>> Am 2012-04-01 18:14, schrieb Marek Vasut:
>>>>> Dear Jens Scharsig,
>>>>>
>>>>>> * add USB host support to eb_cpux9k2 board
>>>>>
>>>>> Did you test this too?
>>>>
>>>> Of course, I've test this with/against current RC1.
>>>
>>> Ok, I can pick this up and push through my staging ... or does Albert
>>> want to pick it directly via -arm (which would be better)?
>>
>> I don't know which is better. You are the custodians.
>
> Bah wah wah ... yes, we are the allmightly :-D Anyway, would you be too unhappy
> if we put this into next release? Since I just submitted my pullrq for -RC1 and
LOL

I have no problems to wait for next Release. I think you mean 2012.06.
The patch have has first anniversary in soon. I would happy, if it gives not a second anniversary ;-)

Best regards

Jens Scharsig

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

* [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board
  2012-04-01 15:29 [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board Jens Scharsig
  2012-04-01 16:14 ` Marek Vasut
@ 2012-04-21 15:13 ` Wolfgang Denk
  1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2012-04-21 15:13 UTC (permalink / raw)
  To: u-boot

Dear Jens Scharsig,

In message <1333294142-7433-1-git-send-email-js_at_ng@scharsoft.de> you wrote:
> * add USB host support to eb_cpux9k2 board
> 
> Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
> ---
>  include/configs/eb_cpux9k2.h |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
All he had was nothing, but that was something, and now it  had  been
taken away.                             - Terry Pratchett, _Sourcery_

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

end of thread, other threads:[~2012-04-21 15:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-01 15:29 [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board Jens Scharsig
2012-04-01 16:14 ` Marek Vasut
2012-04-02  6:20   ` esw at bus-elektronik.de
2012-04-02 13:57     ` Marek Vasut
2012-04-06  8:55       ` Jens Scharsig
2012-04-06 14:05         ` Marek Vasut
2012-04-07 10:05           ` Jens Scharsig
2012-04-21 15:13 ` Wolfgang Denk

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