[U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support

Tom Rini tom.rini at gmail.com
Wed Feb 1 20:57:14 CET 2012


On Wed, Feb 1, 2012 at 12:49 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Tom Rini,
>
> In message <CA+M6bXkXA+356AFLGDS55o=7bZuuQCcPCXAVEjo9AWDENn3wfQ at mail.gmail.com> you wrote:
>>
>> Maybe we need to separate out the systems which are very resource
>> constrained from the ones that aren't, share code where we can and
>> make that code obviously marked as such.
>
> I think it's the other way round. You ned to find out which code is
> safe to call from a restricted environment, and track down the linker
> dependencies to make sure you don't pull something in that breaks.
> Which means you need to review all code and mark it's requirements.

So are you then open to playing more linker games, at least for the
boot modes where this is rather feasible? (.data.splsafe /
.text.splsafe and head.o)

-- 
Tom


More information about the U-Boot mailing list