Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / utils / README
1 Here you find utilities useful for development and debugging of Open
2 Firmware systems.
3
4 ofclient
5 --------
6
7 Sample OpenFirmware client. Can be booted directly from OpenFirmware
8 and demonstrates how an operating system can use the OpenFirmware
9 client interface. This example should work on PPC and x86 without
10 changes.
11
12 romheaders
13 ----------
14 Romheaders is a small utility that dumps PCI expansion rom header
15 information in human readable form. It knows about Images with
16 multiple platform support and prints platform dependant information
17 for x86 and open firmware roms.
18
19
20 detok
21 -----
22 Detok is a GPLed FCode detokenizer. It can detokenize (disassemble)
23 fcode bytecode files as described by the IEEE 1275-1994 standard. This
24 program aims towards IEEE 1275-1994 compliancy, but there is no
25 warranty that it is actually compliant. bytecode files normally
26 contain Open Firmware drivers or other packages for use with an Open
27 Firmware compliant system.
28 See http://www.openbios.org/development/detok.html for more
29 information.
30
31 devbios
32 -------
33 This is a kernel driver for different kind of (Flash)BIOSs that are
34 available in today's x86, ia64 (Itantium) or Alpha based hardware. 
35
36 fccc
37 ----
38 initial, incomplete implementation of an C to forth compiler.
39
40
41 dist
42 ----
43 rpm specfile and debian files for packing openbios with various
44 distributions. Changes/addons from distributors are explicitly 
45 welcome.
46
47
48
49
50
51
52