[openfirmware] [commit] r2464 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Wed Aug 17 09:04:50 CEST 2011


Author: quozl
Date: Wed Aug 17 09:04:49 2011
New Revision: 2464
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2464

Log:
OLPC XO-1.75 - add a compatible property for device tree to convey model

Modified:
   cpu/arm/olpc/1.75/devices.fth

Modified: cpu/arm/olpc/1.75/devices.fth
==============================================================================
--- cpu/arm/olpc/1.75/devices.fth	Wed Aug 17 03:47:50 2011	(r2463)
+++ cpu/arm/olpc/1.75/devices.fth	Wed Aug 17 09:04:49 2011	(r2464)
@@ -363,6 +363,7 @@
       model-name$   2dup model     ( name$ )
       " OLPC " encode-bytes  2swap encode-string  encode+  " banner-name" property
       board-revision " board-revision-int" integer-property
+      " olpc,xo-1.75" " compatible" string-property
 
       \ The "1-" removes the null byte
       " SN" find-tag  if  1-  else  " Unknown"  then  " serial-number" string-property



More information about the openfirmware mailing list