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.
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
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
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
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
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:
> >
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
>>>
>
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
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
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...
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
25 matches
Mail list logo