Changeset 3060
- Timestamp:
- Jul 12, 2012 11:02:13 PM (11 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 2 added
- 5 edited
-
1.75/fw.bth (modified) (1 diff)
-
1.75/testitems.fth (modified) (6 diffs)
-
3.0/fw.bth (modified) (1 diff)
-
3.0/testitems.fth (added)
-
build-fw.fth (modified) (1 diff)
-
cl4/fw.bth (modified) (1 diff)
-
cl4/testitems.fth (added)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/fw.bth
r3049 r3060 40 40 fload ${BP}/cpu/arm/olpc/1.75/switches.fth 41 41 fload ${BP}/cpu/arm/olpc/1.75/leds.fth 42 fload ${BP}/cpu/arm/olpc/1.75/testitems.fth 42 43 fload ${BP}/cpu/arm/olpc/1.75/testinstructions.fth 43 44 fload ${BP}/cpu/arm/olpc/gpio-gamekeys.fth -
cpu/arm/olpc/1.75/testitems.fth
r3059 r3060 13 13 icon: wifi.icon rom:wifi.565 14 14 icon: audio.icon rom:audio.565 15 \- olpc-cl3 icon: touchpad.icon rom:touchpad.565 16 \+ olpc-cl3 icon: touchscreen.icon rom:touchpad.565 15 icon: touchpad.icon rom:touchpad.565 17 16 icon: display.icon rom:display.565 18 \- olpc-cl3icon: keyboard.icon rom:keyboard.56517 icon: keyboard.icon rom:keyboard.565 19 18 icon: timer.icon rom:timer.565 20 19 icon: clock.icon rom:clock.565 … … 22 21 icon: leds.icon rom:leds.565 23 22 24 \+ olpc-cl3 : screen-kbd-scroller ( -- ) blank-screen open-screen-keyboard ;25 \+ olpc-cl3 ' screen-kbd-scroller to scroller-on26 \+ olpc-cl3 ' close-screen-keyboard to scroller-off27 23 28 24 : cpu-item ( -- ) " /cpu" mfg-test-dev ; … … 30 26 : spiflash-item ( -- ) " /flash" mfg-test-dev ; 31 27 : memory-item ( -- ) " /memory" mfg-test-dev ; 32 \+ olpc-cl2 : usb-item ( -- ) " /usb/hub" mfg-test-dev ; 33 \+ olpc-cl3 : otg-item ( -- ) " otg" mfg-test-dev ; 34 \+ olpc-cl3 : usb-item ( -- ) " usba" mfg-test-dev ; 28 : usb-item ( -- ) " /usb/hub" mfg-test-dev ; 35 29 : int-sd-item ( -- ) " int:0" mfg-test-dev ; 36 \- olpc-cl3: ext-sd-item ( -- ) " ext:0" mfg-test-dev ;30 : ext-sd-item ( -- ) " ext:0" mfg-test-dev ; 37 31 : rtc-item ( -- ) " /rtc" mfg-test-dev ; 38 32 : display-item ( -- ) " /display" gfx-test-dev ; … … 41 35 : wlan-item ( -- ) " /wlan" mfg-test-dev ; 42 36 : timer-item ( -- ) " /timer" mfg-test-dev ; 43 \- olpc-cl3 : touchpad-item ( -- ) " mouse" mfg-test-dev ; 44 \+ olpc-cl3 : touchscreen-item ( -- ) " /touchscreen" gfx-test-dev ; 45 \- olpc-cl3 : keyboard-item ( -- ) " keyboard" mfg-test-dev ; 37 : touchpad-item ( -- ) " mouse" mfg-test-dev ; 38 : keyboard-item ( -- ) " keyboard" mfg-test-dev ; 46 39 : switch-item ( -- ) " /accelerometer" mfg-test-dev " /switches" mfg-test-dev ; 47 40 : leds-item ( -- ) " /leds" mfg-test-dev ; … … 63 56 ['] int-sd-item sdcard.icon add-icon 64 57 65 \- olpc-cl3" Plug-in SD card"66 \- olpc-cl3['] ext-sd-item sdcard.icon add-icon58 " Plug-in SD card" 59 ['] ext-sd-item sdcard.icon add-icon 67 60 68 61 " Wireless LAN" … … 84 77 ['] rtc-item clock.icon add-icon 85 78 86 \+ olpc-cl2 " USB ports" 87 \+ olpc-cl3 " USB-A port" 79 " USB ports" 88 80 ['] usb-item usb.icon add-icon 89 81 90 \+ olpc-cl3 " USB OTG port"91 \+ olpc-cl3 ['] otg-item usb.icon add-icon92 82 93 83 \ These are last because they require user participation. 94 84 \ The earlier tests are all included in automatic batch-mode. 95 85 96 \- olpc-cl3" Keyboard"97 \- olpc-cl3['] keyboard-item keyboard.icon add-icon86 " Keyboard" 87 ['] keyboard-item keyboard.icon add-icon 98 88 99 \- olpc-cl3" Touchpad"100 \- olpc-cl3['] touchpad-item touchpad.icon add-icon89 " Touchpad" 90 ['] touchpad-item touchpad.icon add-icon 101 91 102 \+ olpc-cl3 " Touchscreen"103 \+ olpc-cl3 ['] touchscreen-item touchscreen.icon add-icon104 92 105 93 " LEDs" -
cpu/arm/olpc/3.0/fw.bth
r3049 r3060 18 18 fload ${BP}/cpu/arm/olpc/3.0/switches.fth 19 19 fload ${BP}/cpu/arm/olpc/3.0/leds.fth 20 fload ${BP}/cpu/arm/olpc/3.0/testitems.fth 20 21 fload ${BP}/cpu/arm/olpc/3.0/testinstructions.fth 21 22 fload ${BP}/cpu/arm/olpc/test-tweaks.fth -
cpu/arm/olpc/build-fw.fth
r3059 r3060 794 794 : ?text-on ( -- ) key? if text-on visible then ; 795 795 [then] 796 797 fload ${BP}/cpu/arm/olpc/1.75/testitems.fth798 796 799 797 : startup ( -- ) -
cpu/arm/olpc/cl4/fw.bth
r3055 r3060 35 35 fload ${BP}/cpu/arm/olpc/cl4/switches.fth 36 36 fload ${BP}/cpu/arm/olpc/cl4/leds.fth 37 fload ${BP}/cpu/arm/olpc/cl4/testitems.fth 37 38 fload ${BP}/cpu/arm/olpc/cl4/testinstructions.fth 38 39 fload ${BP}/cpu/arm/olpc/gpio-gamekeys.fth
Note: See TracChangeset
for help on using the changeset viewer.
