Author: wmb Date: Sun Dec 19 18:02:27 2010 New Revision: 2086 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2086
Log: XO-1.75 - OLPC trac #10493 - Turn off display in reset-all (bye, reboot) so the display fade-out is not visible.
Modified: cpu/arm/olpc/1.75/devices.fth
Modified: cpu/arm/olpc/1.75/devices.fth ============================================================================== --- cpu/arm/olpc/1.75/devices.fth Fri Dec 17 21:55:59 2010 (r2085) +++ cpu/arm/olpc/1.75/devices.fth Sun Dec 19 18:02:27 2010 (r2086) @@ -75,6 +75,13 @@ fload ${BP}/cpu/arm/mmp2/irq.fth
fload ${BP}/cpu/arm/mmp2/watchdog.fth \ reset-all using watchdog timer +: olpc-reset-all ( -- ) + " screen" " dcon-off" ['] execute-device-method catch if + 2drop 2drop + then + (reset-all) +; +' olpc-reset-all to reset-all
0 0 " d4018000" " /" begin-package \ UART3 fload ${BP}/cpu/arm/mmp2/uart.fth
openfirmware@openfirmware.info