Author: quozl Date: Wed Nov 23 06:42:38 2011 New Revision: 2701 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2701
Log: OLPC XO-1.75 - prevent keyboard interrupt during flash or flash-ec, #11488
Modified: cpu/arm/olpc/1.75/devices.fth
Modified: cpu/arm/olpc/1.75/devices.fth ============================================================================== --- cpu/arm/olpc/1.75/devices.fth Wed Nov 23 02:03:08 2011 (r2700) +++ cpu/arm/olpc/1.75/devices.fth Wed Nov 23 06:42:38 2011 (r2701) @@ -187,8 +187,10 @@ ols-off ignore-power-button hdd-led-on + disable-interrupts ; : )flash-vulnerable ( -- ) + enable-interrupts hdd-led-off d# 850 ms \ allow time for 8051 to finish reset and power us down ;