Re: [U-Boot] u-boot vs. Cavium 5010 pci init

2010-09-25 Thread Andreas Bießmann
Dear sywang, Am 26.09.2010 um 02:21 schrieb sywang: > Hello, everyone, > > Do you know what bugs or problems there are on u-boot with Cavium CN5010 PCI > init? The problem is that the whole cavium code is proprietary. They develop their cvmx code completely out of tree and link the code at fi

Re: [U-Boot] binutils 2.10.1 did not work with old u-boot(1.2.0)

2010-09-25 Thread Xianghua Xiao
On Sat, Sep 25, 2010 at 5:37 PM, Wolfgang Denk wrote: > Dear Xianghua Xiao, > > In message you > wrote: >> >> Has anyone seen this, binutils 2.10.1 can never finish generating srec by >> doing: >> objcopy --gap-fill=0xff -O srec u-boot u-boot.srec >> >> however with new u-boot release it works

Re: [U-Boot] [PATCH] ARMV7: OMAP4: Calculate SDRAM size

2010-09-25 Thread Steve Sakoman
On Sat, 2010-09-25 at 10:00 -0500, Nishanth Menon wrote: > On 09/23/2010 04:12 PM, Steve Sakoman wrote: > > From: Aneesh V > > > > Calculate the SDRAM size from DMM configuration registers instead of using > > hard-coded values. This gives correct values for all different boards. > > > > It's assum

[U-Boot] u-boot vs. Cavium 5010 pci init

2010-09-25 Thread sywang
Hello, everyone, Do you know what bugs or problems there are on u-boot with Cavium CN5010 PCI init? Now I have the following on the board with Cavium CN5010. The board will hang when PCI init with the U-boot. Any suggestions are welcome. How to identify if the issue's cause is HW or SW?

Re: [U-Boot] binutils 2.10.1 did not work with old u-boot(1.2.0)

2010-09-25 Thread Wolfgang Denk
Dear Xianghua Xiao, In message you wrote: > > Has anyone seen this, binutils 2.10.1 can never finish generating srec by > doing: > objcopy --gap-fill=0xff -O srec u-boot u-boot.srec > > however with new u-boot release it works fine, the u-boot.srec can be > produced quickly. Hmmm... binutils

Re: [U-Boot] [PATCH] ARMV7: OMAP4: Calculate SDRAM size

2010-09-25 Thread Wolfgang Denk
Dear Nishanth Menon, In message <4c9e0e7e.7090...@gmail.com> you wrote: > > How do we handle NOR boot? is it assumed that the configuration will be > done way befor the sdram_init? What do you mean? Which configuration? Please note that things have changed with the relocation patches; boards sh

[U-Boot] binutils 2.10.1 did not work with old u-boot(1.2.0)

2010-09-25 Thread Xianghua Xiao
Hi, Has anyone seen this, binutils 2.10.1 can never finish generating srec by doing: objcopy --gap-fill=0xff -O srec u-boot u-boot.srec however with new u-boot release it works fine, the u-boot.srec can be produced quickly. xianghua ___ U-Boot mailing

[U-Boot] [PATCH] include/compiler.h: remove uint typedef for __MACH__

2010-09-25 Thread Andreas Bießmann
uint is typedefed twice if __MACH__ is defined. This generates an error when calling MAKEALL for netstar bord on OS X. This patch removes the typedef for __MACH__ case in favor of general definiton some lines below. Signed-off-by: Andreas Bießmann --- include/compiler.h |1 - 1 files change

Re: [U-Boot] [STATUS] v2010.09-rc2 is out / "next" branch available

2010-09-25 Thread Magnus Lilja
Hi Wolfgang On 2010-09-19 20:02, Wolfgang Denk wrote: > Hello everybody: > > * U-Boot v2010.09-rc2 was released on Sun, 19 Sep 2010. > > * Release "v2010.09" is scheduled in 18 days - on September 28, 2010. > > For details please see > http://www.denx.de/wiki/U-Boot/ReleaseCycle > > Please

Re: [U-Boot] [PATCH] ARMV7: OMAP4: Calculate SDRAM size

2010-09-25 Thread Nishanth Menon
On 09/23/2010 04:12 PM, Steve Sakoman wrote: > From: Aneesh V > > Calculate the SDRAM size from DMM configuration registers instead of using > hard-coded values. This gives correct values for all different boards. > > It's assumed that DMM sections do not overlap memory areas. How do we handle NOR

Re: [U-Boot] [PATCH] atmel_lcd: Allow contrast polarity to be either positive or negative

2010-09-25 Thread Anatolij Gustschin
Hi Alexander, On Tue, 20 Jul 2010 08:55:40 +0200 Alexander Stein wrote: > Signed-off-by: Alexander Stein > --- > drivers/video/atmel_lcdfb.c |3 ++- > include/lcd.h |1 + > 2 files changed, 3 insertions(+), 1 deletions(-) Applied to u-boot-video/next. Thanks! Anatolij _

Re: [U-Boot] [PATCH v4] p1022ds: use weak CFI flash accessors when DIU is enabled

2010-09-25 Thread Anatolij Gustschin
On Sat, 25 Sep 2010 14:51:22 +0200 Anatolij Gustschin wrote: > From: Timur Tabi > > On the Freescale P1022, the DIU and the LBC share address pins, which means > that when the DIU is active (e.g. the console is on the DVI display), NOR > flash > cannot be accessed. So we use the weak accessor

[U-Boot] [PATCH v4] p1022ds: use weak CFI flash accessors when DIU is enabled

2010-09-25 Thread Anatolij Gustschin
From: Timur Tabi On the Freescale P1022, the DIU and the LBC share address pins, which means that when the DIU is active (e.g. the console is on the DVI display), NOR flash cannot be accessed. So we use the weak accessor function feature of the CFI flash code to temporarily switch the pin mux fr

Re: [U-Boot] [PATCH v2 2/2] p1022ds: add video support

2010-09-25 Thread Anatolij Gustschin
On Fri, 24 Sep 2010 07:27:22 +0200 Anatolij Gustschin wrote: > From: Timur Tabi > > Add support for the DIU controller. If CONFIG_VIDEO is defined, then > the console will appear on a DVI monitor instead of the serial port. > > Signed-off-by: Timur Tabi > Signed-off-by: Anatolij Gustschin >

Re: [U-Boot] [PATCH v2 1/2] fsl_diu_fb: further refactoring of FSL DIU code

2010-09-25 Thread Anatolij Gustschin
On Fri, 24 Sep 2010 07:27:21 +0200 Anatolij Gustschin wrote: > Move common code to the fsl_diu_fb.c file and remove obsolete > code from board files (aria, mpc8610hpcd and pdm360ng). > Move fsl_diu_fb.h file to the include directory. > > Signed-off-by: Anatolij Gustschin > --- > v2: > - fixed

[U-Boot] Gregory J Kelsey is out of the office.

2010-09-25 Thread gjkelsey
I will be out of the office starting 09/24/2010 and will not return until 09/28/2010. I will respond to your message when I return. Please contact my manager Colleen Becker 319-295-1567 if you require immediate attention. ___ U-Boot mailing list U-Boo

Re: [U-Boot] [STATUS] v2010.09-rc2 is out / "next" branch available

2010-09-25 Thread Jens Scharsig
Am 19.09.2010 20:02, schrieb Wolfgang Denk: > Hello everybody: > > * U-Boot v2010.09-rc2 was released on Sun, 19 Sep 2010. > > * Release "v2010.09" is scheduled in 18 days - on September 28, 2010. > > For details please see > http://www.denx.de/wiki/U-Boot/ReleaseCycle > > Please help testi