Re: [U-Boot] Error in buffer data for NAND flash write, read on OMAP3430SDP.

2008-12-23 Thread Radha Krishna
Hi Dirk, Thanks for the response. Here are the details nand dua ...this commad is simple and executes nand erase,nand write and nand read APIs. Write data and read data are like 1,2,3,4,5131072. For comparing byte by byte data, using two buffers write_buffer, read_buffer both are of size

Re: [U-Boot] Error in buffer data for NAND flash write, read on OMAP3430SDP.

2008-12-23 Thread Dirk Behme
Krishna, Radha Krishna wrote: > Hi All, > > I am using NAND Flash write, read APIs for writing and > reading of my data to/from the same block. > > [SNIP] > OMAP34XX SDP # nand dua//I created this command Can you give details what this custom command is doing? See below, too. > The ma

[U-Boot] Error in buffer data for NAND flash write, read on OMAP3430SDP.

2008-12-23 Thread Radha Krishna
Hi All, I am using NAND Flash write, read APIs for writing and reading of my data to/from the same block. [SNIP] OMAP34XX SDP # nand dua//I created this command The manufacturer id = 2c device Id = a1 Erasing at 0x0144 -- 100% complete. Cleanmarker written at 0x0144 . ERA

Re: [U-Boot] [RFC][PATCH] Code Clean-up (weak functions)

2008-12-23 Thread Shinya Kuribayashi
Graeme Russ wrote: > This patch makes all definitions, declarations and usages of weak functions > consistent. > > Signed-off-by: Graeme Russ > --- > > WARNING: This patch hits a _lot_ of arches - Please > > The following patch applies the following rules: > > - All functions are defined with

[U-Boot] [PATCH 1/2] XPedite5200 board support cleanup

2008-12-23 Thread Peter Tyser
Signed-off-by: Peter Tyser --- This should be applied to the 85xx repository and depends on the currently applied "XPedite5200 board support" patch. board/xes/common/actl_nand.c| 65 board/xes/common/fsl_85xx_pci.c |6 +- board/xes/xpedite5200/Makefile | 55 bo

[U-Boot] [PATCH 2/2] 85xx: Enable inbound PCI config cycles for X-ES boards cleanup

2008-12-23 Thread Peter Tyser
Signed-off-by: Peter Tyser --- This should be applied to the 85xx repository and depends on the currently applied "85xx: Enable inbound PCI config cycles for X-ES boards" and "XPedite5200 board support". board/xes/common/fsl_85xx_pci.c |4 1 files changed, 4 insertions(+), 0 deletions(-

[U-Boot] Debugging U-Boot with BDI2000

2008-12-23 Thread Tommy Wang
Hi, I'm having trouble debugging U-Boot (version 2008.10) with a BDI2000 on an Embedded Planet EP8248 board (MPC8248 processor). According to "Embedded Linux Primer" by Christopher Hanin, early U-Boot debugging must be done using hardware breakpoints, because it is running out of flash at that po

Re: [U-Boot] nand sector size is zero in jffs2 cmds

2008-12-23 Thread Derek Ou
The "### ERROR ### Please RESET the board ###" error and the zero NAND sector size problem can be fixed by the following patch. However, the jffs2 scanning routine does not skip the bad blocks in NAND though. Derek * patch ** index 7866c80..f6966f3 100644 --- a/common/cm

Re: [U-Boot] U-Boot on Xilinx ML510

2008-12-23 Thread Michal Simek
Hi Felix, > Hi, > > I was wandering whether latest u-boot supports ML510 board. > I know that ML507 is supported in u-boot, and I know that > Linux supports ML510, but I didn't find anything about u-boot > on ML510. > > Thanks a lot. > > Felix. there is generic-ppc440 support. I think it is ea

[U-Boot] U-Boot on Xilinx ML510

2008-12-23 Thread Felix Radensky
Hi, I was wandering whether latest u-boot supports ML510 board. I know that ML507 is supported in u-boot, and I know that Linux supports ML510, but I didn't find anything about u-boot on ML510. Thanks a lot. Felix. ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2008-12-23 Thread Peter Tyser
> > > > Let me know if I should take any action. > > Ugh, yeah, if you could submit patches which fix this, I'd appreciate > it. I had some difficulty getting the patches to apply in the right > order (mailbox issues), and must have lost some things in the merge. I'll submit 2 patches to fix the

Re: [U-Boot] [PATCH v2 2/6] usb : musb : Adding host controller driver for Mentor USB controller

2008-12-23 Thread Bryan Wu
Hi Thomas and Ajay, I just noticed you guys are adding the musb davinci to u-boot, so I guess I don't need to reinvent wheels. As I subscribed to u-boot mail list recently, I missed your original email. I copy & paste your code to this email and add some comments. Thanks a lot -Bryan - +/*