Re: [U-Boot] [PATCH 1/2] ubifs: BUG realpath string must be ended with ZERO

2009-04-26 Thread Mike Frysinger
On Friday 24 April 2009 10:36:05 Ricardo Ribalda Delgado wrote: > If the memory used to copy the link_make is "dirty" the string wont > be ended with Zero, throwing out multiple memory bugs. use "NULL" or "NUL", not "Zero". same goes for subject. > + link_name[ui->data_len]='\0'; ne

Re: [U-Boot] [PATCH v3] Marvell MV88F6281GTW_GE Board support

2009-04-26 Thread Prafulla Wadaskar
Hi Jean Thanks for your review feedback Pls see my in lined comments > -Original Message- > From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] > Sent: Monday, April 27, 2009 4:06 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Ronen Shitrit; > P

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-04-26 Thread alfred steele
Dear Wolfgang, >You top post. >You full quote. Sincere Apologies. I better watch out before i hit the send button. Best Regards. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-04-26 Thread Wolfgang Denk
Dear alfred steele, A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? (see http://www.netmeister.org/news/learn2quote.html) In message <528f13590904262208s66b17bdekac218fba79

Re: [U-Boot] U-boot -printk kernel crash dump using md on PDK

2009-04-26 Thread alfred steele
Hi Fabio, Are the load address and other params same for PDK and the ADS board. I intend to do the same as what you intended to aith sucess. I saw your post her : http://www.nabble.com/Loading-a-kernel-on-MX31ADS-using-U-boot-td16642427.html Please let me know how were able to sucessfully load th

[U-Boot] Uboot mtest hang on mx31

2009-04-26 Thread alfred steele
Hi All. When i do a memtest without any args, it crashes after printing the first line. I know the output may vary depending on the processor and the memmap. I just wanted to knoe is this tha appropiate behaviour for mtest. CPU: Freescale i.MX31 at 531 MHz Board: MX31 3Stack DRAM: 128 MB NAN

Re: [U-Boot] [PATCH 3/3] smc911x: do net reset the chip if no EEPROM is connected

2009-04-26 Thread Mike Frysinger
On Tuesday 21 April 2009 07:13:10 Daniel Mack wrote: > On Wed, Apr 08, 2009 at 11:57:37PM -0400, Mike Frysinger wrote: > > > Not if the MAC is stored in the volatile smc911x registers. Issuing a > > > soft reset flushes these values - if U-Boot does that, the OS has no > > > change getting them. >

Re: [U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-26 Thread Hugo Villeneuve
On Sun, 26 Apr 2009 16:56:40 -0700 David Brownell wrote: > On Sunday 26 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > > > Before I submit a patch to remove it from U-Boot GIT (nothing > > > > > there enables it, and it will nastify 4-bit support), I > > > > > thought I'd see if a

Re: [U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-26 Thread David Brownell
On Sunday 26 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > Before I submit a patch to remove it from U-Boot GIT (nothing > > > > there enables it, and it will nastify 4-bit support), I thought > > > > I'd see if anyone knows exactly what software it was trying to > > > > emulate.  

Re: [U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:51 Mon 27 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090426224036.gl32...@game.jcrosoft.org> you wrote: > > On 11:11 Sun 26 Apr , David Brownell wrote: > > > I was looking at the DaVinci NAND support in current U-Boot > > > code (i.e. 2009.0

Re: [U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-26 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090426224036.gl32...@game.jcrosoft.org> you wrote: > On 11:11 Sun 26 Apr , David Brownell wrote: > > I was looking at the DaVinci NAND support in current U-Boot > > code (i.e. 2009.03 plus patches merged since that release), > > and am puzzl

Re: [U-Boot] [PATCH v3] OMAP3: Beagle: Set pinmux conditionally for Rev C boards

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:27 Fri 17 Apr , Dirk Behme wrote: > The Beagle Rev C boards pull UART2 from an alternate set of balls. > > Signed-off-by: Steve Sakoman > Signed-off-by: Dirk Behme > --- Applied to arm/next Best Regards, J. ___ U-Boot mailing list U-Boot@lis

Re: [U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:11 Sun 26 Apr , David Brownell wrote: > I was looking at the DaVinci NAND support in current U-Boot > code (i.e. 2009.03 plus patches merged since that release), > and am puzzled by the above-named config option. > > Before I submit a patch to remove it from U-Boot GIT (nothing > there e

Re: [U-Boot] [PATCH v3] Marvell MV88F6281GTW_GE Board support

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:19 Thu 23 Apr , Prafulla Wadaskar wrote: > This is Marvell's 88F6281_A0 based custom board developed > for wireless access point product > > This patch is tested for- > 1. Boot from DRAM/SPI flash/NFS > 2. File transfer using tftp and loadb > 3. SPI flash read/write/erase > 4. Booting Li

Re: [U-Boot] [PATCH] OMAP3: Fix changed mmc init command

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:30 Tue 21 Apr , Dirk Behme wrote: > In recent U-Boot mmcinit changed to mmc init. > > Signed-off-by: Steve Sakoman > Signed-off-by: Dirk Behme > --- Applied Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] [PATCH v2] OMAP3: Remove legacy NAND defines

2009-04-26 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090426214652.gd32...@game.jcrosoft.org> you wrote: > On 20:15 Tue 14 Apr , Dirk Behme wrote: > > Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora. > > > > Signed-off-by: Dirk Behme > > --- > applied to arm/next Coul

Re: [U-Boot] [PATCH 01/10] ZOOM2 Add initial support for Zoom2

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:10 Sat 25 Apr , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090424213824.gd32...@game.jcrosoft.org> you wrote: > > > ... > [FULL QUOTE DELETED] > > > It makes no sense to quote the complete patch when you just want to > add one line of comment at the

Re: [U-Boot] [PATCH 07/10] ARM Add blue colour LED to status_led.

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:41 Tue 14 Apr , Tom Rix wrote: > There is exiting support for red,yellow,green but no blue. > The main LED on the zoom2 is a blue LED. > > Signed-off-by: Tom Rix > --- Applied to arm/next Best Regards, J. ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] [PATCH 06/10] LED Add documentation describing the status_led and colour led API.

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:40 Tue 14 Apr , Tom Rix wrote: > This document describes the u-boot status LED API. > This allows common u-boot commands to use a board's leds to > provide status for activities like booting and downloading files. > > Signed-off-by: Tom Rix > --- Applied to arm/next Best Regards, J. __

Re: [U-Boot] [PATCH 09/10] ZOOM1 Remove more legacy NAND defines.

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:41 Tue 14 Apr , Tom Rix wrote: > These legacy NAND defines are no longer needed by this target. > > Signed-off-by: Tom Rix > --- Applied to arm/next Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

[U-Boot] OMAP3 ARCH STATUS

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi all, The current implementation of the omap3 needs cleanup in the following area gpio API (done by Tom Rix) mux API device init implementation (as done for the at91) interrupt duplicated code Best Regards, J.

Re: [U-Boot] [PATCH v2] OMAP3: Remove legacy NAND defines

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:15 Tue 14 Apr , Dirk Behme wrote: > Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora. > > Signed-off-by: Dirk Behme > --- applied to arm/next Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.de

Re: [U-Boot] U-Boot ARM merge strategy

2009-04-26 Thread Wolfgang Denk
Dear David, In message <200904251153.51380.davi...@pacbell.net> you wrote: > > > Just type "u-boot merge window" at google and > > click on the very first link. > > Several other key infrastructure projects make it easy to > find that info even without using a search engine. Come on and be rea

Re: [U-Boot] [PATCH v3] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000

2009-04-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:29 Tue 21 Apr , Dirk Behme wrote: > From: Manikandan Pillai > Signed-off-by: Dirk Behme > Signed-off-by: Manikandan Pillai > --- as Request precedently switch to 12Mhz source clock or please specify the timer resolution & precision of your implementation and put in the commit message &

[U-Boot] Medical Doctor Listing

2009-04-26 Thread Carlo ] Cardenas
Essential tool for marketing to heathcare professionals Current Doctors in the USA 788,748 in total * 17,500 emails Featuring the most accurate contact information in many different areas of medicine you can sort by many different fields like city, state or zip Pharmaceutical Companies in t

Re: [U-Boot] [PATCH 1/2] OMAP3: Remove unused board-types

2009-04-26 Thread Wolfgang Denk
Dear Dirk Behme, In message <49f3e966@googlemail.com> you wrote: > > >> I would not dare to use such a function in my code given the > >> "test-only" comment. > > sorry I've no time to clean every part of the arm as noone else are > > interrested in old code > > > > so yes it will be cleanup

Re: [U-Boot] [PATCH] lib_arm/board.c: remove misleading "test-only" comment.

2009-04-26 Thread Wolfgang Denk
In message <1240771284-20054-1-git-send-email...@denx.de> you wrote: > For a long time, the print_cpuinfo() declaration in lib_arm/board.c > had been marked as "test-only", which is plain wrong considering > current usage. Delete this misleading comment. > > Signed-off-by: Wolfgang Denk > --- >

[U-Boot] [PATCH] lib_arm/board.c: remove misleading "test-only" comment.

2009-04-26 Thread Wolfgang Denk
For a long time, the print_cpuinfo() declaration in lib_arm/board.c had been marked as "test-only", which is plain wrong considering current usage. Delete this misleading comment. Signed-off-by: Wolfgang Denk --- lib_arm/board.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[U-Boot] U-Boot and CONFIG_SYS_DAVINCI_BROKEN_ECC

2009-04-26 Thread David Brownell
I was looking at the DaVinci NAND support in current U-Boot code (i.e. 2009.03 plus patches merged since that release), and am puzzled by the above-named config option. Before I submit a patch to remove it from U-Boot GIT (nothing there enables it, and it will nastify 4-bit support), I thought I'd