summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2013-09-13OvmfPkg: QemuBootOrder: keep some boot options that have not been selectedLaszlo Ersek1-0/+108
2013-09-13OvmfPkg: QemuBootOrder: mark UEFI boot options selected by fw_cfgLaszlo Ersek1-8/+12
2013-09-13OvmfPkg: QemuBootOrder: collect active UEFI boot options in advanceLaszlo Ersek1-18/+100
2013-09-13OvmfPkg: QemuBootOrder: expand relative device paths in UEFI boot optionsLaszlo Ersek1-0/+29
2013-08-30OvmfPkg NvVarsFileLib: Set NvVars variable after writing vars fileJordan Justen1-12/+42
2013-08-23OvmfPkg: Virtio: load used ring element strictly after loading used indexLaszlo Ersek1-0/+1
2013-08-19OvmfPkg ResetSystemLib: Fix VS build errorRuiyu Ni1-1/+1
2013-08-18OvmfPkg: allocate the EFI memory map for Linux as Loader DataLaszlo Ersek1-2/+6
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2-46/+38
2013-07-18OvmfPkg ResetSystemLib: Fix shutdown via UEFI runtime servicesJordan Justen2-4/+9
2013-07-16Fix IA32 build failure.Ruiyu Ni1-3/+3
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