[openfirmware] [commit] r2438 - cpu/x86/pc/alex

repository service svn at openfirmware.info
Tue Aug 9 20:21:13 CEST 2011


Author: lwalter
Date: Tue Aug  9 20:21:12 2011
New Revision: 2438
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2438

Log:
Add mfgtest support

Modified:
   cpu/x86/pc/alex/fw.bth

Modified: cpu/x86/pc/alex/fw.bth
==============================================================================
--- cpu/x86/pc/alex/fw.bth	Tue Aug  9 20:20:49 2011	(r2437)
+++ cpu/x86/pc/alex/fw.bth	Tue Aug  9 20:21:12 2011	(r2438)
@@ -197,6 +197,21 @@
 
 fload ${BP}/cpu/x86/pc/alex/usb.fth
 
+fload ${BP}/ofw/gui/bmptools.fth
+fload ${BP}/ofw/gui/loadmenu.fth
+patch merge-rect-565 merge-rect merge-cursor  \ Hack since we do all our user-level graphics in 565
+patch merge-rect-565 merge-rect merge-cursor  \ Hack since we do all our user-level graphics in 565
+fload ${BP}/cpu/x86/pc/alex/mfgtest.fth
+fload ${BP}/dev/olpc/confirm.fth
+: bright!  ( level -- )  drop  ;
+: backlight-on   ( -- )  ;
+: backlight-off  ( -- )  ;
+fload ${BP}/cpu/x86/pc/alex/disptest.fth
+fload ${BP}/cpu/x86/pc/alex/kbdtest.fth       \ Keyboard diagnostic
+fload ${BP}/dev/olpc/touchpad/touchpad.fth    \ Touchpad diagnostic
+fload ${BP}/cpu/x86/pc/alex/yuv2rgb.fth       \ YUV2 to RGB conversion
+fload ${BP}/cpu/x86/pc/alex/vstest.fth        \ Video stream test helpers
+
 \ false to stand-init-debug?
 true to stand-init-debug?
 



More information about the openfirmware mailing list