]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/QemuVideoDxe/Gop.c
OvmfPkg: Add QemuVideoDxe driver
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Apr 2011 15:08:51 +0000 (15:08 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Apr 2011 15:08:51 +0000 (15:08 +0000)
commiteaf4f336ea42dc32e1a5b31d6b7822c125a15d34
treed148c5648797daa1e4d522af74ae5c01a3659178
parenta12199e66fb7acf284c96091ce90fa666f87ce02
OvmfPkg: Add QemuVideoDxe driver

This driver provides a UEFI Graphics Output Protocol (GOP) driver
for the QEMU Cirrus VGA hardware.  It enables 24-bit color,
and uses the standard 32-bit GOP pixel format whenever possible.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11524 6f19259b-4bc3-4df7-8a09-765794883524
14 files changed:
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32.fdf
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgIa32X64.fdf
OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/OvmfPkgX64.fdf
OvmfPkg/QemuVideoDxe/ComponentName.c [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/Driver.c [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/DriverSupportedEfiVersion.c [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/Gop.c [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/Initialize.c [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/Qemu.h [new file with mode: 0644]
OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf [new file with mode: 0644]
OvmfPkg/build.sh