summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
Commit message (Expand)AuthorAgeFilesLines
...
* Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney2010-07-041-0/+1
* Fix FFS file type for binary modules of type UEFI_DRIVERmdkinney2010-06-292-2/+2
* Remove extra references to binary INFs from DSC filemdkinney2010-06-295-24/+34
* Simplify DSC/FDF files for OVMF mdkinney2010-06-255-154/+74
* Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkglgao42010-05-055-471/+3
* Update the copyright notice formathhtian2010-04-2857-114/+114
* Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI...lgao42010-04-225-7/+0
* Update the modules with the different module GUID to avoid the different modu...lgao42010-04-063-3/+3
* OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005jljusten2010-03-231-4/+4
* OVMF: Add BlockMmioToBlockIoDxe driverjljusten2010-03-219-2/+1094
* OVMF: Add Block MMIO protocol definitionjljusten2010-03-212-0/+53
* Merge the same type PCD section.lgao42010-03-153-30/+23
* Still use |.efi Rule for INF file with binary EFI image, because the binary E...lgao42010-03-021-2/+17
* Add the missing OUTPUT directory for the EFI and depex file in Rule section.lgao42010-03-012-32/+32
* Update OvmfPkg FDF to avoid DXE driver to be rebased on build time.lgao42010-03-012-4/+8
* Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...lgao42010-03-012-32/+32
* add debug agent null instance in DSC file.vanjeff2010-02-263-0/+3
* Cleanup: Remove PcdDxePcdDatabaseTraverseEnabledjljusten2010-02-253-3/+0
* OVMF: Move DXE drivers into a new firmware volumejljusten2010-02-252-10/+60
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-256-0/+0
* remove svn:executable attribute for INF file.klu22010-02-252-0/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-253-7/+0
* 1. Correct File header to ## @filelgao42010-02-2316-70/+70
* OVMF: Update README filejljusten2010-02-221-4/+8
* Updated OvmfPkg to use the reset vector binary from the UefiCpuPkg. Removing...geekboy15a2010-02-0225-1208/+2
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-305-32/+15
* Fixed GDT load issue in some cases after a reset. Only CS should be used to ...geekboy15a2010-01-277-1/+1
* OVMF SEC: Fix VS2005 compiler warningsjljusten2010-01-062-3/+1
* OVMF VTF0 Reset Vector: Cleanup Global Descriptor Table (GDT)jljusten2010-01-047-65/+58
* OVMF VTF0 Reset Vector: Set 'accessed' bit in GDT descriptorsjljusten2010-01-047-5/+5
* OVMF Status Codes: Disable serial output, enable memory outputjljusten2010-01-043-6/+6
* OVMF: Define MDEPKG_NDEBUG to disable all debug code by defaultjljusten2010-01-043-0/+15
* OVMF: Update OVMF FD/FV build to minimize ROM sizejljusten2010-01-0413-294/+554
* OVMF: Use optimized BaseMemoryLib librariesjljusten2010-01-043-6/+23
* OVMF: Add SEC ExtractGuidedSection implementationjljusten2010-01-042-0/+468
* Refer to OEM status code hook library instances in MdeModulePkg.xli242009-12-293-9/+9
* Refer to status code library instances in MdeModulePkg.xli242009-12-293-21/+21
* Remove status code modules' dependency on IntelFrameworkModulePkg.xli242009-12-253-9/+9
* Fix bug that ovmf's BDS can not be entered and add SmbiosDxe driver into Ovmf...klu22009-12-205-6/+11
* OVMF SEC: Modify to match new interface of reset vector modulejljusten2009-12-168-74/+173
* OVMF ResetVector: Modify interface with SEC modulejljusten2009-12-1621-332/+478
* Add missing EFIAPI instances on several functions.jljusten2009-12-161-0/+1
* fix the wrong module name.eric_tian2009-12-092-2/+2
* fix build error, CpuIo module is replaced with CpuIo2Dxeeric_tian2009-12-083-3/+3
* Add DxeSecurityManagementLib instance lgao42009-11-263-0/+3
* Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi...qhuang82009-11-255-0/+13
* Add necessary brace to fix GCC warningsqhuang82009-11-181-18/+36
* Remove redundant blank character in DSC file.klu22009-10-223-3/+3
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-205-5/+5
* OVMF: Align PE images in ROM, and strip relocations were possible.jljusten2009-10-072-13/+29