summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* OvmfPkg: QemuFwCfgLib: extract stateful implementationLaszlo Ersek2014-01-033-75/+97
* OvmfPkg: QemuFwCfgLib: introduce InternalQemuFwCfgIsAvailable()Laszlo Ersek2014-01-031-4/+26
* OvmfPkg: QemuFwCfgLib: drop bogus dependency on UefiBootServicesTableLibLaszlo Ersek2013-12-261-1/+0
* OvmfPkg/Virtio: Removed VirtioReadDevice() / VirtIoWriteDevice() functionsOlivier Martin2013-12-111-69/+0
* OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOLOlivier Martin2013-12-111-100/+27
* OvmfPkg/VirtioMmioDeviceLib: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devi...Olivier Martin2013-12-114-0/+723
* OvmfPkg/BdsPlatform: don't restore NvVars from disk when flash is presentLaszlo Ersek2013-11-122-5/+11
* OvmfPkg: EFI handover flags are in Bp->hdr.xloadflagsMatt Fleming2013-09-241-1/+1
* 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