[OpenBIOS] r384 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Wed May 16 10:36:27 CEST 2007


Author: wmb
Date: 2007-05-16 10:36:26 +0200 (Wed, 16 May 2007)
New Revision: 384

Modified:
   cpu/x86/pc/olpc/fw.bth
Log:
OLPC - added "serial-number" string property to the device tree root node.


Modified: cpu/x86/pc/olpc/fw.bth
===================================================================
--- cpu/x86/pc/olpc/fw.bth	2007-05-16 08:34:28 UTC (rev 383)
+++ cpu/x86/pc/olpc/fw.bth	2007-05-16 08:36:26 UTC (rev 384)
@@ -237,6 +237,9 @@
       encode-string  " banner-name" property
       model
       board-revision " board-revision-int" integer-property
+      \ The "1-" removes the null byte
+      " SN" find-tag  if  1-  else  " Unknown"  then  " serial-number" string-property
+
 [ifndef] lx-devel
       8 ec-cmd  " ec-version" integer-property
 




More information about the OpenBIOS mailing list