According to IEEE Std 1275-1994, "CORE REQUIREMENTS AND PRACTICES",

Annexe H.8, "User interface name changes", "select-dev" and
"unselect-dev" have been obsoleted and replaced by "open-dev" and 
"device-end".
But some scripts (like BootX) are using the obsoleted name, so we need 
to
define them.

Signed-off-by: Laurent Vivier <Laurent@vivier.eu>



git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@582 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2009-09-20 04:20:48 +00:00
parent 9164a49dc8
commit ebf7e3f6da
2 changed files with 8 additions and 0 deletions

View File

@@ -471,6 +471,10 @@ constant sinfo.size
( ihandle )
;
: select-dev ( dev-str dev-len -- ihandle | 0 )
open-dev
;
: execute-device-method
( ... dev-str dev-len met-str met-len -- ... false | ?? true )
2swap