Re: [U-Boot] [PATCH] microblaze: usable uart16550 for big endian systems

2011-11-25 Thread Michal Simek
Stephan Linz wrote: Am Donnerstag, den 24.11.2011, 20:13 +0100 schrieb Michal Simek: Stephan Linz wrote: --snip-- Here is patch I have used. Please add that changes to v2 patch. I'll do it this way. Give me a little time to change and test it. Currently I am sill working on refactoring of the

Re: [U-Boot] [PATCH] microblaze: usable uart16550 for big endian systems

2011-11-24 Thread Stephan Linz
Am Donnerstag, den 24.11.2011, 20:13 +0100 schrieb Michal Simek: > Stephan Linz wrote: > >--snip-- > >> > >> Here is patch I have used. Please add that changes to v2 patch. > > > > I'll do it this way. Give me a little time to change and test it. > > Currently I am sill working on refactoring of t

Re: [U-Boot] [PATCH] microblaze: usable uart16550 for big endian systems

2011-11-24 Thread Michal Simek
Stephan Linz wrote: Am Mittwoch, den 23.11.2011, 15:40 +0100 schrieb Michal Simek: Hi Stephan, Stephan Linz wrote: As a result of the commit 6833260 the uart16550 driver is broken for Microblaze big endian systems, because of the missing 3 byte offset. Other than as described, the U-Boot BSP

Re: [U-Boot] [PATCH] microblaze: usable uart16550 for big endian systems

2011-11-24 Thread Stephan Linz
Am Mittwoch, den 23.11.2011, 15:40 +0100 schrieb Michal Simek: > Hi Stephan, > > >> Stephan Linz wrote: > >>> As a result of the commit 6833260 the uart16550 driver > >>> is broken for Microblaze big endian systems, because of > >>> the missing 3 byte offset. Other than as described, the > >>> U-

Re: [U-Boot] [PATCH] microblaze: usable uart16550 for big endian systems

2011-11-23 Thread Michal Simek
Hi Stephan, Stephan Linz wrote: As a result of the commit 6833260 the uart16550 driver is broken for Microblaze big endian systems, because of the missing 3 byte offset. Other than as described, the U-Boot BSP does not treat properly the 3 byte offset. However, with the new 32 bit access to ns

Re: [U-Boot] [PATCH] microblaze: usable uart16550 for big endian systems

2011-11-21 Thread Stephan Linz
Am Montag, den 21.11.2011, 08:21 +0100 schrieb Michal Simek: > Hi Stephan, > > Stephan Linz wrote: > > As a result of the commit 6833260 the uart16550 driver > > is broken for Microblaze big endian systems, because of > > the missing 3 byte offset. Other than as described, the > > U-Boot BSP does

Re: [U-Boot] [PATCH] microblaze: usable uart16550 for big endian systems

2011-11-20 Thread Michal Simek
Hi Stephan, Stephan Linz wrote: As a result of the commit 6833260 the uart16550 driver is broken for Microblaze big endian systems, because of the missing 3 byte offset. Other than as described, the U-Boot BSP does not treat properly the 3 byte offset. However, with the new 32 bit access to ns1