Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-27 Thread Heiko Schocher
Hello Dirk, Dirk Behme wrote: > Heiko Schocher wrote: >> Hello Tom, >> >> Tom Rix wrote: >>> This changes fixes an early i2c error. >>> >>> It appears that I2C is working because once a read or write >>> error is detected, the omap24xx_i2c driver calls i2c_init >>> inside its error handling check.

[U-Boot] Applying u-boot-ti patches (was: [PATCH v2] TI: OMAP3: Overo Tobi ethernet support)

2009-09-27 Thread Dirk Behme
Paulraj, Sandeep wrote: > >> Olof Johansson wrote: >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> >>> Based on the omap3 evm code. I added a new highlevel define for Tobi >>> to avoid having it dependent on CMD_NET (which would seem backward in >>> this

Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-27 Thread Dirk Behme
Hi Heiko, Heiko Schocher wrote: > Hello Tom, > > Tom Rix wrote: >> This changes fixes an early i2c error. >> >> It appears that I2C is working because once a read or write >> error is detected, the omap24xx_i2c driver calls i2c_init >> inside its error handling check. >> >> While it is ok to atte

[U-Boot] Please pullu-boot-i2c.git

2009-09-27 Thread Heiko Schocher
Hello Wolfgang, The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724: Wolfgang Denk (1): mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[] are available in the git repository at: git://git.denx.de/u-boot-i2c.git master Joakim Tjernlund

Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-27 Thread Heiko Schocher
Hello Tom, Tom Rix wrote: > This changes fixes an early i2c error. > > It appears that I2C is working because once a read or write > error is detected, the omap24xx_i2c driver calls i2c_init > inside its error handling check. > > While it is ok to attempt error handling this way, the boards > mu

Re: [U-Boot] [PATCH] relocation: Do not relocate NULL pointers.

2009-09-27 Thread Peter Tyser
On Sun, 2009-09-27 at 15:15 +0200, Joakim Tjernlund wrote: > Wolfgang Denk wrote on 23/09/2009 20:23:14: > > > > Dear Peter Tyser, > > > > In message <1253710639.3968.19.ca...@ptyser-laptop> you wrote: > > > > > > My "fix" to the linker script was to change: > > > __bss_start = .; > > > into: > >

Re: [U-Boot] [U-boot] Marvell Pull Request

2009-09-27 Thread Tom
Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Tom [mailto:tom@windriver.com] >> Sent: Tuesday, September 22, 2009 12:46 AM >> To: Prafulla Wadaskar >> Cc: U-Boot >> Subject: Re: [U-Boot] [U-boot] Marvell Pull Request >> >> Prafulla Wadaskar wrote: >>> Hi Wolfgang >>> >

Re: [U-Boot] AT91 pending patches

2009-09-27 Thread Tom
Eric Bénard wrote: > Hi Tom, > > may you please comment on the following patches : > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/67400 > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/65674 > > Many thanks > Eric Eric, Your patches have been added to arm/next. CPU9260 and C

[U-Boot] ref: pxa lcd color problem...

2009-09-27 Thread Paul Wang
Hi, All, I have a problem when using the U-Boot 1.3.3 on a Pxa270 dev board (Phycore_pxa270). The board has a SHARP_LQ084V1DG21 LCD that is set as a 16 bpp panel. After some modifications, I can display a 16 bpp bitmap on the screen. The problem is that the color is not correct. The problem

Re: [U-Boot] [PATCH] relocation: Do not relocate NULL pointers.

2009-09-27 Thread Graeme Russ
On Mon, Sep 28, 2009 at 2:18 AM, Joakim Tjernlund wrote: > Graeme Russ wrote on 27/09/2009 15:52:38: >> >> On Sun, Sep 27, 2009 at 11:15 PM, Joakim Tjernlund >> wrote: >> > Wolfgang Denk wrote on 23/09/2009 20:23:14: >> >> >> >> Dear Peter Tyser, >> >> >> >> In message <1253710639.3968.19.ca...

Re: [U-Boot] [PATCH v2] ppc/85xx: PIO Support for FSL eSDHC Controller Driver

2009-09-27 Thread Bin Meng
On Thu, Sep 10, 2009 at 9:37 PM, Dipen Dudhat wrote: > + while (size && (!(irqstat & IRQSTAT_TC))) { > + udelay(100); > + irqstat = in_be32(®s->irqstat); > + databuf = in_le32(®s->datpor

Re: [U-Boot] [PATCH v3] OMAP3 MMC: Fix warning dereferencing type-punned pointer

2009-09-27 Thread Tom
Dirk Behme wrote: > Fix warning > > dereferencing type-punned pointer will break strict-aliasing rules > > Signed-off-by: Dirk Behme > CC: Steve Sakoman > CC: Tom Rix > > --- > > Changes in v3: Move union type definition to architecture mmc.h as proposed > by Tom. > > Changes in v2: Union e

[U-Boot] [PATCH] ppc4xx: Reorganize DDR2 ECC handling

2009-09-27 Thread Felix Radensky
Reorganize DDR2 ECC handling to use common code for SPD DIMMs and soldered SDRAM. Also, use common code to display SDRAM info (ECC, CAS latency) for SPD and soldered SDRAM variants. Signed-off-by: Felix Radensky --- cpu/ppc4xx/44x_spd_ddr2.c | 456 i

[U-Boot] [PATCH v3] OMAP3 MMC: Fix warning dereferencing type-punned pointer

2009-09-27 Thread Dirk Behme
Fix warning dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Dirk Behme CC: Steve Sakoman CC: Tom Rix --- Changes in v3: Move union type definition to architecture mmc.h as proposed by Tom. Changes in v2: Union elements mmc_resp_r3 and mmc_resp_r6 are no poi

Re: [U-Boot] [PATCH] relocation: Do not relocate NULL pointers.

2009-09-27 Thread Joakim Tjernlund
Graeme Russ wrote on 27/09/2009 15:52:38: > > On Sun, Sep 27, 2009 at 11:15 PM, Joakim Tjernlund > wrote: > > Wolfgang Denk wrote on 23/09/2009 20:23:14: > >> > >> Dear Peter Tyser, > >> > >> In message <1253710639.3968.19.ca...@ptyser-laptop> you wrote: > >> > > > >> > >> > Nice! It'd be great

Re: [U-Boot] [PATCH] OMAP3: Clean up whitespace in mux configs

2009-09-27 Thread Tom
Olof Johansson wrote: > On Sun, Sep 27, 2009 at 10:33:58AM +0200, Dirk Behme wrote: >> Olof Johansson wrote: >>> Switch from space-based indentation to tab-based in mux configs, as pointed >>> out by WD at: >> You have only two options here: Violate space/tab rule or 80 char rule. >> We had this d

Re: [U-Boot] [PATCH] OMAP3: Update Overo and Beagle environment

2009-09-27 Thread Tom
Steve Sakoman wrote: > On Sun, Sep 27, 2009 at 4:52 AM, Tom wrote: >> Steve Sakoman wrote: >>> On Fri, Sep 25, 2009 at 1:47 PM, Tom wrote: Dirk Behme wrote: > From: Steve Sakoman > > Update default environment to support new kernel DSS2 subsystem and > simplify rootfs type a

Re: [U-Boot] [PATCH] OMAP3: Clean up whitespace in mux configs

2009-09-27 Thread Olof Johansson
On Sun, Sep 27, 2009 at 10:33:58AM +0200, Dirk Behme wrote: > Olof Johansson wrote: >> Switch from space-based indentation to tab-based in mux configs, as pointed >> out by WD at: > > You have only two options here: Violate space/tab rule or 80 char rule. > We had this discussion with Wolfgang alr

Re: [U-Boot] [PATCH] OMAP3: Update Overo and Beagle environment

2009-09-27 Thread Steve Sakoman
On Sun, Sep 27, 2009 at 4:52 AM, Tom wrote: > Steve Sakoman wrote: >> >> On Fri, Sep 25, 2009 at 1:47 PM, Tom wrote: >>> >>> Dirk Behme wrote: From: Steve Sakoman Update default environment to support new kernel DSS2 subsystem and simplify rootfs type and location change

Re: [U-Boot] [PATCH] relocation: Do not relocate NULL pointers.

2009-09-27 Thread Graeme Russ
On Sun, Sep 27, 2009 at 11:15 PM, Joakim Tjernlund wrote: > Wolfgang Denk wrote on 23/09/2009 20:23:14: >> >> Dear Peter Tyser, >> >> In message <1253710639.3968.19.ca...@ptyser-laptop> you wrote: >> > >> >> > Nice! It'd be great to have the magical 20 lines of assembly put into >> > some semi-

Re: [U-Boot] [PATCH] relocation: Do not relocate NULL pointers.

2009-09-27 Thread Joakim Tjernlund
Wolfgang Denk wrote on 23/09/2009 20:23:14: > > Dear Peter Tyser, > > In message <1253710639.3968.19.ca...@ptyser-laptop> you wrote: > > > > My "fix" to the linker script was to change: > > __bss_start = .; > > into: > > __bss_start = . | 4; > > > > ie, a big hack, but it did work:) I'll take a p

Re: [U-Boot] [PATCH] OMAP3: Clean up whitespace in mux configs

2009-09-27 Thread Tom
Dirk Behme wrote: > Olof Johansson wrote: >> Switch from space-based indentation to tab-based in mux configs, as pointed >> out by WD at: > > You have only two options here: Violate space/tab rule or 80 char > rule. We had this discussion with Wolfgang already in the past ;) > > Last time we had

Re: [U-Boot] [PATCH] OMAP3: Update Overo and Beagle environment

2009-09-27 Thread Tom
Steve Sakoman wrote: > On Fri, Sep 25, 2009 at 1:47 PM, Tom wrote: >> Dirk Behme wrote: >>> From: Steve Sakoman >>> >>> Update default environment to support new kernel DSS2 subsystem and >>> simplify rootfs type and location changes. >>> >>> Signed-off-by: Steve Sakoman >>> Signed-off-by: Dirk

Re: [U-Boot] smc911x runtime detection

2009-09-27 Thread Dirk Behme
Olof Johansson wrote: > For future carrier boards, having an I2C ID EEPROM or similar on there > might not be a bad idea. Totally off-topic here, but just fyi: TinCanTools started with I2C ID EEPROM already http://elinux.org/BeagleBoardPinMux#Expansion_boards and I think this is agreed with Ste

Re: [U-Boot] [PATCH] OMAP3: Clean up whitespace in mux configs

2009-09-27 Thread Dirk Behme
Olof Johansson wrote: > Switch from space-based indentation to tab-based in mux configs, as pointed > out by WD at: You have only two options here: Violate space/tab rule or 80 char rule. We had this discussion with Wolfgang already in the past ;) Last time we had: ... [So Jan 25 2009] [18:50:2