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 21:13:34 +0200 (Wed, 28 May 2008) New Revision: 829
Modified: cpu/x86/pc/olpc/memtest.fth Log: OLPC - memtest didn't work on secure machines with a developer key because the screen was frozen at the DCON level.
Modified: cpu/x86/pc/olpc/memtest.fth =================================================================== --- cpu/x86/pc/olpc/memtest.fth 2008-05-28 18:26:14 UTC (rev 828) +++ cpu/x86/pc/olpc/memtest.fth 2008-05-28 19:13:34 UTC (rev 829) @@ -7,6 +7,7 @@ over h# 10000 = if ( vaddr size ) \ Map the frame buffer (virtual=physical) h# 910 config-l@ dup 100.0000 -1 mmu-map + unfreeze then
\ If it's not memtest, chain to the linux recognizer