summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* OvmfPkg: Add Linux bzimage include filejljusten2012-11-021-0/+164
* OvmfPkg VirtioScsiDxe: Fix build with VS2010jljusten2012-10-231-13/+2
* OvmfPkg: QemuBootOrder: recognize virtio-scsi devicesjljusten2012-10-181-0/+45
* OvmfPkg: introduce virtio-scsi driverjljusten2012-10-1811-0/+1648
* OvmfPkg: VirtioBlkDriverBindingStop: fix incorrect use of UEFI driver modeljljusten2012-10-181-6/+20
* OvmfPkg/VirtioBlkDxe: Fix VS2012 IA32 buildjljusten2012-10-141-1/+2
* OvmfPkg: VirtioBlkDxe: fix div & mod of 64-bit dividends on IA32/gcc-4.4jljusten2012-10-141-2/+3
* OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxejljusten2012-10-123-8/+10
* OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()jljusten2012-10-124-66/+205
* OvmfPkg: rename AppendDesc to VirtioAppendDescjljusten2012-10-123-6/+6
* OvmfPkg: extract VirtioLib from VirtioBlkDxejljusten2012-10-128-319/+561
* OvmfPkg: Include/IndustryStandard: extract VirtioBlk.h from Virtio.hjljusten2012-10-123-58/+83
* OvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to *_OF_VBLK()jljusten2012-10-122-6/+6
* OvmfPkg: regroup virtio config fields into generic & specific structsjljusten2012-10-122-20/+26
* OvmfPkg: IndustryStandard/Virtio.h: use OFFSET_OF in OFFSET_OF_VHDRjljusten2012-10-121-1/+1