From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 4 Aug 2015 08:52:58 -0700 Subject: [U-Boot] [PATCH 3/3] crypto/fsl - enable raw data instead of von Neumann data In-Reply-To: <1430833715-18193-4-git-send-email-alexandru.porosanu@freescale.com> References: <1430833715-18193-1-git-send-email-alexandru.porosanu@freescale.com> <1430833715-18193-4-git-send-email-alexandru.porosanu@freescale.com> Message-ID: <55C0DFDA.80000@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/05/2015 06:48 AM, Alex Porosanu wrote: > The sampling of the oscillator can be done in multiple modes for > generating the entropy value. By default, this is set to von > Neumann. This patch changes the sampling to raw data, since it > has been discovered that the generated entropy has a better > 'quality'. > > Signed-off-by: Alex Porosanu > --- Applied to u-boot-fsl-qoriq master with minor change in subject. Thanks. York