summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-30OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLibjljusten4-536/+94
2011-01-30OvmfPkg: Add SerializeVariablesLib library instancejljusten3-0/+938
2011-01-27OvmfPkg ResetSystemLib: Fix build issue with VS2005jljusten1-1/+1
2011-01-13OvmfPkg ResetSystemLib: Add shutdown support for OVMFjljusten2-0/+139
2011-01-09OvmfPkg EMU FVB: Add 2 functions to PlatformFvbLibjljusten2-2/+96
2011-01-09OvmfPkg EMU FVB: Convert to FVB2 protocoljljusten2-2/+2
2011-01-09OvmfPkg PlatformFvbLib: Change PlatformFvbDataWrittenjljusten2-4/+16
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-05-05Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkglgao42-468/+0
2010-04-28Update the copyright notice formathhtian17-34/+34
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao43-3/+3
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten1-0/+0
2010-02-25remove svn:executable attribute for INF file.klu21-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22-4/+0
2010-02-231. Correct File header to ## @filelgao46-25/+25
2010-01-04OVMF: Add SEC ExtractGuidedSection implementationjljusten2-0/+468
2009-12-16Add missing EFIAPI instances on several functions.jljusten1-0/+1