]> git.proxmox.com Git - mirror_qemu.git/commitdiff
add sgabios blob and submodule
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Nov 2011 14:14:00 +0000 (15:14 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 7 Nov 2011 16:57:36 +0000 (10:57 -0600)
The rom was not added together with the sgabios device and is
not installed.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
.gitmodules
Makefile
pc-bios/README
pc-bios/sgabios.bin [new file with mode: 0755]
roms/sgabios [new submodule]

index 2a43dbcd7cc8944cf8d7ec952528bc8e40c107a4..eca876f85d4b5ccf26e4e9104d9edd98a95def04 100644 (file)
@@ -16,3 +16,6 @@
 [submodule "roms/qemu-palcode"]
        path = roms/qemu-palcode
        url = git://repo.or.cz/qemu-palcode.git
+[submodule "roms/sgabios"]
+       path = roms/sgabios
+       url = git://git.qemu.org/sgabios.git
index 4f6eaa4ba6fa0af41bb17b2dfaa7c474b02fecaa..168093c6cf20ca51abd3c71507928b5d7dbc7400 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -253,7 +253,7 @@ ar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
 common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr
 
 ifdef INSTALL_BLOBS
-BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin \
+BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
 vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \
 ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc \
 pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \
index 066855984216ed72c338c3a0ef8f87fbbfe4d5c9..1cebbbc89a29d291992e13bb85a29de94d286b63 100644 (file)
   https://github.com/dgibson/SLOF, and the image currently in qemu is
   built from git tag qemu-slof-20111013.
 
+- sgabios (the Serial Graphics Adapter option ROM) provides a means for
+  legacy x86 software to communicate with an attached serial console as
+  if a video card were attached.  The master sources reside in a subversion
+  repository at http://sgabios.googlecode.com/svn/trunk.  A git mirror is
+  available at git://git.qemu.org/sgabios.git.
+
 - The PXE roms come from the iPXE project. Built with BANNER_TIME 0.
   Sources available at http://ipxe.org.  Vendor:Device ID -> ROM mapping:
 
diff --git a/pc-bios/sgabios.bin b/pc-bios/sgabios.bin
new file mode 100755 (executable)
index 0000000..c3da4c3
Binary files /dev/null and b/pc-bios/sgabios.bin differ
diff --git a/roms/sgabios b/roms/sgabios
new file mode 160000 (submodule)
index 0000000..23d4749
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 23d474943dcd55d0550a3d20b3d30e9040a4f15b