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

repository service svn at openfirmware.info
Sat Jun 11 03:13:13 CEST 2011


Author: wmb
Date: Sat Jun 11 03:13:13 2011
New Revision: 2261
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2261

Log:
OLPC XO-1.75 - implemented power-off, kbc-on, no-kbc-reboot as used by manufacturing scripts.

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

Modified: cpu/arm/olpc/1.75/devices.fth
==============================================================================
--- cpu/arm/olpc/1.75/devices.fth	Sat Jun 11 01:51:31 2011	(r2260)
+++ cpu/arm/olpc/1.75/devices.fth	Sat Jun 11 03:13:13 2011	(r2261)
@@ -165,6 +165,9 @@
 fload ${BP}/cpu/x86/pc/olpc/mfgtree.fth      \ Manufacturing data in device tree
 
 fload ${BP}/dev/olpc/kb3700/eccmds.fth
+: ec-power-off  ( -- )  reset-ec  begin wfi again  ;
+' ec-power-off to power-off
+
 fload ${BP}/dev/olpc/kb3700/batstat.fth      \ Battery status reports
 fload ${BP}/cpu/arm/olpc/1.75/boardrev.fth   \ Board revision decoding
 

Modified: cpu/arm/olpc/1.75/fw.bth
==============================================================================
--- cpu/arm/olpc/1.75/fw.bth	Sat Jun 11 01:51:31 2011	(r2260)
+++ cpu/arm/olpc/1.75/fw.bth	Sat Jun 11 03:13:13 2011	(r2261)
@@ -150,6 +150,10 @@
 fload ${BP}/cpu/arm/olpc/1.75/leds.fth     \ LEDs
 fload ${BP}/cpu/x86/pc/olpc/via/factory.fth  \ Manufacturing tools
 
+\ When reprogramming this machine's SPI FLASH, rebooting the EC is unnecessary 
+: no-kbc-reboot ;
+: kbc-on ;
+
 \ Pseudo device that appears in the boot order before net booting
 0 0 " " " /" begin-package
    " prober" device-name



More information about the openfirmware mailing list