summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2012-11-27QemuVideo: stdvga mmio bar supportjljusten3-20/+104
2012-11-27QemuVideo: Add support for the bochs dispi interfacejljusten4-1/+196
2012-11-27QemuVideo: prepare to support more hardwarejljusten5-64/+133
2012-11-02OvmfPkg: Add support for qemu's -kernel parameterjljusten4-1/+178
2012-11-02OvmfPkg: Add LoadLinuxLib library implementationjljusten11-0/+1039
2012-11-02OvmfPkg: Add LoadLinuxLib library interfacejljusten2-0/+195
2012-11-02OvmfPkg: Add Linux bzimage include filejljusten1-0/+164
2012-10-23OvmfPkg VirtioScsiDxe: Fix build with VS2010jljusten1-13/+2
2012-10-18OvmfPkg: QemuBootOrder: recognize virtio-scsi devicesjljusten1-0/+45
2012-10-18OvmfPkg: introduce virtio-scsi driverjljusten11-0/+1648
2012-10-18OvmfPkg: VirtioBlkDriverBindingStop: fix incorrect use of UEFI driver modeljljusten1-6/+20
2012-10-14OvmfPkg/VirtioBlkDxe: Fix VS2012 IA32 buildjljusten1-1/+2
2012-10-14OvmfPkg: VirtioBlkDxe: fix div & mod of 64-bit dividends on IA32/gcc-4.4jljusten1-2/+3
2012-10-12OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxejljusten3-8/+10
2012-10-12OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()jljusten4-66/+205
2012-10-12OvmfPkg: rename AppendDesc to VirtioAppendDescjljusten3-6/+6
2012-10-12OvmfPkg: extract VirtioLib from VirtioBlkDxejljusten8-319/+561
2012-10-12OvmfPkg: Include/IndustryStandard: extract VirtioBlk.h from Virtio.hjljusten3-58/+83
2012-10-12OvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to *_OF_VBLK()jljusten2-6/+6
2012-10-12OvmfPkg: regroup virtio config fields into generic & specific structsjljusten2-20/+26
2012-10-12OvmfPkg: IndustryStandard/Virtio.h: use OFFSET_OF in OFFSET_OF_VHDRjljusten1-1/+1
2012-10-12OvmfPkg: add inclusion guards in Include/IndustryStandard/Virtio.hjljusten1-0/+5
2012-10-12OvmfPkg: move VirtioBlkDxe/Virtio.h to Include/IndustryStandard/Virtio.hjljusten3-1/+2
2012-10-12OvmfPkg: add inclusion guards to VirtioBlkDxe/VirtioBlk.hjljusten1-0/+5
2012-10-11Add missing braces around initializer.lzeng144-103/+130
2012-10-08OvmfPkg: QemuBootOrder: recognize virtio-blk OFW device pathsjljusten1-0/+26
2012-10-08OvmfPkg: QemuBootOrder: lower the required number of OFW nodes to 2jljusten1-8/+11
2012-10-08OvmfPkg: QemuBootOrder: whitespace fixjljusten1-3/+3
2012-10-08OvmfPkg: introduce virtio-blk driverjljusten10-0/+1947
2012-10-04When SOURCE_DEBUG_ENABLE is set, a TimerLib is linked into the SEC Phase to s...mdkinney1-31/+51
2012-10-04Here is a patch that by default keeps the current 1MB FD sizes. If FD_SIZE_2...mdkinney3-0/+45
2012-10-03The exception table information in X64 PE/COFF images is being stripped by de...mdkinney2-1/+11
2012-10-03VS2005 and DDK3790 tool chain tags require typecasts to BOOLEAN to compile.mdkinney1-2/+2
2012-09-12OvmfPkg: fix gPcAtChipsetPkgTokenSpaceGuid build breakjljusten3-9/+9
2012-09-12OvmfPkg: key PMBA setup in Platform PEI off of PMREGMISC/PMIOSE, not Xenjljusten1-7/+9
2012-09-12OvmfPkg: enable PIIX4 IO space in the PEI phasejljusten2-2/+22
2012-09-12OvmfPkg: use PCI_COMMAND_OFFSET/EFI_PCI_COMMAND_IO_SPACE in AcpiTimerLibjljusten1-1/+5
2012-09-12OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfieldjljusten2-2/+2
2012-09-12OvmfPkg: extract the PBMA used in AcpiTimerLib into a PCDjljusten3-1/+12
2012-09-12OvmfPkg: assorted whitespace removaljljusten3-7/+5
2012-08-28OvmfPkg/BlockMmioToBlockIoDxe: Fix allocation size errorjljusten1-2/+2
2012-08-28OVMF X64: Allow enabling SOURCE_DEBUG_ENABLE on GCC44jljusten1-2/+2
2012-08-27OvmfPkg: get boot order from QEMUjljusten4-0/+1028
2012-08-27OvmfPkg/PlatformPei: Shrink memory range for PCI MMIO allocationjljusten1-2/+3
2012-08-17Update file guid to avoid conflict with other file.ydong101-1/+1
2012-08-15OvmfPkg: Add custom SecureBootConfigDxe that doesn't resetjljusten16-12/+7379
2012-08-15OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issuesjljusten1-9/+9
2012-08-13OvmfPkg: Support GCC47 toolchainjljusten1-0/+3
2012-08-13OvmfPkg: generate full MADT dynamically, synchronize contents with qemujljusten7-62/+146
2012-08-13OvmfPkg: have PlatformBdsLib::PciInitialization conform to the _PRSjljusten1-10/+10