[openfirmware] [commit] r3006 - ofw/core

repository service svn at openfirmware.info
Sat Jun 9 09:58:13 CEST 2012


Author: wmb
Date: Sat Jun  9 09:58:12 2012
New Revision: 3006
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3006

Log:
OFW core - execute-device-method was using device-end, which sets the search order to a fixed value, inside of the wrapping code that modifies the search order reversibly.  That's probably a holdover from some ancient behavior.  Fixes OLPC trac #11926.

Modified:
   ofw/core/ofwcore.fth

Modified: ofw/core/ofwcore.fth
==============================================================================
--- ofw/core/ofwcore.fth	Sat Jun  9 05:53:59 2012	(r3005)
+++ ofw/core/ofwcore.fth	Sat Jun  9 09:58:12 2012	(r3006)
@@ -2489,7 +2489,6 @@
       else                             ( ??? )
          close-chain  true             ( ??? true )
       then                             ( false | ??? true )
-      device-end                       ( false | ??? true )
    r> push-device  )package            ( false | ??? true )
 ;
 



More information about the openfirmware mailing list