summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-26EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005jljusten1-4/+4
2009-09-26OVMF: Add support for saving the NV variables to disk following each SetVaria...jljusten4-1/+80
2009-09-26OVMF: Convert from EmuVariableRuntimeDxe to VariableRuntimeDxe.jljusten6-10/+52
2009-09-26OVMF: Add library to customize the EMU Variable FVB driver.jljusten3-8/+109
2009-09-26Add EmuVariableFvbRuntimeDxe driver.jljusten3-0/+1096
2009-09-26Add PlatformFvbLibNull instance of PlatformFvbLib.jljusten2-0/+75
2009-09-26Add PlatformFvbLib to allow platform customization of an FVB driver.jljusten1-0/+37
2009-09-26Allow the FaultTolerantWriteDxe addresses to be dynamic PCD's.jljusten1-2/+3
2009-09-25add security checkvanjeff2-1/+4
2009-09-24Fixed issues compiling for Apple gcc on IA-32AJFISH99-2186/+2216
2009-09-24sync comments on data structure to follow latest UEFI spec.eric_tian15-109/+175
2009-09-24Add HII animation related definitions into MdePkg.rsun31-1/+290
2009-09-24Update definition aligned to UEFI2.3qhuang82-17/+14
2009-09-23sync the latest spec changes with codeeric_tian1-1/+3
2009-09-22NvVarsFileLib: Fix build warning with VS2005 on X64.jljusten1-2/+2
2009-09-22Remove unnecessary -D flag for GNU assemblers. This flag should have no effect.qhuang81-2/+2
2009-09-22Fix bug that home addresses for register parameters must be allocated for cal...rsun33-0/+4
2009-09-22Remove tabs in MdePkg source codeqhuang82-9/+9
2009-09-22Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE qhuang82-54/+54
2009-09-22Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE qhuang82-54/+54
2009-09-22Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE qhuang84-33/+33
2009-09-22Fix small issues in SimpleFileSystem.hqhuang81-7/+7
2009-09-22Update definition aligned to UEFI2.3lgao44-11/+11
2009-09-21Remove some unicode characters in MdePkg source code.qhuang87-13/+13
2009-09-21Remove the error checking for multi-instance device path since Dxecore has be...qhuang81-8/+0
2009-09-21Enhance DxeCore LocateDevicePath() boot service to handle muli-instance devic...qhuang81-3/+15
2009-09-21Update partition driver to not produce BlockIo if a GPT with OS-specific fiel...qhuang82-3/+15
2009-09-21Fix several build break in Ovmf package.qhuang82-4/+4
2009-09-21Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg de...qhuang81-1/+2
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang81-3/+3
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang82-7/+7
2009-09-21Clarify some definitions in HII Configure Routine Protocolqhuang81-13/+10
2009-09-21Clarify Signature field in EFI_PARTITION_ENTRY structure.qhuang81-3/+6
2009-09-21Add UEFI 2.2 and UEFI 2.3 signature.qhuang81-0/+2
2009-09-21Remove the restrain on the Year field in EFI_TIME structure.qhuang81-2/+2
2009-09-21Clarify Attribute field in EFI_PARTITION_ENTRYqhuang81-4/+17
2009-09-211. Fix incorrect definition of UEFI_CONFIG_LANG and UEFI_CONFIG_LANG_2. They ...qhuang81-4/+5
2009-09-21Add Ehci driver for handle USB 2.0 device.klu22-1/+3
2009-09-18align some comments.vanjeff2-5/+5
2009-09-18Add some comments.vanjeff5-0/+34
2009-09-17Updated network related definitions.vanjeff6-59/+202
2009-09-17Fix ICC build failure.htao1-2/+0
2009-09-17Rollback patch temporary until receive legal approve.klu22-21/+10
2009-09-17Make ASSERT statement more meaningful.lgao42-8/+8
2009-09-16OVMF BDS: Make use of NvVarsFileLib to make NV variable less volatile.jljusten6-2/+102
2009-09-16OVMF BDS: Implement routines to make it easier to scan through all PCI devices.jljusten1-80/+191
2009-09-16Add DXE_DRIVER to list of supported module types for BaseFileHandleLib.jljusten1-1/+1
2009-09-16Implement NvVarsFileLib to save and restore non-volatile variables using a file.jljusten7-0/+1143
2009-09-16Add RHSA (remapping hardware static Affinity) structure definition according ...htao1-0/+12
2009-09-16add SR-IOV support in EDK II.htao2-0/+74