Author: wmb Date: 2007-09-19 04:58:53 +0200 (Wed, 19 Sep 2007) New Revision: 622
Modified: cpu/x86/pc/olpc/setwp.fth Log: OLPC - Added new "enable-security" and "disable-security" commands per cscott's request.
Modified: cpu/x86/pc/olpc/setwp.fth =================================================================== --- cpu/x86/pc/olpc/setwp.fth 2007-09-19 02:58:07 UTC (rev 621) +++ cpu/x86/pc/olpc/setwp.fth 2007-09-19 02:58:53 UTC (rev 622) @@ -62,3 +62,10 @@ [char] w swap 1+ c! ( ) put-mfg-data ; + +alias disable-security clear-wp + +: enable-security ( -- ) + board-revision h# b48 < abort" Only supported on B4 and later" + set-wp +;