Implement Client Interface method "test-method" defined in

"PowerPC Microprocessor CHRP binding", Chapter 10.5.2.

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


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@609 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2009-11-12 01:11:04 +00:00
parent 17c415b87f
commit 515a3c6eb3
2 changed files with 18 additions and 1 deletions

View File

@@ -303,6 +303,18 @@ external
outer-interpreter
;
[IFDEF] CONFIG_PPC
\ PowerPC Microprocessor CHRP binding
\ 10.5.2. Client Interface
( phandle cstring-method -- missing )
: test-method
dup cstrlen rot
find-method 0= if -1 else drop 0 then
;
[THEN]
finish-device
device-end