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

repository service svn at openfirmware.info
Tue Aug 9 20:41:10 CEST 2011


Author: lwalter
Date: Tue Aug  9 20:41:09 2011
New Revision: 2452
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2452

Log:
Add mfgtest support

Modified:
   cpu/x86/pc/alex/devices.fth

Modified: cpu/x86/pc/alex/devices.fth
==============================================================================
--- cpu/x86/pc/alex/devices.fth	Tue Aug  9 20:33:10 2011	(r2451)
+++ cpu/x86/pc/alex/devices.fth	Tue Aug  9 20:41:09 2011	(r2452)
@@ -79,6 +79,7 @@
 fload ${BP}/cpu/x86/forthint.fth	\ Low-level interrupt handling code
 fload ${BP}/dev/isa/irq.fth		\ ISA interrupt dispatcher
 fload ${BP}/cpu/x86/pc/isatick.fth		\ Use ISA timer as the alarm tick timer
+fload ${BP}/cpu/x86/pc/olpc/timertest.fth  \ Selftest for PIT timer
 
 [ifdef] resident-packages
 support-package: 16550
@@ -110,6 +111,7 @@
 ;
 
 fload ${BP}/cpu/x86/pc/cpunode.fth
+fload ${BP}/cpu/x86/k6cputest.fth       \ Burnin test for K6 CPU
 
 fload ${BP}/ofw/core/countdwn.fth	\ Startup countdown
 fload ${BP}/forth/lib/pattern.fth	\ Text string pattern matching
@@ -120,6 +122,8 @@
 0 0  " 2,0"  " /pci" begin-package
    " display" name
    fload ${BP}/dev/intel/graphics/pineview.fth
+   alias  /scanline  bytes/line
+   fload ${BP}/dev/video/common/rectangle16.fth
 end-package
 devalias screen /pci/display at 2,0	\ Explicit, because it's not probed
 



More information about the openfirmware mailing list