[U-Boot] [PATCH 1/5] EfikaMX: Use correct imximage.cfg

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

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

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

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

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

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"); }

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

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

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

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

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

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

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

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

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
participants (4)
-
Marek Vasut
-
Remy Bohmer
-
Sergei Shtylyov
-
Stefano Babic