Re: [U-Boot-Users] [PATCH] Adds support for Xilinx Uart Lite on ppc4xx

2008-07-11 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > 100% NACK. > > > > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > > --- > > include/asm-ppc/arch-ppc4xx/xbasic_types.h | 301 > > > > include/asm-ppc/arch-ppc4xx/xio.h | 63 ++ > > include/asm

Re: [U-Boot-Users] [PATCH] Adds support for Xilinx Uart Lite on ppc4xx

2008-07-11 Thread Michal Simek
Hi Wolfgang and Ricardo, > Hello again > > This files already exist on the u-boot tree. They are located in > include/asm-microblaze and include/asm-microblaze/arch-microblaze . > They give support to a simple uart which can also be used on the > powerpc, I have just copied them from one dir

Re: [U-Boot-Users] [PATCH] Adds support for Xilinx Uart Lite on ppc4xx

2008-07-10 Thread Michal Simek
100% NACK. > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> > --- > include/asm-ppc/arch-ppc4xx/xbasic_types.h | 301 > > include/asm-ppc/arch-ppc4xx/xio.h | 63 ++ > include/asm-ppc/arch-ppc4xx/xuartlite_l.h | 256 +

Re: [U-Boot-Users] [PATCH] Adds support for Xilinx Uart Lite on ppc4xx

2008-07-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > This files already exist on the u-boot tree. They are located in > include/asm-microblaze and include/asm-microblaze/arch-microblaze . > They give support to a simple uart which can also be used on the > powerpc, I have just copied them from one di

Re: [U-Boot-Users] [PATCH] Adds support for Xilinx Uart Lite on ppc4xx

2008-07-10 Thread Ricardo Ribalda Delgado
Hello again This files already exist on the u-boot tree. They are located in include/asm-microblaze and include/asm-microblaze/arch-microblaze . They give support to a simple uart which can also be used on the powerpc, I have just copied them from one directory to another. This files have

Re: [U-Boot-Users] [PATCH] Adds support for Xilinx Uart Lite on ppc4xx

2008-07-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > +* This program is free software; you can redistribute it and/or modify it > +* under the terms of the GNU General Public License as published by the > +* Free Software Foundation; either version 2 of the License, or (at your > +* optio