j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-08-31 09:59:15 +0200 (Fri, 31 Aug 2007) New Revision: 596
Modified: cpu/x86/pc/olpc/security.fth Log: Name change for secure-boot.
Modified: cpu/x86/pc/olpc/security.fth =================================================================== --- cpu/x86/pc/olpc/security.fth 2007-08-31 07:52:04 UTC (rev 595) +++ cpu/x86/pc/olpc/security.fth 2007-08-31 07:59:15 UTC (rev 596) @@ -376,7 +376,7 @@ 2drop false ;
-: do-secure-boot ( -- ) +: secure-boot ( -- ) debug-security? if screen-ih stdout ! then ['] secure-load-ramdisk to load-ramdisk secure-load 0= if fail-load then @@ -386,8 +386,8 @@
: wp? ( -- flag ) " wp" find-tag dup if nip nip then ;
-: secure-boot ( -- ) wp? if do-secure-boot else boot then ; -" secure-boot" ' boot-command set-config-string-default +: ?secure-boot ( -- ) wp? if secure-boot else boot then ; +" ?secure-boot" ' boot-command set-config-string-default
\ For dn in boot-device-list \ if