openbios/forth/device
Blue Swirl 6f94c89a68 Rename /packages/client-iface to /openprom/client-services
git-svn-id: svn://coreboot.org/openbios/openbios-devel@229 f158a5a8-5612-0410-a976-696ce0be7e32
2008-08-10 18:12:17 +00:00
..
README.device initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
build.xml initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
builtin.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
device.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
display.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
extra.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
fcode.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
feval.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
font.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
logo.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
missing initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
other.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
package.fs Fix for interpose problem. 2007-04-24 19:19:58 +00:00
pathres.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
preof.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
property.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
romfont.bin initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
structures.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
table.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
terminal.fs initial import of openbios--main--1.0--patch-26 2006-04-26 15:08:19 +00:00
tree.fs Rename /packages/client-iface to /openprom/client-services 2008-08-10 18:12:17 +00:00

README.device

The code you find here implements the IEEE 1275-1994 Open Firmware
device interface.

Chapter     File                    Comment
<none>      structures.fs           generic structures used by 5.3
5.3.2       <none>                  defined in user interface
5.3.3       fcode.fs                complete, partly untested
5.3.4       package.fs              incomplete
5.3.5       property.fs             incomplete
5.3.6       display.fs              incomplete
5.3.7       other.fs                incomplete

H2 and
5.3.1.1.1   preof.fs                pre-IEEE-1275-1994 words
	    split.fs
	    pathres.fs		    path resolution

	    table.fs		    fcode evaluator
	    feval.fs		    (byte-load)


2003/11/12 Stefan Reinauer <stepan@openbios.org>