OVMF
From tianocore
(Difference between revisions)
(Redirected page to OVMF FAQ) |
m (add link to signing UEFI images doc for info on secure boot with ovmf) |
||
| (20 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | # | + | [[Category:OVMF]] |
| + | This is a project to enable UEFI support for Virtual Machines. OVMF contains a sample UEFI firmware for [http://www.qemu.org QEMU] and [http://www.linux-kvm.org KVM]. | ||
| + | |||
| + | <div class="t_projects"> | ||
| + | |||
| + | {| class="collapsible" | ||
| + | ! colspan="4" style="background-color:#a9c6dd" | OVMF Releases | ||
| + | |- | ||
| + | ! Release | ||
| + | ! What is it? | ||
| + | ! What’s in the package? | ||
| + | ! Documents | ||
| + | |- | ||
| + | | [http://sourceforge.net/projects/edk2/files/OVMF/OVMF-X64-r11337-alpha.zip/download OVMF-X64-r11337-alpha.zip] | ||
| + | | Binary release of X64 OVMF for [http://www.qemu.org QEMU]. | ||
| + | |||
| + | <Center>([[How to run OVMF]])</Center> | ||
| + | | OVMF.fd | ||
| + | |||
| + | CirrusLogic5446.rom | ||
| + | | [http://edk2.svn.sourceforge.net/viewvc/edk2/trunk/edk2/OvmfPkg/README?revision=11337 README] | ||
| + | |- | ||
| + | | [http://sourceforge.net/projects/edk2/files/OVMF/OVMF-IA32-r11337-alpha.zip/download OVMF-IA32-r11337-alpha.zip] | ||
| + | | Binary release of IA32 OVMF for [http://www.qemu.org QEMU]. | ||
| + | |||
| + | <Center>([[How to run OVMF]])</Center> | ||
| + | | OVMF.fd | ||
| + | |||
| + | CirrusLogic5446.rom | ||
| + | | [http://edk2.svn.sourceforge.net/viewvc/edk2/trunk/edk2/OvmfPkg/README?revision=11337 README] | ||
| + | |} | ||
| + | |||
| + | </div> | ||
| + | |||
| + | More information: [[OVMF FAQ]], [[How to build OVMF]], [[OVMF/Boot Overview]], [[edk2-devel]] email list, | ||
| + | [http://sourceforge.net/projects/edk2/files/General%20Documentation/SigningUefiImages%20-v1dot0.pdf/download Signing UEFI Images (for Secure Boot with OVMF)] | ||
| + | |||
| + | |||
| + | Project owner(s): {{sfuser|jljusten}}, {{sfuser|pgao2}} | ||
| + | |||
| + | License information: [http://www.opensource.org/licenses/bsd-license.php BSD] (May contain an additional exception if bundled with the [[Edk2-fat-driver|FAT driver]].) | ||
| + | |||
| + | ===Source Repository=== | ||
| + | {{Edk2SubPkg|OvmfPkg}} | ||
| + | |||
| + | Developer page: http://sourceforge.net/projects/edk2/develop | ||
| + | |||
| + | =See Also= | ||
| + | * [[Tasks#Enable Xen Support in OVMF]] | ||
Current revision as of 23:56, 18 April 2012
This is a project to enable UEFI support for Virtual Machines. OVMF contains a sample UEFI firmware for QEMU and KVM.
| OVMF Releases | |||
|---|---|---|---|
| Release | What is it? | What’s in the package? | Documents |
| OVMF-X64-r11337-alpha.zip | Binary release of X64 OVMF for QEMU.
| OVMF.fd
CirrusLogic5446.rom | README |
| OVMF-IA32-r11337-alpha.zip | Binary release of IA32 OVMF for QEMU.
| OVMF.fd
CirrusLogic5446.rom | README |
More information: OVMF FAQ, How to build OVMF, OVMF/Boot Overview, edk2-devel email list, Signing UEFI Images (for Secure Boot with OVMF)
Project owner(s): jljusten, pgao2
License information: BSD (May contain an additional exception if bundled with the FAT driver.)
Source Repository
Developer page: http://sourceforge.net/projects/edk2/develop
