Re: [U-Boot] smdk2416 board support

2011-07-06 Thread Thiago A . Corrêa
Hi, Sorry for the shameless advertising, but I thought that perhaps someone would be interested to know that I've started working on this, and I was able to convince ppl here to offer a small bounty on getting this work done, and done properly. So I've posted a project on freelancer.com (http

[U-Boot] smdk2416 board support

2011-04-26 Thread Thiago A . Corrêa
Hi, We have a board based on smdk2416 and we received from the kit manufacturer, from which we based our own board a custom u-boot, which contains support for the following SMDK boards: 2412 2416 2440 2442 2443 2450 6400 6410 6430 c100 We are only interested in 2416 atm, but since we use

Re: [U-Boot] [PATCH v3] crc32: Impl. linux optimized crc32()

2009-11-19 Thread Thiago A . Corrêa
Hi, 2009/11/19 Joakim Tjernlund : > > The whole point of the tole define is to make the table more > readable. Try and replace tole in the table and then > look at it. > Ah, ok. Then I think this one at make_crc_table should use the __cpu_to_le32() as tole only porpuse is a more readable table, t

Re: [U-Boot] [PATCH v3] crc32: Impl. linux optimized crc32()

2009-11-19 Thread Thiago A . Corrêa
Hi, On Thu, Nov 19, 2009 at 10:44 AM, Joakim Tjernlund wrote: > > +#define tole(x) cpu_to_le32(x) > + This define is only used once and at the constants table, after that, cpu_to_le32 is called directly. Perhaps this could be removed and cpu_to_le32 used instead, or change everything at that fil

Re: [U-Boot] [PATCH] atngw100: Use virtual address in CONFIG_ENV_ADDR

2009-09-01 Thread Thiago A . Corrêa
Hi, I don't want to intrude too much into the discussion, but I would like to offer a small bit of info On Tue, Sep 1, 2009 at 10:23 AM, Haavard Skinnemoen wrote: >> It would be a good idea to clean up this board  support,  remove  the >> proprietary  flash driver and use the CFI driver instea