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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo