No subject


Mon Dec 5 13:53:56 CET 2011


entry/return, assignment of the args to registers (say 8 instructions
all up), and perhaps take advantage of already-calculated partial
expressions. Actually it took a bit of messing around to reduce the
overhead of this patch to that level.

>
>
>>>> - Make relocation symbols global so we can use them outside start.S
>>>
>>>
>>> Why should they relocation symbols ever be used outside of actually
>>> relocating?
>>
>>
>> Well since relocation is moving out of start.S to a generic library
>> which is not architecture-specific, we must make these symbols
>> available to it. Otherwise the generic code doesn't know what it is
>> relocating.
>
>
> Understood. My point is that they should not be made available to code ot=
her
> than the relocation code.

Oh I see. Yes of course.

Regards,
Simon

>
>> Regards,
>> Simon
>
>
> Amicalement,
> --
> Albert.


More information about the U-Boot mailing list