All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg
@ 2011-07-12  0:16 Marek Vasut
  2011-07-12  0:16 ` [U-Boot] [PATCH 2/5] EfikaMX: Add missing CONFIG_SYS_TEXT_BASE Marek Vasut
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Marek Vasut @ 2011-07-12  0:16 UTC (permalink / raw)
  To: u-boot

From: Jana Rapava <fermata7@gmail.com>

Signed-off-by: Jana Rapava <fermata7@gmail.com>
---
 boards.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/boards.cfg b/boards.cfg
index e682f76..52f37f0 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -139,7 +139,7 @@ omap5912osk                  arm         arm926ejs   -                   ti
 edminiv2                     arm         arm926ejs   -                   LaCie          orion5x
 dkb			     arm         arm926ejs   -                   Marvell        pantheon
 ca9x4_ct_vxp                 arm         armv7       vexpress            armltd
-efikamx                      arm         armv7       efikamx             -              mx5		mx51evk:IMX_CONFIG=board/efikamx/imximage.cfg
+efikamx                      arm         armv7       efikamx             -              mx5		efikamx:IMX_CONFIG=board/efikamx/imximage.cfg
 mx51evk                      arm         armv7       mx51evk             freescale      mx5		mx51evk:IMX_CONFIG=board/freescale/mx51evk/imximage.cfg
 mx53ard                      arm         armv7       mx53ard             freescale      mx5		mx53ard:IMX_CONFIG=board/freescale/mx53ard/imximage_dd3.cfg
 mx53evk                      arm         armv7       mx53evk             freescale      mx5		mx53evk:IMX_CONFIG=board/freescale/mx53evk/imximage.cfg
-- 
1.7.5.3

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

* [U-Boot] [PATCH 2/5] EfikaMX: Add missing CONFIG_SYS_TEXT_BASE
  2011-07-12  0:16 [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Marek Vasut
@ 2011-07-12  0:16 ` Marek Vasut
  2011-07-13 13:47   ` Stefano Babic
  2011-07-12  0:16 ` [U-Boot] [PATCH 3/5] EfikaMX: Enable EXT2 booting Marek Vasut
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 15+ messages in thread
From: Marek Vasut @ 2011-07-12  0:16 UTC (permalink / raw)
  To: u-boot

From: Jana Rapava <fermata7@gmail.com>

Signed-off-by: Jana Rapava <fermata7@gmail.com>
---
 include/configs/efikamx.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h
index a04ac49..209d3e2 100644
--- a/include/configs/efikamx.h
+++ b/include/configs/efikamx.h
@@ -38,6 +38,8 @@
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 
+#define CONFIG_SYS_TEXT_BASE		0x97800000
+
 #define CONFIG_SYS_L2CACHE_OFF
 
 /*
-- 
1.7.5.3

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

* [U-Boot] [PATCH 3/5] EfikaMX: Enable EXT2 booting
  2011-07-12  0:16 [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Marek Vasut
  2011-07-12  0:16 ` [U-Boot] [PATCH 2/5] EfikaMX: Add missing CONFIG_SYS_TEXT_BASE Marek Vasut
@ 2011-07-12  0:16 ` Marek Vasut
  2011-07-13 13:47   ` Stefano Babic
  2011-07-12  0:16 ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() Marek Vasut
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 15+ messages in thread
From: Marek Vasut @ 2011-07-12  0:16 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
---
 include/configs/efikamx.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h
index 209d3e2..7d3363a 100644
--- a/include/configs/efikamx.h
+++ b/include/configs/efikamx.h
@@ -49,6 +49,7 @@
 #define CONFIG_CMD_SF
 #define CONFIG_CMD_MMC
 #define CONFIG_CMD_FAT
+#define CONFIG_CMD_EXT2
 #define CONFIG_CMD_IDE
 #undef CONFIG_CMD_IMLS
 
-- 
1.7.5.3

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

* [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
  2011-07-12  0:16 [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Marek Vasut
  2011-07-12  0:16 ` [U-Boot] [PATCH 2/5] EfikaMX: Add missing CONFIG_SYS_TEXT_BASE Marek Vasut
  2011-07-12  0:16 ` [U-Boot] [PATCH 3/5] EfikaMX: Enable EXT2 booting Marek Vasut
@ 2011-07-12  0:16 ` Marek Vasut
  2011-07-13 13:49   ` Stefano Babic
  2011-07-12  0:16 ` [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers Marek Vasut
  2011-07-13 13:47 ` [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Stefano Babic
  4 siblings, 1 reply; 15+ messages in thread
From: Marek Vasut @ 2011-07-12  0:16 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
---
 common/usb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/usb.c b/common/usb.c
index 4f7c520..8e84266 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -957,8 +957,8 @@ void usb_scan_devices(void)
 	/* insert "driver" if possible */
 #ifdef CONFIG_USB_KEYBOARD
 	drv_usb_kbd_init();
-	USB_PRINTF("scan end\n");
 #endif
+	USB_PRINTF("scan end\n");
 }
 
 
-- 
1.7.5.3

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

* [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
  2011-07-12  0:16 [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Marek Vasut
                   ` (2 preceding siblings ...)
  2011-07-12  0:16 ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() Marek Vasut
@ 2011-07-12  0:16 ` Marek Vasut
  2011-07-12 14:56   ` Sergei Shtylyov
  2011-08-08 19:46   ` Remy Bohmer
  2011-07-13 13:47 ` [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Stefano Babic
  4 siblings, 2 replies; 15+ messages in thread
From: Marek Vasut @ 2011-07-12  0:16 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
---
 common/usb.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common/usb.c b/common/usb.c
index 8e84266..a401c09 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -1166,6 +1166,7 @@ void usb_hub_port_connect_change(struct usb_device *dev, int port)
 
 	dev->children[port] = usb;
 	usb->parent = dev;
+	usb->portnr = port + 1;
 	/* Run it through the hoops (find a driver, etc) */
 	if (usb_new_device(usb)) {
 		/* Woops, disable the port */
-- 
1.7.5.3

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

* [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
  2011-07-12  0:16 ` [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers Marek Vasut
@ 2011-07-12 14:56   ` Sergei Shtylyov
  2011-07-12 15:09     ` Marek Vasut
  2011-08-08 19:46   ` Remy Bohmer
  1 sibling, 1 reply; 15+ messages in thread
From: Sergei Shtylyov @ 2011-07-12 14:56 UTC (permalink / raw)
  To: u-boot

Hello.

Marek Vasut wrote:

> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>

    Hm... but EHCI controllers only support high speed (USB 2.0) devices...
You need a companion controller (UHCI/OHCI) to support the full/low speed devices.

WBR, Sergei

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

* [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
  2011-07-12 14:56   ` Sergei Shtylyov
@ 2011-07-12 15:09     ` Marek Vasut
  0 siblings, 0 replies; 15+ messages in thread
From: Marek Vasut @ 2011-07-12 15:09 UTC (permalink / raw)
  To: u-boot

On Tuesday, July 12, 2011 04:56:23 PM Sergei Shtylyov wrote:
> Hello.
> 
> Marek Vasut wrote:
> > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> 
>     Hm... but EHCI controllers only support high speed (USB 2.0) devices...
> You need a companion controller (UHCI/OHCI) to support the full/low speed
> devices.

Hi,

I have the thing past a hub with TT. So it's not a problem.
> 
> WBR, Sergei

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

* [U-Boot] [PATCH 3/5] EfikaMX: Enable EXT2 booting
  2011-07-12  0:16 ` [U-Boot] [PATCH 3/5] EfikaMX: Enable EXT2 booting Marek Vasut
@ 2011-07-13 13:47   ` Stefano Babic
  0 siblings, 0 replies; 15+ messages in thread
From: Stefano Babic @ 2011-07-13 13:47 UTC (permalink / raw)
  To: u-boot

On 07/12/2011 02:16 AM, Marek Vasut wrote:
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> ---
>  include/configs/efikamx.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg
  2011-07-12  0:16 [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Marek Vasut
                   ` (3 preceding siblings ...)
  2011-07-12  0:16 ` [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers Marek Vasut
@ 2011-07-13 13:47 ` Stefano Babic
  4 siblings, 0 replies; 15+ messages in thread
From: Stefano Babic @ 2011-07-13 13:47 UTC (permalink / raw)
  To: u-boot

On 07/12/2011 02:16 AM, Marek Vasut wrote:
> From: Jana Rapava <fermata7@gmail.com>
> 
> Signed-off-by: Jana Rapava <fermata7@gmail.com>
> ---
>  boards.cfg |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [PATCH 2/5] EfikaMX: Add missing CONFIG_SYS_TEXT_BASE
  2011-07-12  0:16 ` [U-Boot] [PATCH 2/5] EfikaMX: Add missing CONFIG_SYS_TEXT_BASE Marek Vasut
@ 2011-07-13 13:47   ` Stefano Babic
  0 siblings, 0 replies; 15+ messages in thread
From: Stefano Babic @ 2011-07-13 13:47 UTC (permalink / raw)
  To: u-boot

On 07/12/2011 02:16 AM, Marek Vasut wrote:
> From: Jana Rapava <fermata7@gmail.com>
> 
> Signed-off-by: Jana Rapava <fermata7@gmail.com>
> ---
>  include/configs/efikamx.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
  2011-07-12  0:16 ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() Marek Vasut
@ 2011-07-13 13:49   ` Stefano Babic
  2011-07-13 21:23     ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices () Marek Vasut
  0 siblings, 1 reply; 15+ messages in thread
From: Stefano Babic @ 2011-07-13 13:49 UTC (permalink / raw)
  To: u-boot

On 07/12/2011 02:16 AM, Marek Vasut wrote:
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> ---
>  common/usb.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/common/usb.c b/common/usb.c
> index 4f7c520..8e84266 100644

Hi Marek,

this should be checked by the USB maintainer, also if it is part of the
Efikamx patchset - I set him in CC.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices ()
  2011-07-13 13:49   ` Stefano Babic
@ 2011-07-13 21:23     ` Marek Vasut
  2011-08-08 19:53       ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() Remy Bohmer
  0 siblings, 1 reply; 15+ messages in thread
From: Marek Vasut @ 2011-07-13 21:23 UTC (permalink / raw)
  To: u-boot

On Wednesday, July 13, 2011 03:49:00 PM Stefano Babic wrote:
> On 07/12/2011 02:16 AM, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> > ---
> > 
> >  common/usb.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/common/usb.c b/common/usb.c
> > index 4f7c520..8e84266 100644
> 
> Hi Marek,
> 
> this should be checked by the USB maintainer, also if it is part of the
> Efikamx patchset - I set him in CC.

Yea of course ... I sent this to Remy some time ago already, got no response so 
far ...
> 
> Best regards,
> Stefano Babic

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

* [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
  2011-07-12  0:16 ` [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers Marek Vasut
  2011-07-12 14:56   ` Sergei Shtylyov
@ 2011-08-08 19:46   ` Remy Bohmer
  1 sibling, 0 replies; 15+ messages in thread
From: Remy Bohmer @ 2011-08-08 19:46 UTC (permalink / raw)
  To: u-boot

Hi,

2011/7/12 Marek Vasut <marek.vasut@gmail.com>:
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> ---
> ?common/usb.c | ? ?1 +
> ?1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/common/usb.c b/common/usb.c
> index 8e84266..a401c09 100644
> --- a/common/usb.c
> +++ b/common/usb.c
> @@ -1166,6 +1166,7 @@ void usb_hub_port_connect_change(struct usb_device *dev, int port)
>
> ? ? ? ?dev->children[port] = usb;
> ? ? ? ?usb->parent = dev;
> + ? ? ? usb->portnr = port + 1;
> ? ? ? ?/* Run it through the hoops (find a driver, etc) */
> ? ? ? ?if (usb_new_device(usb)) {
> ? ? ? ? ? ? ? ?/* Woops, disable the port */
>

Applied to u-boot-usb. Thanks.

Kind regards,

Remy

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

* [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
  2011-07-13 21:23     ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices () Marek Vasut
@ 2011-08-08 19:53       ` Remy Bohmer
  2011-08-08 19:59         ` Remy Bohmer
  0 siblings, 1 reply; 15+ messages in thread
From: Remy Bohmer @ 2011-08-08 19:53 UTC (permalink / raw)
  To: u-boot

Hi,

2011/7/13 Marek Vasut <marek.vasut@gmail.com>:
> On Wednesday, July 13, 2011 03:49:00 PM Stefano Babic wrote:
>> On 07/12/2011 02:16 AM, Marek Vasut wrote:
>> > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
>> > ---
>> >
>> > ?common/usb.c | ? ?2 +-
>> > ?1 files changed, 1 insertions(+), 1 deletions(-)
>> >
>> > diff --git a/common/usb.c b/common/usb.c
>> > index 4f7c520..8e84266 100644
>>
>> Hi Marek,
>>
>> this should be checked by the USB maintainer, also if it is part of the
>> Efikamx patchset - I set him in CC.
>
> Yea of course ... I sent this to Remy some time ago already, got no response so
> far ...

Hey.. It is a holiday season... ;-)

Acked-by: Remy Bohmer <linux@bohmer.net>
(It can go with the rest of the series)

Kind regards,

Remy

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

* [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
  2011-08-08 19:53       ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() Remy Bohmer
@ 2011-08-08 19:59         ` Remy Bohmer
  0 siblings, 0 replies; 15+ messages in thread
From: Remy Bohmer @ 2011-08-08 19:59 UTC (permalink / raw)
  To: u-boot

Hi,

>> Yea of course ... I sent this to Remy some time ago already, got no response so
>> far ...
>
> Hey.. It is a holiday season... ;-)
>
> Acked-by: Remy Bohmer <linux@bohmer.net>
> (It can go with the rest of the series)

Seems that it time to go again on a next vacation...
I just pulled in 5/5 of this series, so I can pull this one in myself
as well ;-)

Applied to u-boot-usb. Thanks.

Remy

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

end of thread, other threads:[~2011-08-08 19:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12  0:16 [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Marek Vasut
2011-07-12  0:16 ` [U-Boot] [PATCH 2/5] EfikaMX: Add missing CONFIG_SYS_TEXT_BASE Marek Vasut
2011-07-13 13:47   ` Stefano Babic
2011-07-12  0:16 ` [U-Boot] [PATCH 3/5] EfikaMX: Enable EXT2 booting Marek Vasut
2011-07-13 13:47   ` Stefano Babic
2011-07-12  0:16 ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() Marek Vasut
2011-07-13 13:49   ` Stefano Babic
2011-07-13 21:23     ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices () Marek Vasut
2011-08-08 19:53       ` [U-Boot] [PATCH 4/5] USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() Remy Bohmer
2011-08-08 19:59         ` Remy Bohmer
2011-07-12  0:16 ` [U-Boot] [PATCH 5/5] USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers Marek Vasut
2011-07-12 14:56   ` Sergei Shtylyov
2011-07-12 15:09     ` Marek Vasut
2011-08-08 19:46   ` Remy Bohmer
2011-07-13 13:47 ` [U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.