[U-Boot] [PATCH v3] Switch from archive libraries to partial linking

Wolfgang Denk wd at denx.de
Fri Nov 19 09:08:33 CET 2010


Dear Sebastien Carlier,

In message <sebastien.carlier at 1e724f1c01c015f817d5e33b57e7134d4468dbcc> you wrote:
>
> It looks like the purpose is to optimally fill a flash sector with
> definitions, is this accurate?  Why is this needed?  Beside the obvious

Correct.

> (reset vectors, startup code), is there any reason to prefer any given
> definition to go into the sector being filled?

Well, we want to squeeze as many code into the first sectores, to
minimize the unused space.  So far this was trivial, as I just could
pick object files of suitable size.  Now we have to come up with a new
solution.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Calm down, it's *__only* ones and zeroes.


More information about the U-Boot mailing list