Changeset 2866
- Timestamp:
- Feb 15, 2012 9:04:02 AM (15 months ago)
- Location:
- cpu/x86/pc/olpc
- Files:
-
- 2 added
- 4 edited
-
devices.fth (modified) (1 diff)
-
fw.bth (modified) (3 diffs)
-
loaddropins.fth (modified) (1 diff)
-
olpc.bth (modified) (3 diffs)
-
testicons.bth (added)
-
testitems.fth (added)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/devices.fth
r2812 r2866 101 101 " dropins" device-name 102 102 103 h# c0000 constant /device103 h# f0000 constant /device 104 104 fload ${BP}/dev/subrange.fth 105 105 end-package -
cpu/x86/pc/olpc/fw.bth
r2865 r2866 305 305 time&date .date space .time ." UTC" cr 306 306 ; 307 307 308 fload ${BP}/cpu/x86/pc/olpc/banner.fth 308 309 309 fload ${BP}/ofw/gui/loadmenu.fth 310 fload ${BP}/cpu/x86/pc/olpc/via/mfgtest.fth 311 fload ${BP}/cpu/x86/pc/olpc/testitems.fth 312 310 313 false value smt-test? false value final-test? 311 314 fload ${BP}/cpu/x86/pc/olpc/disptest.fth … … 560 563 rocker-left game-key? if 561 564 protect-fw 562 text-on " test-all" ['] evalguarded565 text-on ['] gamekey-auto-menu guarded 563 566 ." Tests complete - powering off" cr d# 5000 ms power-off 564 567 then … … 656 659 657 660 fload ${BP}/cpu/x86/pc/olpc/diskspeed.fth \ Mass storage speed test 658 659 \ #10778 disable menu660 warning @ warning off661 : menu ;662 warning !663 661 664 662 \ This helps with TeraTerm, which sends ESC-O as the arrow key prefix -
cpu/x86/pc/olpc/loaddropins.fth
r2709 r2866 50 50 " ${BP}/cpu/x86/pc/olpc/images/xo.565" " xo.565" $add-deflated-dropin 51 51 " ${BP}/cpu/x86/pc/olpc/images/sd.565" " ext.565" $add-deflated-dropin 52 " ${BP}/cpu/x86/pc/olpc/images/spi.565" " spi.565" $add-deflated-dropin53 52 54 53 " ${BP}/ofw/termemu/15x30pc.psf" " font" $add-deflated-dropin -
cpu/x86/pc/olpc/olpc.bth
r2709 r2866 31 31 in: ${BP}/cpu/x86/pc/olpc/build/dsdt.aml 32 32 in: ${BP}/cpu/x86/pc/olpc/build/mcastnand.bin 33 in: testicons.bin 33 34 34 35 build-now … … 54 55 ?do h# ff ofd @ fputc loop 55 56 ; 57 58 \ Tell the dropin manager to skip the area reserved for manufacturing data 59 h# e0000 to reserved-start 60 h# f0000 to reserved-end 56 61 57 62 .( --- Saving as ) … … 82 87 \ " ${BP}/cpu/x86/pc/olpc/build/blaster.bin" " blaster" $add-deflated-dropin 83 88 \ " ${BP}/cpu/x86/pc/olpc/build/cloner.bin" " cloner" $add-deflated-dropin 89 " testicons/play.565" " play.565" $add-deflated-dropin 90 " testicons/quit.565" " quit.565" $add-deflated-dropin 91 " testicons/cpu.565" " cpu.565" $add-deflated-dropin 92 " testicons/spi.565" " spi.565" $add-deflated-dropin 93 " testicons/ram.565" " ram.565" $add-deflated-dropin 94 " testicons/sdcard.565" " sdcard.565" $add-deflated-dropin 95 " testicons/keyboard.565" " keyboard.565" $add-deflated-dropin 96 " testicons/display.565" " display.565" $add-deflated-dropin 97 " testicons/touchpad.565" " touchpad.565" $add-deflated-dropin 98 " testicons/audio.565" " audio.565" $add-deflated-dropin 99 " testicons/usb.565" " usb.565" $add-deflated-dropin 100 " testicons/battery.565" " battery.565" $add-deflated-dropin 101 " testicons/camera.565" " camera.565" $add-deflated-dropin 102 " testicons/wifi.565" " wifi.565" $add-deflated-dropin 103 " testicons/clock.565" " clock.565" $add-deflated-dropin 104 " testicons/timer.565" " timer.565" $add-deflated-dropin 84 105 85 106 /rom h# 400 - pad-file \ rmstart image must start 0x400 from end
Note: See TracChangeset
for help on using the changeset viewer.
