Author: wmb Date: Thu Aug 9 14:27:13 2012 New Revision: 3143 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3143
Log: OLPC - Load the crypto code in stand-init, because demand-loading it during WLAN startup can mess up resolution of later path components.
Modified: cpu/x86/pc/olpc/crypto.fth
Modified: cpu/x86/pc/olpc/crypto.fth ============================================================================== --- cpu/x86/pc/olpc/crypto.fth Thu Aug 9 10:28:22 2012 (r3142) +++ cpu/x86/pc/olpc/crypto.fth Thu Aug 9 14:27:13 2012 (r3143) @@ -19,6 +19,9 @@ true to crypto-loaded? false ; +stand-init: Crypto + load-crypto drop +; : unload-crypto ( -- ) crypto-loaded? 0= if exit then verify-base /verify mem-release
openfirmware@openfirmware.info