Re: [U-Boot] Broken ecc.size when switching between sw and hw ecc (beagleboard)

2012-03-02 Thread Orjan Friberg
ferent ECC modes for different parts of the flash is unfortunate, but sometimes mandated by circumstance. The NAND subsystem isn't really set up to handle this, though changing it temporally is a hackish substitute. Ok, thanks for clarifying. -- Orjan Friberg FlatFrog

Re: [U-Boot] Broken ecc.size when switching between sw and hw ecc (beagleboard)

2012-03-01 Thread Orjan Friberg
. software implementations, whether block 0 has different ECC requirement etc)? -- Orjan Friberg FlatFrog Laboratories AB ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Broken ecc.size when switching between sw and hw ecc (beagleboard)

2012-02-29 Thread Orjan Friberg
seems to have been fixed in the u-boot-nand-flash repo.) Thanks, Orjan -- Orjan Friberg FlatFrog Laboratories AB ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] fatload accepting wildcard in filename?

2011-11-08 Thread Orjan Friberg
gt; was a local hack. (I couldn't find it in the ml archives.) > > This has never been supported in mainline code. Ok, thanks. I'm going to give it a shot and see if I can come up with something sensible. -- Orjan Friberg FlatFrog Laboratories AB

[U-Boot] fatload accepting wildcard in filename?

2011-11-08 Thread Orjan Friberg
construct doesn't work with 2011.03. I'm trying to find out how this was implemented, and if it was ever part of mainline or if it was a local hack. (I couldn't find it in the ml archives.) Thanks, Orjan -- Orjan Friberg FlatFrog Laboratories AB _

Re: [U-Boot] [PATCH v2] MUSB timeout broken

2011-08-09 Thread Orjan Friberg
On 2011-08-08 21:37, Remy Bohmer wrote: > Whoops... Not applied to u-boot-usb, since the timeout code is broken. > It should wait for a certain time, not a certain count. Agreed, patch withdrawn. -- Orjan Friberg FlatFrog Laboratories AB ___

Re: [U-Boot] USB works (or not) depending on SYS_BOOT (with TPS65920)

2011-08-09 Thread Orjan Friberg
On 2011-07-07 14:27, Orjan Friberg wrote: > On 2011-07-07 11:37, Orjan Friberg wrote: >> It seems the boot rom must be doing some initialization of the USB phy >> (this is with a TPS65920). > > I forgot to add that I'm using a configuration header and not x-loader >

Re: [U-Boot] USB works (or not) depending on SYS_BOOT (with TPS65920)

2011-07-07 Thread Orjan Friberg
On 2011-07-07 11:37, Orjan Friberg wrote: > It seems the boot rom must be doing some initialization of the USB phy > (this is with a TPS65920). I forgot to add that I'm using a configuration header and not x-loader as the 1st stage bootloader. On a BeagleBoard xM (with x-loader)

[U-Boot] USB works (or not) depending on SYS_BOOT (with TPS65920)

2011-07-07 Thread Orjan Friberg
ot rom must be doing some initialization of the USB phy (this is with a TPS65920). Dumping the I2C regs of the USB phy in u-boot shows a lot of differences between the two boot modes. This is on a custom board, BeagleBoard derived but with a 3730. Any ideas? Thanks, Orjan -- Orjan Friberg

Re: [U-Boot] [PATCH 2/4 v3] musb: Add Phy programming for usingexternal Vbus

2011-07-06 Thread Orjan Friberg
L.D5 = 0" so that PHY doesn't drive 5V. > 2. Do not set musb_cfg.extvbus Great, thanks for clarifying (and agreed on all points). It seems the best I can do is turn off DRVVBUS as soon as the chip has entered host mode (and turned thus it on). Thanks, Orjan

Re: [U-Boot] [PATCH 2/4 v3] musb: Add Phy programming for usingexternal Vbus

2011-07-05 Thread Orjan Friberg
, we have added an external vbus supply to be able to draw > 100 mA.) Thanks, Orjan -- Orjan Friberg FlatFrog Laboratories AB ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/4 v3] musb: Add Phy programming for usingexternal Vbus

2011-07-05 Thread Orjan Friberg
0.06) and the git repo for u-boot-ti and they all have the same construct. Thanks, Orjan -- Orjan Friberg FlatFrog Laboratories AB ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2] MUSB timeout broken

2011-07-04 Thread Orjan Friberg
Use pre-decrement to leave timeout at 0 when the timeout happens (which is what the timeout detecting code expects). Signed-off-by: Orjan Friberg --- drivers/usb/musb/musb_hcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/musb_hcd.c b/drivers/usb

[U-Boot] [PATCH] MUSB timeout broken

2011-07-04 Thread Orjan Friberg
if (readb(&musbr->devctl) & MUSB_DEVCTL_HM) break; -- Orjan Friberg FlatFrog Laboratories AB ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] musb_cfg.extvbus = 1 reverted by bus reset?

2011-06-30 Thread Orjan Friberg
ems to have the same construct.) Thanks, Orjan -- Orjan Friberg FlatFrog Laboratories AB ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Beagle mux config: nCS5 vs. DMAREQ2?

2011-04-18 Thread Orjan Friberg
for the BeagleBoard; I'm trying to get dmareq2 working on a custom 3730 board.) Thanks, Orjan -- Orjan Friberg FlatFrog Laboratories AB ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot