Author: wmb Date: Sat Oct 22 07:19:56 2011 New Revision: 2639 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2639
Log: OLPC XO-1.75 - selftest - moved the accelerometer test before the switches test to avoid accerometer failures due to moving the machine while performing the switches test.
Modified: cpu/arm/olpc/1.75/fw-version.fth cpu/arm/olpc/1.75/mfgtest.fth
Modified: cpu/arm/olpc/1.75/fw-version.fth ============================================================================== --- cpu/arm/olpc/1.75/fw-version.fth Sat Oct 22 06:25:07 2011 (r2638) +++ cpu/arm/olpc/1.75/fw-version.fth Sat Oct 22 07:19:56 2011 (r2639) @@ -1,3 +1,3 @@ \ The overall firmware revision macro: FW_MAJOR B -macro: FW_MINOR 12 +macro: FW_MINOR 12mi
Modified: cpu/arm/olpc/1.75/mfgtest.fth ============================================================================== --- cpu/arm/olpc/1.75/mfgtest.fth Sat Oct 22 06:25:07 2011 (r2638) +++ cpu/arm/olpc/1.75/mfgtest.fth Sat Oct 22 07:19:56 2011 (r2639) @@ -143,9 +143,8 @@ : timer-item ( -- ) " /timer" mfg-test-dev ; : touchpad-item ( -- ) " mouse" mfg-test-dev ; : keyboard-item ( -- ) " keyboard" mfg-test-dev ; -: switch-item ( -- ) " /switches" mfg-test-dev " /accelerometer" mfg-test-dev ; +: switch-item ( -- ) " /accelerometer" mfg-test-dev " /switches" mfg-test-dev ; : leds-item ( -- ) " /leds" mfg-test-dev ; -\ XXX need to test sensors like accelerometer and compass
: olpc-menu-items ( -- ) clear-menu