summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: QemuBootOrder: keep some boot options that have not been selectedLaszlo Ersek2013-09-131-0/+108
* OvmfPkg: QemuBootOrder: mark UEFI boot options selected by fw_cfgLaszlo Ersek2013-09-131-8/+12
* OvmfPkg: QemuBootOrder: collect active UEFI boot options in advanceLaszlo Ersek2013-09-131-18/+100
* OvmfPkg: QemuBootOrder: expand relative device paths in UEFI boot optionsLaszlo Ersek2013-09-131-0/+29
* OvmfPkg NvVarsFileLib: Set NvVars variable after writing vars fileJordan Justen2013-08-301-12/+42
* OvmfPkg: Virtio: load used ring element strictly after loading used indexLaszlo Ersek2013-08-231-0/+1
* OvmfPkg ResetSystemLib: Fix VS build errorRuiyu Ni2013-08-191-1/+1
* OvmfPkg: allocate the EFI memory map for Linux as Loader DataLaszlo Ersek2013-08-181-2/+6
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-262-46/+38
* OvmfPkg ResetSystemLib: Fix shutdown via UEFI runtime servicesJordan Justen2013-07-182-4/+9
* Fix IA32 build failure.Ruiyu Ni2013-07-161-3/+3
* OvmfPkg/SerializeVariablesLib: ignore secure variable restore errorsjljusten2013-05-281-7/+20
* OvmfPkg: QemuBootOrder: recognize Ethernet OFW device pathsjljusten2013-05-151-0/+29
* OvmfPkg: adapt VirtioFlush()'s leading comment to the coding stylejljusten2013-05-151-5/+4
* OvmfPkg: adapt VirtioAppendDesc()'s leading comment to the coding stylejljusten2013-05-151-21/+20
* OvmfPkg: adapt VirtioPrepare()'s leading comment to the coding stylejljusten2013-05-151-1/+1
* OvmfPkg: VirtioLib: populate the Available Ring correctlyjljusten2013-05-141-21/+31
* 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 LoadLinuxLib: Use kernel's EFI entry point where availablejljusten2013-02-146-7/+107
* Revert "OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available"jljusten2013-01-286-106/+7
* QemuFwCfgLib: Add QemuFwCfgWriteBytes() functionjljusten2013-01-285-5/+133
* OvmfPkg QemuFwCfgLib: Fix broken IA32 Microsoft assembler codejljusten2013-01-281-1/+1
* Fix xcode tool chain assembly issue. andrewfish2013-01-231-1/+1
* OvmfPkg: Fix Xcode assembly issuejljusten2013-01-161-2/+2
* OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where availablejljusten2013-01-166-9/+108
* OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbagejljusten2013-01-162-1/+34
* 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: Add support for qemu's -kernel parameterjljusten2012-11-024-1/+178
* OvmfPkg: Add LoadLinuxLib library implementationjljusten2012-11-028-0/+1036
* OvmfPkg: QemuBootOrder: recognize virtio-scsi devicesjljusten2012-10-181-0/+45
* OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxejljusten2012-10-121-2/+4
* OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()jljusten2012-10-122-10/+127
* OvmfPkg: rename AppendDesc to VirtioAppendDescjljusten2012-10-121-1/+1
* OvmfPkg: extract VirtioLib from VirtioBlkDxejljusten2012-10-122-0/+369
* OvmfPkg: QemuBootOrder: recognize virtio-blk OFW device pathsjljusten2012-10-081-0/+26
* OvmfPkg: QemuBootOrder: lower the required number of OFW nodes to 2jljusten2012-10-081-8/+11
* OvmfPkg: QemuBootOrder: whitespace fixjljusten2012-10-081-3/+3
* When SOURCE_DEBUG_ENABLE is set, a TimerLib is linked into the SEC Phase to s...mdkinney2012-10-041-31/+51
* VS2005 and DDK3790 tool chain tags require typecasts to BOOLEAN to compile.mdkinney2012-10-031-2/+2
* OvmfPkg: use PCI_COMMAND_OFFSET/EFI_PCI_COMMAND_IO_SPACE in AcpiTimerLibjljusten2012-09-121-1/+5
* OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfieldjljusten2012-09-121-1/+1
* OvmfPkg: extract the PBMA used in AcpiTimerLib into a PCDjljusten2012-09-122-1/+8
* OvmfPkg: assorted whitespace removaljljusten2012-09-122-5/+4
* OvmfPkg: get boot order from QEMUjljusten2012-08-274-0/+1028
* OvmfPkg: have PlatformBdsLib::PciInitialization conform to the _PRSjljusten2012-08-131-10/+10
* OvmfPkg: PlatformBdsLib: the balloon device (RAM Memory) is in slot 5jljusten2012-08-131-3/+3
* OvmfPkg: add support for debug console on port 0x402jljusten2012-07-262-0/+319
* OvmfPkg: introduce QemuFwCfgFindFile ()jljusten2012-07-231-0/+53