public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Limitations/Considerations when programming U-Boot
@ 2013-05-15  9:04 Oliver Stäbler
  2013-05-16  8:13 ` Romain Izard
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Stäbler @ 2013-05-15  9:04 UTC (permalink / raw)
  To: u-boot

Hi all,

I'm currently investigating the possibility of using a cryptographic 
library in U-Boot to verify signatures during a fatload (or similar).

So my question is, what has to be considered when choosing a crypto library?

As far as I understood so far, U-Boot only implements a part of the C 
Standard Library. So this has to be considered, right?

The README mentions that the stack space is very limited. Is this still 
the case when the "shell" is loaded or is this just the case during
initialization?
If so, this means for a crypto library that it should not do a lot in 
the stack, but prefer heap space?
Then again, are there any boundaries in using heap? Maybe increase 
CONFIG_SYS_MALLOC_LEN?

Is there anything else I have to consider?

Thanks,
Oliver

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-16  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15  9:04 [U-Boot] Limitations/Considerations when programming U-Boot Oliver Stäbler
2013-05-16  8:13 ` Romain Izard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox