Re: [U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Detlev Zundel
Hi Alon, > It was not my intention to add publicity my name, but provide > a solution for users, as it took a lot of work to make it > work without many changes from other implementation. Adding someones name to code that one has written is primarily not for publicity reasons but for somple track

Re: [U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Detlev Zundel
Hi Alon, > I don't understand why you are so angry... Maybe because you misunderstood me. Let me assure you, that I'm not angry. I only wanted to make a clear statement that there are people on this list who spend really lots of time in the "unsexy job" of cleaning up code. This usually takes

Re: [U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Alon Bar-Lev
I don't understand why you are so angry... There is no simple implementation of code reuse within the boards. You know the code much better than I do. Please free to drop this implementation. Alon. On Tue, Apr 7, 2009 at 9:22 PM, Detlev Zundel wrote: > Hi Alon, > >> It was not my intention to a

Re: [U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Alon Bar-Lev
Hello, It was not my intention to add publicity my name, but provide a solution for users, as it took a lot of work to make it work without many changes from other implementation. Any way to do it using a reuse would be super, although this is not the only duplication in u-boot board tree... Alo

Re: [U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Detlev Zundel
Hi Alon, a new board port without a single (C)opyright by your name - must have been a hard day copying ;) > This configuration is based on the trizepsiv board, and the > work Daniel Mack did in the past [1]. > > The following files were taken as-is from trizepsiv board: > - lowlevel_init.S > -

[U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Alon Bar-Lev
This configuration is based on the trizepsiv board, and the work Daniel Mack did in the past [1]. The following files were taken as-is from trizepsiv board: - lowlevel_init.S - pxavoltage.S - u-boot.lds The main module is the same except it does not use multi serial and does not have usb supp