summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: VirtioNetDxe: Simple Network Protocol members Start and StopLaszlo Ersek2013-06-142-0/+129
* OvmfPkg: VirtioNetDxe: driver bindingLaszlo Ersek2013-06-141-0/+674
* OvmfPkg: VirtioNetDxe: Component Name Protocol implementationLaszlo Ersek2013-06-141-0/+177
* OvmfPkg: VirtioNetDxe: add entry pointLaszlo Ersek2013-06-141-0/+50
* OvmfPkg: VirtioNetDxe: declarations and macro definitionsLaszlo Ersek2013-06-142-0/+384
* OvmfPkg: VirtioNetDxe: add technical notesLaszlo Ersek2013-06-141-0/+355
* OvmfPkg/SerializeVariablesLib: ignore secure variable restore errorsjljusten2013-05-281-7/+20
* OvmfPkg: QemuBootOrder: recognize Ethernet OFW device pathsjljusten2013-05-151-0/+29
* OvmfPkg: enable the generic network stack by defaultjljusten2013-05-157-37/+65
* OvmfPkg: describe debug messages in the README filejljusten2013-05-151-3/+20
* OvmfPkg: adapt VirtioFlush()'s leading comment to the coding stylejljusten2013-05-152-10/+8
* OvmfPkg: adapt VirtioAppendDesc()'s leading comment to the coding stylejljusten2013-05-152-42/+40
* OvmfPkg: adapt VirtioPrepare()'s leading comment to the coding stylejljusten2013-05-152-2/+2
* OvmfPkg: VirtioLib: populate the Available Ring correctlyjljusten2013-05-142-36/+43
* OvmfPkg: remove OvmfVideo.rom referencesjljusten2013-04-032-1/+1
* OvmfPkg: make sure ResetCold() and ResetWarm() never returnjljusten2013-03-042-1/+6
* OvmfPkg: attempt to trigger cold reset through PIIX3 reset control registerjljusten2013-03-041-1/+2
* OvmfPkg: report support for the PIIX3 reset register in the FADTjljusten2013-03-042-3/+6
* OvmfPkg: upgrade the FADT to ACPI 2.0 without functional changesjljusten2013-03-042-12/+38
* OvmfPkg: fold macros of unsupported GPE1 register block into Facp.aslcjljusten2013-03-042-6/+3
* OvmfPkg: fold macros of unsupported PM2 control reg. block into Facp.aslcjljusten2013-03-042-4/+2
* OvmfPkg: fold macros of unsupported PM1b register blocks into Facp.aslcjljusten2013-03-042-4/+3
* OvmfPkg: bump commonly used ACPI table revision numbersjljusten2013-03-041-2/+3
* OvmfPkg: increase MEMFD size to 8MBjljusten2013-02-143-9/+9
* OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where availablejljusten2013-02-146-7/+107
* OvmfPkg LinuxBzimage.h: Update for kernel boot protocol 2.12jljusten2013-02-141-3/+3
* OvmfPkg/AcpiPlatformDxe: split S3/S4 package into bytesjljusten2013-02-141-24/+34
* OvmfPkg: set ActiveHigh polarity for the SCI with a dedicated link devicejljusten2013-01-281-2/+44
* Revert "OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available"jljusten2013-01-286-106/+7
* QemuFwCfgLib: Add QemuFwCfgWriteBytes() functionjljusten2013-01-286-6/+153
* OvmfPkg QemuFwCfgLib: Fix broken IA32 Microsoft assembler codejljusten2013-01-281-1/+1
* OvmfPkg: update qemu-executable for IA32jljusten2013-01-251-2/+11
* Fix xcode tool chain assembly issue. andrewfish2013-01-231-1/+1
* OvmfPkg: Fix Xcode assembly issuejljusten2013-01-161-2/+2
* OvmfPkg/build.sh: Fix compilation error on OS Xjljusten2013-01-161-7/+12
* OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where availablejljusten2013-01-166-9/+108
* OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbagejljusten2013-01-163-2/+55
* OvmfPkg: LoadLinuxLib: Fix check for relocatable kerneljljusten2013-01-161-3/+4
* OvmfPkg: LoadLinuxLib: Fix kernel entry for 64-bit OVMFjljusten2013-01-142-6/+82
* OvmfPkg: create \_S3 and \_S4 packages dynamicallyjljusten2012-12-172-6/+111
* OvmfPkg: report S3 state in DSDTjljusten2012-12-171-0/+1
* OvmfPkg: fix PIIX4 SUS_TYP value in \_S4 packagejljusten2012-12-171-1/+1
* OvmfPkg: add comments to existing \_Sx packages in DSDTjljusten2012-12-171-3/+3
* OvmfPkg/README: Update required QEMU & OS boot statusjljusten2012-12-171-2/+3
* QemuVideo: stdvga mmio bar supportjljusten2012-11-273-20/+104
* QemuVideo: Add support for the bochs dispi interfacejljusten2012-11-274-1/+196
* QemuVideo: prepare to support more hardwarejljusten2012-11-275-64/+133
* OvmfPkg: Add support for qemu's -kernel parameterjljusten2012-11-024-1/+178
* OvmfPkg: Add LoadLinuxLib library implementationjljusten2012-11-0211-0/+1039
* OvmfPkg: Add LoadLinuxLib library interfacejljusten2012-11-022-0/+195