summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)Author
2012-07-13Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\...lzeng14
2012-07-12Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng14
2012-07-10Add SMRAM range check to fault tolerant write SMM SMI handler.ydong10
2012-07-09Include read data buffer in CommBufferSize when calculate the buffer size.ydong10
2012-07-06When do discard action, enable callback action for questions which have value...ydong10
2012-07-03Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong10
2012-06-27Add more SMRAM range check to 3 SMI handler.czhang46
2012-06-26Update the logic to get default value for question without storage.ydong10
2012-06-26Check whether has storage for date/time opcode, if it has storage, also gener...ydong10
2012-06-18Fix potential memory leak issue.lzeng14
2012-06-12Add comment for modules which have external input.jyao1
2012-06-12EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_IN...lzeng14
2012-06-12Refine the logic about initialize questions valueydong10
2012-05-31Fixed build failed.ydong10
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong10
2012-05-30According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng14
2012-05-30Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng14
2012-05-29Enable wide string for title and help stringydong10
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu
2012-05-24Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu
2012-05-11Add logic to validate new input value with minimum.ydong10
2012-05-11The code line where judges if offset exceed the FTW work space boundary, in s...lzeng14
2012-05-11Enhance the code logic for RelocateBlockDescriptors.lzeng14
2012-05-11Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng14
2012-05-11Make sure CapsuleImage size is equal or less than DataBlock Size. And when co...lzeng14
2012-05-11DestPtr may point to the lower aligned address in the free memory region (Fre...lzeng14
2012-05-11Update CapsuleCoalesce() to return the correct size of the coalesced capsule ...lzeng14
2012-05-09Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu
2012-05-08Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao4
2012-05-08Enhance SmbiosDxe driver:lzeng14
2012-05-07Fix memory leak issues.ydong10
2012-04-24Fix build fail for DDK.ydong10
2012-04-24Update HiiFont Service to return error status instead of ASSERT for the inval...lgao4
2012-04-23Refine the code to have same function to process the string info. Also update...ydong10
2012-04-12Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin
2012-04-11Add more check for the bmp file to avoid access violation.ydong10
2012-04-11Enable Help string scroll when the help info can't show all at current page.ydong10
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng14
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng14
2012-03-15MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao4
2012-02-29Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao4
2012-02-24GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin
2012-02-15Enable PCD version check on PCD driver and PCD database.lgao4
2012-02-15Add code check to avoid access violation.ydong10
2012-02-14Enhance BGRT driver to install BGRT table upon every ReadyToBoot eventczhang46
2012-02-03Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.lzeng14
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun3
2012-01-31Update the code to follow the spec when evaluate the expression.ydong10