[openfirmware] [commit] r1791 - cpu/x86/pc/olpc/via

repository service svn at openfirmware.info
Wed Apr 21 10:12:48 CEST 2010


Author: wmb
Date: Wed Apr 21 10:12:48 2010
New Revision: 1791
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1791

Log:
Force serial numbers to upper case, both when they are created in manufacturing,
and when they are used in the security code.

Modified:
   cpu/x86/pc/olpc/via/final.fth

Modified: cpu/x86/pc/olpc/via/final.fth
==============================================================================
--- cpu/x86/pc/olpc/via/final.fth	Wed Apr 21 10:11:29 2010	(r1790)
+++ cpu/x86/pc/olpc/via/final.fth	Wed Apr 21 10:12:48 2010	(r1791)
@@ -61,6 +61,7 @@
    then
    sn-buf 2+  sn-buf 1+  d# 11 move  \ Elide the T
    d# 11 sn-buf c!
+   sn-buf count upper
    true
 ;
 



More information about the openfirmware mailing list