
8 Jul
2013
8 Jul
'13
10:28 a.m.
Hi there,
I want to add some Random Number Generation functions / Hashing Functions to u-boot. I implemented the functionality and now I need to include it to the upstream source code of u-boot (inside hwinit-common.c). I was wondering if these even works? Is this lib small enough to fit in the MLO? Can I adjust the size of the MLO if it is too large? Did anyone tried to do this before and could share experiences? Right now I am including all the missing header-files to the source code (which are needed by libtomcrypt).
Thanks in adaance, André