[U-Boot] [PATCH] [ONENAND] Reduce OneNAND IPL code size

Kyungmin Park kmpark at infradead.org
Thu Oct 23 10:39:50 CEST 2008


On Thu, Oct 23, 2008 at 5:09 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Kyungmin Park,
>
> In message <20081023005452.GA13453 at july> you wrote:
>> To give more code at lowlevel_init at each boards
>
> Can you please describe exactly what thgis patch is supposed to do and
> what problem it is supposed to fix?
>
> I cannot make heads nor tails from your descritpion, sorry.

OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
bootloader, but it's common code used about 300~400 bytes. So board
specific codes, such as lowlevel_init, can't has enough code. It make
a difficult to implement OneNAND IPL.

This patch make this common code as small as possible. and give
lowlevel_init can have more codes.

Thank you,
Kyungmin Park


More information about the U-Boot mailing list