Re: [U-Boot] PCI Resource allocation for Cavium MIPS board

2012-04-06 Thread Wolfgang Denk
Dear Sudhanshu B, In message you wrote: > > I am working on Cavium MIPS 5860 Series board, PCI Initialization sequence in > uboot seems to be OK, as per Hardware manual. There are two FPGA devices which > are connected on BUS 0, however i am unable to read my PCI memory space. > I think PCI BAR

[U-Boot] [PATCH v3] Correct corrupted NAND Flash access on KARO TX25 modules

2012-04-06 Thread Gachet Daniel
Hi Stefano, You will find below the new patch for the NAND flash access problem on the TX25 module. I hope this version is fulfilling your expectations. Cordially, Daniel diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index 35e89a0..fe1cef6 100644 --- a/drivers/mtd/nan

Re: [U-Boot] [PATCH v2] mkenvimage: Fix compiler warning

2012-04-06 Thread David Wagner
On 06/04/2012 11:15, Dirk Behme wrote: > From: Dirk Behme > > Fix the compiler warning > > mkenvimage.c: In function ‘main’: > mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument > 3 has type ‘unsigned int’ > mkenvimage.c:226: warning: format ‘%ld’ expects type ‘long i

Re: [U-Boot] [PATCH v2] Correct corrupted NAND Flash access on KARO TX25 modules

2012-04-06 Thread Scott Wood
On 04/03/2012 07:28 AM, Stefano Babic wrote: On 03/04/2012 07:26, Gachet Daniel wrote: Hi Stefano, Hi Daniel, No problem, I will do it with the inverse logic, using a CONFIG_NAND_MXC_NFC_TWO_CYCLES, and adapt the tx25.h file. But could you tell me in which README file I should add the descr

Re: [U-Boot] [PATCH 1/2] ARM926EJS: Make asm routines volatile in cache ops

2012-04-06 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] mkenvimage: Fix compiler warning

2012-04-06 Thread Mike Frysinger
On Friday 06 April 2012 05:15:07 Dirk Behme wrote: > - fprintf(stderr, "mmap (%ld bytes) failed: %s\n", > + fprintf(stderr, "mmap (%zu bytes) failed: %s\n", i was just about to point this out in your v1 patch :) Acked-by: Mike Frysinger -mike signature.a

Re: [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board

2012-04-06 Thread Marek Vasut
Dear Jens Scharsig, > Dear Marek Vasut, > > > Dear e...@bus-elektronik.de, > > > >> Am 2012-04-01 18:14, schrieb Marek Vasut: > >>> Dear Jens Scharsig, > >>> > * add USB host support to eb_cpux9k2 board > >>> > >>> Did you test this too? > >> > >> Of course, I've test this with/against c

[U-Boot] [PATCH 2/2] ARM926EJS: Fix cache.c to comply with checkpatch.pl

2012-04-06 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Albert ARIBAUD --- arch/arm/cpu/arm926ejs/cache.c | 17 - 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/cache.c b/arch/arm/cpu/arm926ejs/cache.c index 0b36294..1d3dc6e 100644 --- a/arch/ar

[U-Boot] [PATCH 1/2] ARM926EJS: Make asm routines volatile in cache ops

2012-04-06 Thread Marek Vasut
We certainly don't want the compiler to reorganise the code for dcache flushing. Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Albert ARIBAUD --- arch/arm/cpu/arm926ejs/cache.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/cache.c b/arch/ar

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-06 Thread Marek Vasut
Dear Mike Frysinger, > On Thursday 05 April 2012 20:18:16 Marek Vasut wrote: > > What do you expect from me to tell you about this patch? Or do you expect > > someone else to comment on this? > > he mentioned in the summary of the series. he's run out of time, so he's > dumping his WIP state in

Re: [U-Boot] MX28EVK Hangs on DRAM

2012-04-06 Thread Stefano Babic
On 06/04/2012 14:37, Fabio Estevam wrote: > On Fri, Apr 6, 2012 at 8:57 AM, Chiz Chikwendu > wrote: >> Thank you Fabio. It worked! > > That's good news ;-) > >> I definitely needed the README file to have the correct instructions and >> settings. >> >> Note: The readme file you linked me to is

Re: [U-Boot] MX28EVK Hangs on DRAM

2012-04-06 Thread Fabio Estevam
On Fri, Apr 6, 2012 at 8:57 AM, Chiz Chikwendu wrote: > Thank you Fabio. It worked! That's good news ;-) > I definitely needed the README file to have the correct instructions and > settings. > > Note: The readme file you linked me to is missing instructions on the > settings for the EVK. > Th

Re: [U-Boot] [PATCH v9] usb: align buffers at cacheline

2012-04-06 Thread puneets
Hi Marek, I tested on tegra2, Seaboard and didn't see these messages though see lots of messages "ERROR: v7_dcache_inval_range - stop address is not aligned - 0x3fb7c608" which are expected. PFA the logs if you can make out anything useful. Try to increase the delay in handshake(); Thanks, Pu

[U-Boot] PCI Resource allocation for Cavium MIPS board

2012-04-06 Thread Sudhanshu B
Hello, I am working on Cavium MIPS 5860 Series board, PCI Initialization sequence in uboot seems to be OK, as per Hardware manual. There are two FPGA devices which are connected on BUS 0, however i am unable to read my PCI memory space. I think PCI BAR 0 mapping has some problems. I am able to con

[U-Boot] [PATCH v2] mkenvimage: Fix compiler warning

2012-04-06 Thread Dirk Behme
From: Dirk Behme Fix the compiler warning mkenvimage.c: In function ‘main’: mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ mkenvimage.c:226: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ introduce

Re: [U-Boot] [PATCH][resubmit] eb_cpux9k2: add USB host support to board

2012-04-06 Thread Jens Scharsig
Dear Marek Vasut, Dear e...@bus-elektronik.de, Am 2012-04-01 18:14, schrieb Marek Vasut: Dear Jens Scharsig, * add USB host support to eb_cpux9k2 board Did you test this too? Of course, I've test this with/against current RC1. Ok, I can pick this up and push through my staging ... or d

Re: [U-Boot] [PATCH 1/3] imx: Add GPIO_TO_PORT macro

2012-04-06 Thread Stefano Babic
On 04/04/2012 18:05, Vikram Narayanan wrote: > imx: Add GPIO_TO_PORT macro > > Signed-off-by: Vikram Narayanan Hi, > --- > arch/arm/include/asm/arch-mx5/gpio.h |2 ++ > arch/arm/include/asm/arch-mx6/gpio.h |2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > 50.0% arch/arm/inc

Re: [U-Boot] [PATCH] mkenvimage: Fix compiler warning

2012-04-06 Thread Horst Kronstorfer
On 04/06/2012 08:00 AM, Dirk Behme wrote: From: Dirk Behme Fix the compiler warning mkenvimage.c: In function ‘main’: mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘unsigned int’ mkenvimage.c:226: warning: format ‘%ld’ expects type ‘long int’, but ar

Re: [U-Boot] [PATCH 1/2 v2] FSL/eSDHC: enable the peripheral clock to detect the card

2012-04-06 Thread Huang Changming-R66093
Hi, Do you have any comment about this patch? It can be merged into next version? Best Regards Jerry Huang > -Original Message- > From: Huang Changming-R66093 > Sent: Thursday, March 29, 2012 10:11 AM > To: u-boot@lists.denx.de > Cc: Huang Changming-R66093; Andy Fleming > Subject: [PATCH

Re: [U-Boot] [PATCH 2/2] SDHC/MMC: remove the member has_init

2012-04-06 Thread Huang Changming-R66093
Hi, Do you have any comment about this patch? It can be merge into the next version? Best Regards Jerry Huang > -Original Message- > From: Huang Changming-R66093 > Sent: Tuesday, March 27, 2012 6:25 PM > To: u-boot@lists.denx.de > Cc: Huang Changming-R66093; Andy Fleming > Subject: [PAT

[U-Boot] [PATCH] MX31: mx31pdk: drop enable_caches from board file

2012-04-06 Thread Stefano Babic
enable_caches() is implemented now in cpu.c for ARM1136. Signed-off-by: Stefano Babic CC: Fabio Estevam --- board/freescale/mx31pdk/mx31pdk.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/board/freescale/mx31pdk/mx31pdk.c b/board/freescale/mx31pdk/mx31pdk.c in