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

repository service svn at openfirmware.info
Tue Jun 14 20:38:02 CEST 2011


Author: wmb
Date: Tue Jun 14 20:38:01 2011
New Revision: 2277
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2277

Log:
OLPC XO-1.75 trac #11000 - Implemented show-temperature so fs-update will display the temperature.

Modified:
   cpu/arm/olpc/1.75/fw.bth

Modified: cpu/arm/olpc/1.75/fw.bth
==============================================================================
--- cpu/arm/olpc/1.75/fw.bth	Tue Jun 14 20:17:23 2011	(r2276)
+++ cpu/arm/olpc/1.75/fw.bth	Tue Jun 14 20:38:01 2011	(r2277)
@@ -272,7 +272,7 @@
 ;
 ' pre-setup-for-linux to linux-pre-hook
 
-: show-temperature  ( -- )  ;
+: show-temperature  ( -- )  space cpu-temperature .d  ;
 fload ${BP}/cpu/arm/bootascall.fth
 create use-thinmac
 fload ${BP}/cpu/x86/pc/olpc/wifichannel.fth



More information about the openfirmware mailing list