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 ) ;
openfirmware@openfirmware.info