From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andr=E9_Schaller?= Date: Mon, 08 Jul 2013 10:28:11 +0200 Subject: [U-Boot] U-Boot + libtomcrypt Message-ID: <51DA781B.1010605@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?