[openfirmware] r1045 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Wed Dec 24 01:18:20 CET 2008


Author: wmb
Date: 2008-12-24 01:18:20 +0100 (Wed, 24 Dec 2008)
New Revision: 1045

Modified:
   cpu/x86/pc/olpc/smbios.fth
Log:
smbios.fth - added a different model name string for qualification
testing against a BIOS-locked kernel.


Modified: cpu/x86/pc/olpc/smbios.fth
===================================================================
--- cpu/x86/pc/olpc/smbios.fth	2008-12-24 00:16:44 UTC (rev 1044)
+++ cpu/x86/pc/olpc/smbios.fth	2008-12-24 00:18:20 UTC (rev 1045)
@@ -309,6 +309,8 @@
 ( 02 )  h# 7f01 w,   \ Handle
 
 
+: test-name$  ( -- $ )  "  IE8y2D ScD%g4r2bAIFA."  ;
+: test-version$  ( -- $ )  " OLPC Ver 1.00.01"  ;
 : fw-version$  ( -- $ )
    " /openprom" find-package if
       " model" rot get-package-property  0=  if
@@ -378,8 +380,10 @@
    'smbios h# 1f +                   ( adr )
 
    bios-info copy-smbios-table       ( adr )
-      +OLPC
-      fw-version$ +smbios$
+      test-name$ +smbios$
+      test-version$ +smbios$
+\      +OLPC
+\      fw-version$ +smbios$
       fw-date$    +smbios$
    end-smbios-table
 




More information about the openfirmware mailing list