| Commit message (Expand) | Author | Age | Files | Lines |
* | sync patch r10994, r10995, r10996 from main trunk. | vanjeff | 2011-04-14 | 1 | -2/+2 |
* | Fixed filename case issue. | vanjeff | 2010-11-09 | 1 | -1/+1 |
* | sync patch 10868 from main trunk. | vanjeff | 2010-09-13 | 5 | -5/+94 |
* | sync patch 10770 from main trunk. | vanjeff | 2010-09-01 | 11 | -931/+678 |
* | OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005 | jljusten | 2010-03-23 | 1 | -4/+4 |
* | OVMF: Add BlockMmioToBlockIoDxe driver | jljusten | 2010-03-21 | 9 | -2/+1094 |
* | OVMF: Add Block MMIO protocol definition | jljusten | 2010-03-21 | 2 | -0/+53 |
* | Merge the same type PCD section. | lgao4 | 2010-03-15 | 3 | -30/+23 |
* | Still use |.efi Rule for INF file with binary EFI image, because the binary E... | lgao4 | 2010-03-02 | 1 | -2/+17 |
* | Add the missing OUTPUT directory for the EFI and depex file in Rule section. | lgao4 | 2010-03-01 | 2 | -32/+32 |
* | Update OvmfPkg FDF to avoid DXE driver to be rebased on build time. | lgao4 | 2010-03-01 | 2 | -4/+8 |
* | Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac... | lgao4 | 2010-03-01 | 2 | -32/+32 |
* | add debug agent null instance in DSC file. | vanjeff | 2010-02-26 | 3 | -0/+3 |
* | Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled | jljusten | 2010-02-25 | 3 | -3/+0 |
* | OVMF: Move DXE drivers into a new firmware volume | jljusten | 2010-02-25 | 2 | -10/+60 |
* | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten | 2010-02-25 | 6 | -0/+0 |
* | remove svn:executable attribute for INF file. | klu2 | 2010-02-25 | 2 | -0/+0 |
* | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 2010-02-25 | 3 | -7/+0 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-23 | 16 | -70/+70 |
* | OVMF: Update README file | jljusten | 2010-02-22 | 1 | -4/+8 |
* | Updated OvmfPkg to use the reset vector binary from the UefiCpuPkg. Removing... | geekboy15a | 2010-02-02 | 25 | -1208/+2 |
* | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney | 2010-01-30 | 5 | -32/+15 |
* | Fixed GDT load issue in some cases after a reset. Only CS should be used to ... | geekboy15a | 2010-01-27 | 7 | -1/+1 |
* | OVMF SEC: Fix VS2005 compiler warnings | jljusten | 2010-01-06 | 2 | -3/+1 |
* | OVMF VTF0 Reset Vector: Cleanup Global Descriptor Table (GDT) | jljusten | 2010-01-04 | 7 | -65/+58 |
* | OVMF VTF0 Reset Vector: Set 'accessed' bit in GDT descriptors | jljusten | 2010-01-04 | 7 | -5/+5 |
* | OVMF Status Codes: Disable serial output, enable memory output | jljusten | 2010-01-04 | 3 | -6/+6 |
* | OVMF: Define MDEPKG_NDEBUG to disable all debug code by default | jljusten | 2010-01-04 | 3 | -0/+15 |
* | OVMF: Update OVMF FD/FV build to minimize ROM size | jljusten | 2010-01-04 | 13 | -294/+554 |
* | OVMF: Use optimized BaseMemoryLib libraries | jljusten | 2010-01-04 | 3 | -6/+23 |
* | OVMF: Add SEC ExtractGuidedSection implementation | jljusten | 2010-01-04 | 2 | -0/+468 |
* | Refer to OEM status code hook library instances in MdeModulePkg. | xli24 | 2009-12-29 | 3 | -9/+9 |
* | Refer to status code library instances in MdeModulePkg. | xli24 | 2009-12-29 | 3 | -21/+21 |
* | Remove status code modules' dependency on IntelFrameworkModulePkg. | xli24 | 2009-12-25 | 3 | -9/+9 |
* | Fix bug that ovmf's BDS can not be entered and add SmbiosDxe driver into Ovmf... | klu2 | 2009-12-20 | 5 | -6/+11 |
* | OVMF SEC: Modify to match new interface of reset vector module | jljusten | 2009-12-16 | 8 | -74/+173 |
* | OVMF ResetVector: Modify interface with SEC module | jljusten | 2009-12-16 | 21 | -332/+478 |
* | Add missing EFIAPI instances on several functions. | jljusten | 2009-12-16 | 1 | -0/+1 |
* | fix the wrong module name. | eric_tian | 2009-12-09 | 2 | -2/+2 |
* | fix build error, CpuIo module is replaced with CpuIo2Dxe | eric_tian | 2009-12-08 | 3 | -3/+3 |
* | Add DxeSecurityManagementLib instance | lgao4 | 2009-11-26 | 3 | -0/+3 |
* | Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi... | qhuang8 | 2009-11-25 | 5 | -0/+13 |
* | Add necessary brace to fix GCC warnings | qhuang8 | 2009-11-18 | 1 | -18/+36 |
* | Remove redundant blank character in DSC file. | klu2 | 2009-10-22 | 3 | -3/+3 |
* | 1. Impl PI 1.2 PCI part. Major changes include: | davidhuang | 2009-10-20 | 5 | -5/+5 |
* | OVMF: Align PE images in ROM, and strip relocations were possible. | jljusten | 2009-10-07 | 2 | -13/+29 |
* | OVMF SEC: Modify to search sections of FFS file for PE32 image. | jljusten | 2009-10-07 | 3 | -3/+26 |
* | Fix comment describing the library in PlatformFvbLibNull.inf. | jljusten | 2009-10-02 | 1 | -1/+1 |
* | EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005 | jljusten | 2009-09-26 | 1 | -4/+4 |
* | OVMF: Add support for saving the NV variables to disk following each SetVaria... | jljusten | 2009-09-26 | 4 | -1/+80 |