[OpenBIOS] r594 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Fri Aug 31 09:45:02 CEST 2007


Author: wmb
Date: 2007-08-31 09:45:02 +0200 (Fri, 31 Aug 2007)
New Revision: 594

Added:
   cpu/x86/pc/olpc/crypto.bth
Log:
Initial checkin of crypto.bth








Added: cpu/x86/pc/olpc/crypto.bth
===================================================================
--- cpu/x86/pc/olpc/crypto.bth	                        (rev 0)
+++ cpu/x86/pc/olpc/crypto.bth	2007-08-31 07:45:02 UTC (rev 594)
@@ -0,0 +1,15 @@
+purpose: Fetch the Crypto code and keys
+
+command: &builder &this
+build-now
+
+fload ${BP}/cpu/x86/pc/olpc/versions.fth
+
+" wget http://dev.laptop.org/pub/firmware/crypto/bios_crypto-${CRYPTO_VERSION}.img -O crypto.img" expand$ $sh
+" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/os.public -O os.public" expand$ $sh
+" wget http://dev.laptop.org/pub/firmware/crypto/testkeys/fw.public -O fw.public" expand$ $sh
+
+\ This forces the creation of an crypto.log file, so we don't re-fetch
+writing crypto.version
+" ${CRYPTO_VERSION}"n" expand$  ofd @ fputs
+ofd @ fclose




More information about the OpenBIOS mailing list