Author: wmb Date: 2009-11-19 00:39:03 +0100 (Thu, 19 Nov 2009) New Revision: 1487
Modified: cpu/x86/pc/olpc/via/smbios.fth Log: OLPC trac 9695 - Report the SMBIOS firmware version string in a form that Windows will accept.
Modified: cpu/x86/pc/olpc/via/smbios.fth =================================================================== --- cpu/x86/pc/olpc/via/smbios.fth 2009-11-18 23:35:37 UTC (rev 1486) +++ cpu/x86/pc/olpc/via/smbios.fth 2009-11-18 23:39:03 UTC (rev 1487) @@ -310,7 +310,7 @@
: test-name$ ( -- $ ) " IE8y2D ScD%g4r2bAIFA." ; -: test-version$ ( -- $ ) " OLPC Ver 1.50.01" ; +: test-version$ ( -- $ ) " OLPC Ver 1.00.15" ; : fw-version$ ( -- $ ) " /openprom" find-package if " model" rot get-package-property 0= if
openfirmware@openfirmware.info