Author: quozl Date: Tue Nov 2 06:34:33 2010 New Revision: 1997 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1997
Log: OLPC XO-1.5 - dual boot, use rocker down key for menu, restore pretty boot
Modified: cpu/x86/pc/olpc/gui.fth cpu/x86/pc/olpc/via/fw.bth
Modified: cpu/x86/pc/olpc/gui.fth ============================================================================== --- cpu/x86/pc/olpc/gui.fth Sat Oct 30 06:53:25 2010 (r1996) +++ cpu/x86/pc/olpc/gui.fth Tue Nov 2 06:34:33 2010 (r1997) @@ -362,6 +362,7 @@ \ === Stuff moved from security.fth ===
: visible dcon-unfreeze text-on ; +: invisible text-off dcon-freeze ;
0 0 2value next-icon-xy 0 0 2value next-dot-xy
Modified: cpu/x86/pc/olpc/via/fw.bth ============================================================================== --- cpu/x86/pc/olpc/via/fw.bth Sat Oct 30 06:53:25 2010 (r1996) +++ cpu/x86/pc/olpc/via/fw.bth Tue Nov 2 06:34:33 2010 (r1997) @@ -647,8 +647,8 @@ [then]
: ?boot-menu ( -- ) - button-rotate game-key? if - protect-fw visible bootmenu + rocker-down game-key? if + protect-fw visible bootmenu invisible show-child then ;
openfirmware@openfirmware.info