Re: [U-Boot] Alignment bug in itest on ARM & doesn't work on big-endian either?

2009-03-03 Thread Tom Evans
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:40 Tue 03 Mar , Tom Evans wrote: >> BUG IN ITEST >> >> itest crashes ARM chips. I can "iread.b *8200 == 0", >> but "iread.b *8201 == 0" throws an alignment >>

Re: [U-Boot] U-Boot Scripting suggestions to decrement, counter in EEPROM.

2009-03-03 Thread Tom Evans
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:40 Tue 03 Mar , Tom Evans wrote: >> I'm implementing a rather complex boot that involves flags >> and counters in EEPROM. > > in which case do you need this? > > update? Yes, it is when updating the Linux K

[U-Boot] U-Boot Scripting suggestions to decrement counter in EEPROM. Alignment bug in itest on ARM.

2009-03-02 Thread Tom Evans
return (l & ((1 << (w * 8)) - 1)); } "l = *p" works on a 486 but not on an ARM. It is a simple change - a three-way case on the width reading through the "right pointer". Yes, I should fix this and submit a patch, but I'm not working on anything close to the di

[U-Boot] Minor bug found in board/zylonite/lowlevel_init.S. 0x300 changed to 300.

2008-12-29 Thread Tom Evans
s. The code doesn't match the comments, and it probably isn't following the manufacturer's specification for this timing either. Anyone else based of the Zylonite port might like to check their code. -- === Tom Evans tom.ev...@ceos.com.au CEOS Pty Ltd www.ceos.com.au 3/1

Re: [U-Boot] mtd partitions (Carlos kescuin)

2008-12-09 Thread Tom Evans
rs and programs required to then partition the NAND and burn U-Boot into it. We then partition and format an SD card for the filesystem into a SD card, but we have the option of putting it into NAND, and have done so. -- Tom Evans ___ U-Boot mailing

Re: [U-Boot] [PATCH] [ARM] Change the UDP Checksum code to work with ARM data alignment.

2008-08-26 Thread Tom Evans
to send the patch as a zipped attachment. Or gzipped. Is this allowable or does it have to be "real email text"? - === Tom Evans [EMAIL PROTECTED] CEOS Pty Ltd www.ceos.com.au 3/17 Burgundy St, Heidelberg, Victoria 3084, Australia Phone (+61 3) 9458

[U-Boot] [PATCH] [ARM] Change the UDP Checksum code to work with ARM data alignment.

2008-08-25 Thread Tom Evans
> From: Ben Warren <[EMAIL PROTECTED]> > Subject: Re: [U-Boot] ARM: net.c: UDP Checksum code > failing every packet > To: Tom Evans <[EMAIL PROTECTED]> > Cc: U-Boot > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=IS

[U-Boot] ARM: net.c: UDP Checksum code failing every packet

2008-08-18 Thread Tom Evans
gt; 16) & 0x; xsum += (ntohl(tmp) >> 0) & 0x0000; I'm afraid I can't generate a patch to do this. Could someone else please incorporate this change if required? Tom Evans ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot