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

svn at openbios.org svn at openbios.org
Fri Aug 31 03:16:13 CEST 2007


Author: wmb
Date: 2007-08-31 03:16:13 +0200 (Fri, 31 Aug 2007)
New Revision: 592

Modified:
   cpu/x86/pc/olpc/fw.bth
   cpu/x86/pc/olpc/setwp.fth
Log:
Added set-wp to the build.






Modified: cpu/x86/pc/olpc/fw.bth
===================================================================
--- cpu/x86/pc/olpc/fw.bth	2007-08-31 01:15:01 UTC (rev 591)
+++ cpu/x86/pc/olpc/fw.bth	2007-08-31 01:16:13 UTC (rev 592)
@@ -337,6 +337,7 @@
 fload ${BP}/cpu/x86/pc/olpc/crypto.fth       \ Cryptographic image validation
 fload ${BP}/cpu/x86/pc/olpc/lzip.fth         \ Access zip images from memory
 fload ${BP}/cpu/x86/pc/olpc/security.fth
+fload ${BP}/cpu/x86/pc/olpc/setwp.fth
 fload ${BP}/ofw/gui/ofpong.fth
 [then]
 

Modified: cpu/x86/pc/olpc/setwp.fth
===================================================================
--- cpu/x86/pc/olpc/setwp.fth	2007-08-31 01:15:01 UTC (rev 591)
+++ cpu/x86/pc/olpc/setwp.fth	2007-08-31 01:16:13 UTC (rev 592)
@@ -11,4 +11,3 @@
    h# fffefffe 2  " wp"  $=  if  ." Succeeded" cr  then
    spi-reprogrammed
 ;
-set-wp




More information about the OpenBIOS mailing list