Re: [U-Boot] [PATCH 7/9] DM9000:Add a byte swap macro for dm9000 io operation.

2011-08-24 Thread Jin Zhengxiong-R64188
> Subject: Re: [U-Boot] [PATCH 7/9] DM9000:Add a byte swap macro for dm9000 io > operation. > > On Tuesday, August 23, 2011 01:47:54 Jason Jin wrote: > > +#ifndef DM9000_BYTE_SWAPPED > > should be CONFIG_XXX > -mike [Jin Zhengxiong-R64188] Thanks Mike, I'll updat

Re: [U-Boot] [PATCH 7/9] DM9000:Add a byte swap macro for dm9000 io operation.

2011-08-23 Thread Mike Frysinger
On Tuesday, August 23, 2011 01:47:54 Jason Jin wrote: > +#ifndef DM9000_BYTE_SWAPPED should be CONFIG_XXX -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailma

[U-Boot] [PATCH 7/9] DM9000:Add a byte swap macro for dm9000 io operation.

2011-08-22 Thread Jason Jin
commit a45dde2293c816138e53c26eca6fd0322583f9a6 changed the dm9000 direct register access to standard IO. This should work on the ColdFire platform as there are corresponding macros for the LE devices. But the hardware settings on some ColdFire boards had swapped the byte order which make the origi

[U-Boot] [PATCH 7/9] DM9000:Add a byte swap macro for dm9000 io operation.

2011-08-21 Thread Jason Jin
commit a45dde2293c816138e53c26eca6fd0322583f9a6 changed the dm9000 direct register access to standard IO. This should work on the ColdFire platform as there are corresponding macros for the LE devices. But the hardware settings on some ColdFire boards had swapped the byte order which make the origi