j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2008-05-28 20:26:14 +0200 (Wed, 28 May 2008) New Revision: 828
Modified: cpu/x86/pc/olpc/devices.fth cpu/x86/pc/olpc/security.fth Log: OLPC trac 7114 - ensure indexed-I/O is disabled during early interaction.
Modified: cpu/x86/pc/olpc/devices.fth =================================================================== --- cpu/x86/pc/olpc/devices.fth 2008-05-27 18:24:54 UTC (rev 827) +++ cpu/x86/pc/olpc/devices.fth 2008-05-28 18:26:14 UTC (rev 828) @@ -232,7 +232,7 @@ fload ${BP}/dev/olpc/kb3700/ecspi.fth \ EC chip SPI FLASH access
warning @ warning off -: stand-init stand-init h# fff0.0000 to flash-base ; +: stand-init-io stand-init-io h# fff0.0000 to flash-base ; warning !
fload ${BP}/dev/olpc/kb3700/ecserial.fth \ Serial access to EC chip
Modified: cpu/x86/pc/olpc/security.fth =================================================================== --- cpu/x86/pc/olpc/security.fth 2008-05-27 18:24:54 UTC (rev 827) +++ cpu/x86/pc/olpc/security.fth 2008-05-28 18:26:14 UTC (rev 828) @@ -566,9 +566,12 @@
false value in-factory?
-stand-init: wp +warning @ warning off +: stand-init-io + stand-init-io " wp" find-tag if 2drop true to secure? then ; +warning !
: message-and-off ( -- ) aborted? @ if