summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2013-05-28OvmfPkg/SerializeVariablesLib: ignore secure variable restore errorsjljusten1-7/+20
2013-05-15OvmfPkg: QemuBootOrder: recognize Ethernet OFW device pathsjljusten1-0/+29
2013-05-15OvmfPkg: adapt VirtioFlush()'s leading comment to the coding stylejljusten1-5/+4
2013-05-15OvmfPkg: adapt VirtioAppendDesc()'s leading comment to the coding stylejljusten1-21/+20
2013-05-15OvmfPkg: adapt VirtioPrepare()'s leading comment to the coding stylejljusten1-1/+1
2013-05-14OvmfPkg: VirtioLib: populate the Available Ring correctlyjljusten1-21/+31
2013-03-04OvmfPkg: make sure ResetCold() and ResetWarm() never returnjljusten2-1/+6
2013-03-04OvmfPkg: attempt to trigger cold reset through PIIX3 reset control registerjljusten1-1/+2
2013-02-14OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where availablejljusten6-7/+107
2013-01-28Revert "OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available"jljusten6-106/+7
2013-01-28QemuFwCfgLib: Add QemuFwCfgWriteBytes() functionjljusten5-5/+133
2013-01-28OvmfPkg QemuFwCfgLib: Fix broken IA32 Microsoft assembler codejljusten1-1/+1
2013-01-23Fix xcode tool chain assembly issue. andrewfish1-1/+1
2013-01-16OvmfPkg: Fix Xcode assembly issuejljusten1-2/+2
2013-01-16OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where availablejljusten6-9/+108
2013-01-16OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbagejljusten2-1/+34
2013-01-16OvmfPkg: LoadLinuxLib: Fix check for relocatable kerneljljusten1-3/+4
2013-01-14OvmfPkg: LoadLinuxLib: Fix kernel entry for 64-bit OVMFjljusten2-6/+82
2012-11-02OvmfPkg: Add support for qemu's -kernel parameterjljusten4-1/+178
2012-11-02OvmfPkg: Add LoadLinuxLib library implementationjljusten8-0/+1036
2012-10-18OvmfPkg: QemuBootOrder: recognize virtio-scsi devicesjljusten1-0/+45
2012-10-12OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxejljusten1-2/+4
2012-10-12OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()jljusten2-10/+127
2012-10-12OvmfPkg: rename AppendDesc to VirtioAppendDescjljusten1-1/+1
2012-10-12OvmfPkg: extract VirtioLib from VirtioBlkDxejljusten2-0/+369
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-04When SOURCE_DEBUG_ENABLE is set, a TimerLib is linked into the SEC Phase to s...mdkinney1-31/+51
2012-10-03VS2005 and DDK3790 tool chain tags require typecasts to BOOLEAN to compile.mdkinney1-2/+2
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] bitfieldjljusten1-1/+1
2012-09-12OvmfPkg: extract the PBMA used in AcpiTimerLib into a PCDjljusten2-1/+8
2012-09-12OvmfPkg: assorted whitespace removaljljusten2-5/+4
2012-08-27OvmfPkg: get boot order from QEMUjljusten4-0/+1028
2012-08-13OvmfPkg: have PlatformBdsLib::PciInitialization conform to the _PRSjljusten1-10/+10
2012-08-13OvmfPkg: PlatformBdsLib: the balloon device (RAM Memory) is in slot 5jljusten1-3/+3
2012-07-26OvmfPkg: add support for debug console on port 0x402jljusten2-0/+319
2012-07-23OvmfPkg: introduce QemuFwCfgFindFile ()jljusten1-0/+53
2012-07-10OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000jljusten1-206/+0
2012-05-30OvmfPkg: Add QemuFwCfgLib library class and implementationjljusten6-0/+437
2012-05-04OvmfPkg/AcpiTables: Change the ACPI PM Base Adress to 0xb000jljusten1-1/+1
2012-05-04OvmfPkg PlatformBdsLib: Set SCI_EN bit of PMCNTRLjljusten1-0/+13
2012-04-04OvmfPkg: Add custom mode setup if the Secure Boot build option is specified.leegrosenbaum1-26/+9
2012-03-14Improve robustness when scanning PCI Option ROM.rsun31-8/+28
2012-03-09OvmfPkg: Add PlatformSecureLib instancejljusten2-0/+90
2011-10-31OvmfPkg: Remove variables that are set, but not usedjljusten1-2/+1
2011-08-25Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu21-0/+36
2011-08-11OvmfPkg AcpiTimerLib: Fix issue with I/O address initializationjljusten1-1/+1
2011-07-27OvmfPkg/Library/AcpiTimerLib: Modified to support Xen HVMjljusten1-5/+24