diff options
author | RajithaY <rajithax.yerrumsetty@intel.com> | 2017-04-25 03:31:15 -0700 |
---|---|---|
committer | Rajitha Yerrumchetty <rajithax.yerrumsetty@intel.com> | 2017-05-22 06:48:08 +0000 |
commit | bb756eebdac6fd24e8919e2c43f7d2c8c4091f59 (patch) | |
tree | ca11e03542edf2d8f631efeca5e1626d211107e3 /qemu/roms/openbios/utils/README | |
parent | a14b48d18a9ed03ec191cf16b162206998a895ce (diff) |
Adding qemu as a submodule of KVMFORNFV
This Patch includes the changes to add qemu as a submodule to
kvmfornfv repo and make use of the updated latest qemu for the
execution of all testcase
Change-Id: I1280af507a857675c7f81d30c95255635667bdd7
Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>
Diffstat (limited to 'qemu/roms/openbios/utils/README')
-rw-r--r-- | qemu/roms/openbios/utils/README | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/qemu/roms/openbios/utils/README b/qemu/roms/openbios/utils/README deleted file mode 100644 index 1cfea456b..000000000 --- a/qemu/roms/openbios/utils/README +++ /dev/null @@ -1,52 +0,0 @@ -Here you find utilities useful for development and debugging of Open -Firmware systems. - -ofclient --------- - -Sample OpenFirmware client. Can be booted directly from OpenFirmware -and demonstrates how an operating system can use the OpenFirmware -client interface. This example should work on PPC and x86 without -changes. - -romheaders ----------- -Romheaders is a small utility that dumps PCI expansion rom header -information in human readable form. It knows about Images with -multiple platform support and prints platform dependant information -for x86 and open firmware roms. - - -detok ------ -Detok is a GPLed FCode detokenizer. It can detokenize (disassemble) -fcode bytecode files as described by the IEEE 1275-1994 standard. This -program aims towards IEEE 1275-1994 compliancy, but there is no -warranty that it is actually compliant. bytecode files normally -contain Open Firmware drivers or other packages for use with an Open -Firmware compliant system. -See http://www.openbios.org/development/detok.html for more -information. - -devbios -------- -This is a kernel driver for different kind of (Flash)BIOSs that are -available in today's x86, ia64 (Itantium) or Alpha based hardware. - -fccc ----- -initial, incomplete implementation of an C to forth compiler. - - -dist ----- -rpm specfile and debian files for packing openbios with various -distributions. Changes/addons from distributors are explicitly -welcome. - - - - - - - |