[openfirmware] r1193 - cpu/x86/pc/biosload

svn at openfirmware.info svn at openfirmware.info
Thu May 14 10:13:38 CEST 2009


Author: wmb
Date: 2009-05-14 10:13:38 +0200 (Thu, 14 May 2009)
New Revision: 1193

Modified:
   cpu/x86/pc/biosload/devices.fth
Log:
Biosload version - added register dumping for Via board.





Modified: cpu/x86/pc/biosload/devices.fth
===================================================================
--- cpu/x86/pc/biosload/devices.fth	2009-05-14 07:52:00 UTC (rev 1192)
+++ cpu/x86/pc/biosload/devices.fth	2009-05-14 08:13:38 UTC (rev 1193)
@@ -82,6 +82,11 @@
 fload ${BP}/dev/pc87317.fth		\ National PC87317 superIO
 [then]
 
+[ifdef] via-demo
+fload ${BP}/cpu/x86/pc/olpc/via/smbus.fth	\ SMBUS driver
+fload ${BP}/cpu/x86/pc/olpc/via/dumpvia.fth	\ Config register dumps
+[then]
+
 [ifdef] olpc
 \ Create the top-level device node to access the entire boot FLASH device
 0 0  " fff00000"  " /" begin-package




More information about the openfirmware mailing list