[openfirmware] [commit] r3071 - cpu/arm/mmp2

repository service svn at openfirmware.info
Wed Jul 18 23:47:54 CEST 2012


Author: wmb
Date: Wed Jul 18 23:47:53 2012
New Revision: 3071
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3071

Log:
OLPC ARM - Ensure that the WTM clock is on when initializing the random number generator.

Modified:
   cpu/arm/mmp2/hash.fth

Modified: cpu/arm/mmp2/hash.fth
==============================================================================
--- cpu/arm/mmp2/hash.fth	Wed Jul 18 23:45:40 2012	(r3070)
+++ cpu/arm/mmp2/hash.fth	Wed Jul 18 23:47:53 2012	(r3071)
@@ -157,6 +157,7 @@
 alias random random-long
 
 stand-init: Random number generator
+   h# 1b h# 68 pmua!   \ Ensure WTM clock is enabled
    init-entropy
 ;
 



More information about the openfirmware mailing list