summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library/PlatformBdsLib
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-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2-46/+38
2013-05-15OvmfPkg: QemuBootOrder: recognize Ethernet OFW device pathsjljusten1-0/+29
2013-01-16OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbagejljusten1-1/+6
2012-11-02OvmfPkg: Add support for qemu's -kernel parameterjljusten4-1/+178
2012-10-18OvmfPkg: QemuBootOrder: recognize virtio-scsi devicesjljusten1-0/+45
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-03VS2005 and DDK3790 tool chain tags require typecasts to BOOLEAN to compile.mdkinney1-2/+2
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-10OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000jljusten1-206/+0
2012-05-04OvmfPkg PlatformBdsLib: Set SCI_EN bit of PMCNTRLjljusten1-0/+13
2012-03-14Improve robustness when scanning PCI Option ROM.rsun31-8/+28
2010-10-13OVMF BDS: Don't call BdsLibSaveMemoryTypeInformationjljusten1-2/+1
2010-07-04Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney1-0/+1
2010-04-28Update the copyright notice formathhtian4-8/+8
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao41-1/+1
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
2010-02-231. Correct File header to ## @filelgao41-4/+4
2009-12-16Add missing EFIAPI instances on several functions.jljusten1-0/+1
2009-11-18Add necessary brace to fix GCC warningsqhuang81-18/+36
2009-09-26OVMF: Add support for saving the NV variables to disk following each SetVaria...jljusten2-1/+34
2009-09-21Fix several build break in Ovmf package.qhuang81-3/+3
2009-09-16OVMF BDS: Make use of NvVarsFileLib to make NV variable less volatile.jljusten3-2/+96
2009-09-16OVMF BDS: Implement routines to make it easier to scan through all PCI devices.jljusten1-80/+191
2009-09-07OVMF: Fix a hang after resetting when NV variables are preserved.jljusten1-20/+11
2009-07-21fix ICC build issue.eric_tian1-0/+2
2009-07-14Load video option ROM which is not embedded in system firmware image.jljusten3-1/+189
2009-07-13ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian1-5/+14
2009-07-10Move LockKeyboards API from GenericBdsLib to PlatformBdsLiblgao41-2/+21
2009-07-09Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew...lgao43-7/+2
2009-06-30* Modify various PCI register settings for OVMF.jljusten1-20/+151
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney1-9/+5
2009-05-27Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten4-0/+1453