summaryrefslogtreecommitdiffstats
path: root/qemu/roms/seabios/docs/SeaVGABIOS.md
diff options
context:
space:
mode:
authorRajithaY <rajithax.yerrumsetty@intel.com>2017-04-25 03:31:15 -0700
committerRajitha Yerrumchetty <rajithax.yerrumsetty@intel.com>2017-05-22 06:48:08 +0000
commitbb756eebdac6fd24e8919e2c43f7d2c8c4091f59 (patch)
treeca11e03542edf2d8f631efeca5e1626d211107e3 /qemu/roms/seabios/docs/SeaVGABIOS.md
parenta14b48d18a9ed03ec191cf16b162206998a895ce (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/seabios/docs/SeaVGABIOS.md')
-rw-r--r--qemu/roms/seabios/docs/SeaVGABIOS.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/qemu/roms/seabios/docs/SeaVGABIOS.md b/qemu/roms/seabios/docs/SeaVGABIOS.md
deleted file mode 100644
index 7ec27804d..000000000
--- a/qemu/roms/seabios/docs/SeaVGABIOS.md
+++ /dev/null
@@ -1,39 +0,0 @@
-SeaVGABIOS is a sub-project of the SeaBIOS project - it is an open
-source implementation of a 16bit X86
-[VGA BIOS](http://en.wikipedia.org/wiki/Video_BIOS). SeaVGABIOS is the
-default VGA BIOS on [QEMU](http://www.qemu.org/). SeaVGABIOS can also
-run natively on some X86 VGA hardware with
-[coreboot](http://www.coreboot.org/).
-
-Building SeaVGABIOS
-===================
-
-To build SeaVGABIOS, obtain the [code](Download), run `make
-menuconfig` and select the type of VGA BIOS to build in the "VGA ROM"
-menu. Once selected, run `make` and the final VGA BIOS binary will be
-located in "out/vgabios.bin".
-
-The choice of available VGA BIOSes within "make menuconfig" is
-dependent on whether CONFIG_QEMU, CONFIG_COREBOOT, or CONFIG_CSM is
-selected. Also, the debug options under the "Debugging" menu apply to
-SeaVGABIOS. All other options found in "make menuconfig" apply only to
-SeaBIOS and will not impact the SeaVGABIOS build.
-
-If SeaVGABIOS is needed for multiple different devices (eg, QEMU's
-cirrus emulation and QEMU's "dispi" emulation), then one must compile
-SeaVGABIOS multiple times with the appropriate config for each build.
-
-SeaVGABIOS code
-===============
-
-The source code for SeaVGABIOS is located in the SeaBIOS
-[git repository](Download). The main VGA BIOS code is located in the
-"vgasrc/" directory. The VGA BIOS code is always compiled in 16bit
-mode.
-
-The SeaVGABIOS builds to a separate binary from the main SeaBIOS
-binary, and much of the VGA BIOS code is separate from the main BIOS
-code. However, much of the SeaBIOS
-[developer documentation](Developer_Documentation) applies to
-SeaVGABIOS. To contribute, please join the
-[SeaBIOS mailing list](Mailinglist).