Hello Stephen,
Am 01.08.2013 22:32, schrieb Stephen Warren:
On 08/01/2013 12:02 AM, Heiko Schocher wrote:
Am 01.08.2013 07:39, schrieb Stephen Warren:
On 07/31/2013 10:32 PM, Heiko Schocher wrote:
Am 31.07.2013 21:31, schrieb Stephen Warren:
On 07/30/2013 11:46 PM, Heiko Schocher wrote:
...
Hi all,
While testing Troy's usbnet patches, I was reminded of
this mysterious warning issued when the environment has
no mac address stored, but the device provides one:
printf("\nWarning: %s using MAC address from net device\n",
dev->name);
Why is this a warnin
Since we flush the TD, we may as well set it to a known value.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 82df9ab..4876894 100644
--- a/drivers/usb/gadget/mv_udc.c
+
Signed-off-by: Troy Kisky
---
I don't know if this is needed, but it doesn't hurt.
---
drivers/usb/gadget/mv_udc.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 359b8e1..26f193d 100644
--- a/drivers/usb/gadget/mv_u
The hcor for i.MX6 is 02184340
and the udc should be 02184140
Signed-off-by: Troy Kisky
---
I don't know if this is a correct fix, please check carefully.
---
drivers/usb/gadget/mv_udc.c | 28 +++-
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/drivers/us
This controller support full and high speed.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 3ad51b7..fcfbfa3 100644
--- a/drivers/usb/gadget/mv_udc.c
+++ b/drivers/usb/g
set wMaxPacketSize for full speed descriptors
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/ether.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
index 579893c..f583c6e 100644
--- a/drivers/usb/gadget/ether.c
+++ b/drivers/usb/ga
sys_proto uses mxs_register_32 so
include
like arch-mx6/sys_proto.h does.
This prevents warnings when building m28evk after
the next patch in the series.
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mxs/sys_proto.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/incl
Make sure the transfer descriptor is flushed
before the queue is updated so that the controller
will not see old information.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/u
Move defines only needed by mv_udc.c to a file
in the same directory.
This allows usbtty to compile for mv_udc,
but it still doesn't link.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 6 +++
drivers/usb/gadget/mv_udc.h | 115 ++
include/u
Move common defintions to udc.h
Signed-off-by: Troy Kisky
---
drivers/serial/usbtty.h | 3 +-
drivers/usb/gadget/designware_udc.c | 1 +
drivers/usb/gadget/mpc8xx_udc.c | 1 +
drivers/usb/gadget/omap1510_udc.c | 1 +
drivers/usb/gadget/pxa27x_udc.c | 1 +
drivers/usb/m
desc is set at ep_enable, so for symmetry,
clear it at ep_disable.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 4876894..74fa065 100644
--- a/drivers/usb/gadget/mv_
Only perform one copy, either in the bounce
routine for IN transfers, or the debounce
rtn for OUT transfer.
On out transfers, only copy the number
of bytes received from the bounce buffer
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 37 -
1 fil
Set maximum packet length in queue header to wMaxPacketSize
of endpoint.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 48 -
1 file changed, 34 insertions(+), 14 deletions(-)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/
Signed-off-by: Troy Kisky
---
board/boundary/nitrogen6x/nitrogen6x.c | 16
1 file changed, 16 insertions(+)
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c
b/board/boundary/nitrogen6x/nitrogen6x.c
index 1a29b6f..eedcd77 100644
--- a/board/boundary/nitrogen6x/nitrogen6x.c
++
Signed-off-by: Troy Kisky
---
include/configs/nitrogen6x.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 4242414..ce43b62 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -30,6 +30,12 @@
Only get head if not ep0.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 2bf4bc0..82df9ab 100644
--- a/drivers/usb/gadget/mv_udc.c
+++ b/drivers/usb/
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mx6/iomux.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/include/asm/arch-mx6/iomux.h
b/arch/arm/include/asm/arch-mx6/iomux.h
index f4cfd4f..9e6d40f 100644
--- a/arch/arm/include/asm/arch-mx6/iomux.h
+++ b/arch/arm/inc
Change 'nfo=' to 'info='
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 0ff2e5e..3ad51b7 100644
--- a/drivers/usb/gadget/mv_udc.c
+++ b/drivers/usb/g
This prevents a crash if tftpboot is given a bad filename.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/ether.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
index f583c6e..fe73c7b 100644
--- a/drivers/usb/gadget/ether.c
+++ b/d
Add functions for use with mx6 soc
void otg_enable(void);
void reset_usb_phy1(void);
Signed-off-by: Troy Kisky
---
arch/arm/cpu/armv7/mx6/soc.c | 47 +++
arch/arm/include/asm/arch-mx6/crm_regs.h | 3 ++
arch/arm/include/asm/arch-mx6/imx-regs.h | 17 ++
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/config.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c
index f563afe..014a679 100644
--- a/drivers/usb/gadget/config.c
+++ b/drivers/usb/gadget/config.c
@@ -10,6
Hi Marek, Stefano
This series is based on u-boot-usb/master branch.
After this series, nitrogen6x works with tftpboot to transfer
files over usb.
V2 was dropped to my bad posting of it and should be ignored.
This V3 is a rebase and most patches had to be changed slightly.
I also ran a ./MAKEALL
Dear Troy Kisky,
> On 8/1/2013 3:55 PM, Marek Vasut wrote:
> > Dear Troy Kisky,
> >
> >> On 8/1/2013 3:18 PM, Troy Kisky wrote:
> >>> Signed-off-by: Troy Kisky
> >>> ---
> >>>
> >>>drivers/usb/gadget/config.c | 6 --
> >>>1 file changed, 4 insertions(+), 2 deletions(-)
> >>>
> >>> d
On 8/1/2013 3:55 PM, Marek Vasut wrote:
Dear Troy Kisky,
On 8/1/2013 3:18 PM, Troy Kisky wrote:
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/config.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c
i
Dear Troy Kisky,
> On 8/1/2013 3:18 PM, Troy Kisky wrote:
> > Signed-off-by: Troy Kisky
> > ---
> >
> > drivers/usb/gadget/config.c | 6 --
> > 1 file changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c
> > index f563afe
On 8/1/2013 3:18 PM, Troy Kisky wrote:
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/config.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c
index f563afe..014a679 100644
--- a/drivers/usb/gadget/config.c
On 8/1/2013 3:18 PM, Troy Kisky wrote:
sys_proto uses mxs_register_32 so
include
like arch-mx6/sys_proto.h does.
This prevents warnings when building m28evk after
the next patch in the series.
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mxs/sys_proto.h | 2 ++
1 file changed,
On 8/1/2013 3:18 PM, Troy Kisky wrote:
Signed-off-by: Troy Kisky
---
include/configs/nitrogen6x.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 4242414..ce43b62 100644
--- a/include/configs/nitrogen6x.h
+++ b/includ
Sorry folks, I forgot to delete old patches when I rebased to put
Stefano patches together, please ignore this one.
Troy
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Move common defintions to udc.h
Signed-off-by: Troy Kisky
---
drivers/serial/usbtty.h | 3 +-
drivers/usb/gadget/designware_udc.c | 1 +
drivers/usb/gadget/mpc8xx_udc.c | 1 +
drivers/usb/gadget/omap1510_udc.c | 1 +
drivers/usb/gadget/pxa27x_udc.c | 1 +
drivers/usb/m
Change 'nfo=' to 'info='
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 0ff2e5e..3ad51b7 100644
--- a/drivers/usb/gadget/mv_udc.c
+++ b/drivers/usb/g
Move defines only needed by mv_udc.c to a file
in the same directory.
This allows usbtty to compile for mv_udc,
but it still doesn't link.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 6 +++
drivers/usb/gadget/mv_udc.h | 115 ++
include/u
This controller support full and high speed.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 3ad51b7..fcfbfa3 100644
--- a/drivers/usb/gadget/mv_udc.c
+++ b/drivers/usb/g
This prevents a crash if tftpboot is given a bad filename.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/ether.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
index f583c6e..fe73c7b 100644
--- a/drivers/usb/gadget/ether.c
+++ b/d
desc is set at ep_enable, so for symmetry,
clear it at ep_disable.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 4876894..74fa065 100644
--- a/drivers/usb/gadget/mv_
Signed-off-by: Troy Kisky
---
I don't know if this is needed, but it doesn't hurt.
---
drivers/usb/gadget/mv_udc.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 359b8e1..26f193d 100644
--- a/drivers/usb/gadget/mv_u
Since we flush the TD, we may as well set it to a known value.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 82df9ab..4876894 100644
--- a/drivers/usb/gadget/mv_udc.c
+
set wMaxPacketSize for full speed descriptors
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/ether.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
index 579893c..f583c6e 100644
--- a/drivers/usb/gadget/ether.c
+++ b/drivers/usb/ga
Only perform one copy, either in the bounce
routine for IN transfers, or the debounce
rtn for OUT transfer.
On out transfers, only copy the number
of bytes received from the bounce buffer
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 37 -
1 fil
Set maximum packet length in queue header to wMaxPacketSize
of endpoint.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 48 -
1 file changed, 34 insertions(+), 14 deletions(-)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/config.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c
index f563afe..014a679 100644
--- a/drivers/usb/gadget/config.c
+++ b/drivers/usb/gadget/config.c
@@ -10,6
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mx6/iomux.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/include/asm/arch-mx6/iomux.h
b/arch/arm/include/asm/arch-mx6/iomux.h
index f4cfd4f..9e6d40f 100644
--- a/arch/arm/include/asm/arch-mx6/iomux.h
+++ b/arch/arm/inc
sys_proto uses mxs_register_32 so
include
like arch-mx6/sys_proto.h does.
This prevents warnings when building m28evk after
the next patch in the series.
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mxs/sys_proto.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/incl
Hi Marek, Stefano
This series is based on u-boot-usb/master branch.
After this series, nitrogen6x works with tftpboot to transfer
files over usb.
This V2 is a rebase and most patches had to be changed slightly.
I also ran a ./MAKEALL -a arm and fixed the errors that the V1
series had.
The most
Only get head if not ep0.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 2bf4bc0..82df9ab 100644
--- a/drivers/usb/gadget/mv_udc.c
+++ b/drivers/usb/
The hcor for i.MX6 is 02184340
and the udc should be 02184140
Signed-off-by: Troy Kisky
---
I don't know if this is a correct fix, please check carefully.
---
drivers/usb/gadget/mv_udc.c | 28 +++-
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/drivers/us
sys_proto uses mxs_register_32 so
include
like arch-mx6/sys_proto.h does.
This prevents warnings when building m28evk after
the next patch in the series.
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mxs/sys_proto.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/incl
Make sure the transfer descriptor is flushed
before the queue is updated so that the controller
will not see old information.
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/mv_udc.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/u
Signed-off-by: Troy Kisky
---
include/configs/nitrogen6x.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 4242414..ce43b62 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -30,6 +30,12 @@
Signed-off-by: Troy Kisky
---
include/configs/nitrogen6x.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 4242414..ce43b62 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -30,6 +30,12 @@
Signed-off-by: Troy Kisky
---
board/boundary/nitrogen6x/nitrogen6x.c | 16
1 file changed, 16 insertions(+)
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c
b/board/boundary/nitrogen6x/nitrogen6x.c
index 1a29b6f..eedcd77 100644
--- a/board/boundary/nitrogen6x/nitrogen6x.c
++
The hcor for i.MX6 is 02184340
and the udc should be 02184140
Signed-off-by: Troy Kisky
---
I don't know if this is a correct fix, please check carefully.
---
drivers/usb/gadget/mv_udc.c | 28 +++-
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/drivers/us
Add functions for use with mx6 soc
void otg_enable(void);
void reset_usb_phy1(void);
Signed-off-by: Troy Kisky
---
arch/arm/cpu/armv7/mx6/soc.c | 47 +++
arch/arm/include/asm/arch-mx6/crm_regs.h | 3 ++
arch/arm/include/asm/arch-mx6/imx-regs.h | 17 ++
Signed-off-by: Troy Kisky
---
drivers/usb/gadget/config.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c
index f563afe..014a679 100644
--- a/drivers/usb/gadget/config.c
+++ b/drivers/usb/gadget/config.c
@@ -10,6
On 08/01/2013 12:53 AM, Albert ARIBAUD wrote:
> Hi Heiko,
>
> On Thu, 01 Aug 2013 08:02:42 +0200, Heiko Schocher wrote:
>
>>> I suppose you could. It seems conceptually /far/ simpler to just scan
>>> the DT once up-front rather than having to defer all this stuff until
>>
>> on the other hand we
On 08/01/2013 12:02 AM, Heiko Schocher wrote:
> Am 01.08.2013 07:39, schrieb Stephen Warren:
>> On 07/31/2013 10:32 PM, Heiko Schocher wrote:
>>> Am 31.07.2013 21:31, schrieb Stephen Warren:
On 07/30/2013 11:46 PM, Heiko Schocher wrote:
...
2) Actually initializing or using the I2C HW. Th
Hi Simon,
On Thu, 1 Aug 2013 08:22:55 -0600, Simon Glass wrote:
> Hi,
>
> On Thu, Aug 1, 2013 at 2:38 AM, Heiko Schocher wrote:
>
> > Hello Albert,
> >
> > Am 01.08.2013 08:53, schrieb Albert ARIBAUD:
> >
> > Hi Heiko,
> >>
> >> On Thu, 01 Aug 2013 08:02:42 +0200, Heiko Schocher wrote:
> >>
Hi Heiko,
On Thu, 01 Aug 2013 10:38:15 +0200, Heiko Schocher wrote:
> Hello Albert,
>
> Am 01.08.2013 08:53, schrieb Albert ARIBAUD:
> > Hi Heiko,
> >
> > On Thu, 01 Aug 2013 08:02:42 +0200, Heiko Schocher wrote:
> >
> >>> I suppose you could. It seems conceptually /far/ simpler to just scan
>
Dear Dan Murphy,
> This patch set is for the OMAP5 uEVM for the USB eHCI host.
> This patch set will enable the LAN9730 ethernet IC and the USB3503
> usb hub.
Applied all, thanks.
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
h
* Enable the OMAP5 EHCI host clocks
* Add OMAP5 EHCI register definitions
* Add OMAP5 ES2 host revision
Signed-off-by: Dan Murphy
---
v3 - Updated per comments - http://patchwork.ozlabs.org/patch/258230/
v4 - Updated per comments added the CONFIG option for PHY3 GPIO -
http://patchwork.ozlabs.o
Add a __weak function that can be overridden to reset devices
attached to an ehci devices after the FEAT_POWER has been submitted
Signed-off-by: Dan Murphy
---
v3 - Modified location of the weak function -
http://patchwork.ozlabs.org/patch/258229/
v4 - No code changes - http://patchwork.ozlabs.
Fix the linker error for missing ulpi_reset when ulpi is not defined
in the board config.
Signed-off-by: Dan Murphy
Acked-by: Marek Vasut
---
v3 - No updates - http://patchwork.ozlabs.org/patch/258228/
v4 - No updates - http://patchwork.ozlabs.org/patch/259755/
drivers/usb/host/ehci-omap.c |
Set the usbethaddr based on the OMAP DIE_ID registers
which should be unique for each processor.
Then set this as the usb ethernet MAC address.
Signed-off-by: Dan Murphy
---
v3 - new patch
v4 - Updated per the comments - http://patchwork.ozlabs.org/patch/259754/
board/ti/omap5_uevm/evm.c |
Add the USB ehci support for the OMAP5 uEVM.
Configure the uEVM mux data
Add the flags to build the appropriate modules
Add the usb call backs to initialize the EHCI controller
Signed-off-by: Dan Murphy
---
v3 - Updated per comments and removed reset function -
http://patchwork.ozlabs.org/patc
Change the board name for the sys info to
5432 uEVM
Signed-off-by: Dan Murphy
Acked-by: Marek Vasut
---
v3 - No change - http://patchwork.ozlabs.org/patch/258226/
v4 - No change - http://patchwork.ozlabs.org/patch/259749/
board/ti/omap5_uevm/evm.c |2 +-
1 file changed, 1 insertion(+), 1 d
Add the call back to reset the LAN9730 after
the FEAT_POWER has been called.
Signed-off-by: Dan Murphy
---
v3 - Added this patch to separate the patch series -
http://patchwork.ozlabs.org/patch/258229/
v4 - Updated the CONFIG gpio to be PHY3 -
http://patchwork.ozlabs.org/patch/259750/
board/
This patch set is for the OMAP5 uEVM for the USB eHCI host.
This patch set will enable the LAN9730 ethernet IC and the USB3503
usb hub.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thu, 01 Aug 2013 10:53:49 +0200
Stefano Babic wrote:
> Hi Dennis,
>
> On 01/08/2013 01:27, Robert Nelson wrote:
>
> >> kernel_boot=echo Trying kernel...; ${fs}load ${devtype} ${devnum}
> >> ${kernel_addr_r} ${prefix}vmlinuz && ${fs}load ${devtype} ${devnum}
> >> ${ramdisk_addr_r} ${prefix}in
On Tue, Jul 30, 2013 at 08:48:04PM +0200, Marek Vasut wrote:
> The following changes since commit 9fab4bf4cc077c21e43941866f3f2c196f28670d:
>
> powerpc/ppc4xx: Convert new gdsys files to SPDX license tags (2013-07-26
> 15:32:59 -0400)
>
> are available in the git repository at:
>
> git://g
On 08/01/2013 03:53 AM, Stefano Babic wrote:
> Hi Dennis,
>
> On 01/08/2013 01:27, Robert Nelson wrote:
>
>>> kernel_boot=echo Trying kernel...; ${fs}load ${devtype} ${devnum}
>>> ${kernel_addr_r} ${prefix}vmlinuz && ${fs}load ${devtype} ${devnum}
>>> ${ramdisk_addr_r} ${prefix}initrd.img && boot
Hi Stefano,
On 29/07/13 11:43, Stefano Babic wrote:
diff --git a/board/armadeus/apf27/splboot.S b/board/armadeus/apf27/splboot.S
new file mode 100644
index 000..898e59b
--- /dev/null
+++ b/board/armadeus/apf27/splboot.S
@@ -0,0 +1,528 @@
+/*
+ * IMX27 NAND Flash SPL (Secondary Program Loa
On 31.07.2013 18:51, Andreas Bießmann wrote:
Dear Andy Neubi,
On 31.07.13 15:26, Andy Neubi wrote:
hi,
i'm using the uboot-tools (fw_printenv) to readout the env-settings of my
beagleboard-XM uboot. unfortunately i always getthe 'Warning: Bad CRC, using
default environment' msg
please config
Hello Simon,
Am 01.08.2013 16:22, schrieb Simon Glass:
Hi,
On Thu, Aug 1, 2013 at 2:38 AM, Heiko Schocher wrote:
Hello Albert,
Am 01.08.2013 08:53, schrieb Albert ARIBAUD:
Hi Heiko,
On Thu, 01 Aug 2013 08:02:42 +0200, Heiko Schocher wrote:
I suppose you could. It seems conceptuall
On Thu, Aug 1, 2013 at 11:21 AM, Marek Vasut wrote:
> From: Amaury Pouly
>
> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
> driver has no problem with those.
>
> Signed-off-by: Marek Vasut
> Signed-off-by: Amaury Pouly
> Cc: Andy Fleming
> Cc: Fabio Estevam
> Cc: Stefano B
Hi,
On Thu, Aug 1, 2013 at 2:38 AM, Heiko Schocher wrote:
> Hello Albert,
>
> Am 01.08.2013 08:53, schrieb Albert ARIBAUD:
>
> Hi Heiko,
>>
>> On Thu, 01 Aug 2013 08:02:42 +0200, Heiko Schocher wrote:
>>
>> I suppose you could. It seems conceptually /far/ simpler to just scan
the DT once
From: Amaury Pouly
Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.
Signed-off-by: Marek Vasut
Signed-off-by: Amaury Pouly
Cc: Andy Fleming
Cc: Fabio Estevam
Cc: Stefano Babic
Cc: Otavio Salvador
---
drivers/mmc/mxsmmc.c |3 ++-
1 file
On Wed, Jul 31, 2013 at 05:14:59PM +0800, Sonic Zhang wrote:
> Hi Tom,
>
> Please pull the following patches from u-boot-blackfin into your tree.
>
>
> Thanks
>
>
> The following changes since commit 6a19cc9df0ff76273cecd3cd72323a73ff44e8de:
>
> cfi_flash: Add prototypes of overridable fun
Hi Marek,
On Thu, Aug 1, 2013 at 8:54 AM, Marek Vasut wrote:
> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
> driver has no problem with those.
>
> From: Amaury Pouly
The 'From' field should come prior to the commit log.
> Signed-off-by: Marek Vasut
> Signed-off-by: Amaury
Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.
From: Amaury Pouly
Signed-off-by: Marek Vasut
Signed-off-by: Amaury Pouly
Cc: Andy Fleming
Cc: Fabio Estevam
Cc: Stefano Babic
Cc: Otavio Salvador
---
drivers/mmc/mxsmmc.c |3 ++-
1 file
In case only the CONFIG_SYS_I2C_SPEED is set in configuration file,
the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED.
The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver.
Unfortunatelly, due to a typo in the driver, instead of defining
CONFIG_SYS_I2C_SOFT_SPEED, an CON
Hi Dennis,
On 01/08/2013 01:27, Robert Nelson wrote:
>> kernel_boot=echo Trying kernel...; ${fs}load ${devtype} ${devnum}
>> ${kernel_addr_r} ${prefix}vmlinuz && ${fs}load ${devtype} ${devnum}
>> ${ramdisk_addr_r} ${prefix}initrd.img && bootz ${kernel_addr_r}
>> ${ramdisk_addr_r}:${filesize} ${fd
Hello Albert,
Am 01.08.2013 08:53, schrieb Albert ARIBAUD:
Hi Heiko,
On Thu, 01 Aug 2013 08:02:42 +0200, Heiko Schocher wrote:
I suppose you could. It seems conceptually /far/ simpler to just scan
the DT once up-front rather than having to defer all this stuff until
on the other hand we ri
When the code detected that the bus is hung (e.g. SDA stuck low),
send 9 pulses on SCL to try to fixup the bus.
Signed-off-by: Zhao Chenhui
Signed-off-by: Chunhe Lan
Cc: Scott Wood
---
drivers/i2c/fsl_i2c.c | 58 +++-
1 files changed, 56 insertions
Hello Chunhe
Am 01.08.2013 10:07, schrieb Chunhe Lan:
This workaround is for the erratum I2C A004447. Device reference
manual provides a scheme that allows the I2C master controller
to generate nine SCL pulses, which enable an I2C slave device
that held SDA low to release SDA. However, due to th
This workaround is for the erratum I2C A004447. Device reference
manual provides a scheme that allows the I2C master controller
to generate nine SCL pulses, which enable an I2C slave device
that held SDA low to release SDA. However, due to this erratum,
this scheme no longer works. In addition, whe
86 matches
Mail list logo