summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2012-09-12MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian1-1/+1
2012-09-10Enhance the check for options in the question.ydong104-102/+174
2012-09-10When question not have storage with it, not restore old value for it.ydong101-10/+5
2012-08-30Restore EditBuffer before call the callback function to avoid get error data.ydong101-14/+14
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2-6/+6
2012-08-271. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff6-5/+24
2012-08-22Get correct GOP protocol for physical GOP device.li-elvin1-5/+8
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42-8/+91
2012-08-21Initialize the variable before use it.ydong101-1/+2
2012-08-21Patch includes:ydong104-59/+213
2012-08-21Fix some coding style issuesczhang462-5/+4
2012-08-21Fix Consplitter GOP UEFI SCT issue.li-elvin1-15/+50
2012-08-21Enhance the code to make the code logic more clear.ydong102-2/+5
2012-08-17Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang463-261/+59
2012-08-17Add missing break and add comment to non-necessary break.li-elvin3-2/+7
2012-08-16Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff2-21/+33
2012-08-16Add missing function commentsjyao11-0/+24
2012-08-16Fix incorrect sizeof () usage.li-elvin1-1/+1
2012-08-14Refine the logic to handle the device path info get from string token.ydong104-40/+121
2012-08-14Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao15-5/+222
2012-08-10Fix 2 errors for new featureczhang461-1/+1
2012-08-07Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin1-33/+76
2012-08-06LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng141-14/+27
2012-07-30Add 2 new Bds featuresczhang463-2/+276
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu4-20/+16
2012-07-23Add more security check for CommBuffer+CommBufferSize.jyao12-3/+109
2012-07-17Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu51-0/+4
2012-07-17Fix a buffer overflow bug in VariableSmm driver.sfu51-1/+1
2012-07-13Add SMRAM range check to variable SMM SMI handler.czhang462-22/+166
2012-07-13Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\...lzeng142-44/+2
2012-07-12Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng144-8/+2
2012-07-10Add SMRAM range check to fault tolerant write SMM SMI handler.ydong102-14/+88
2012-07-09Include read data buffer in CommBufferSize when calculate the buffer size.ydong101-2/+2
2012-07-06When do discard action, enable callback action for questions which have value...ydong107-94/+255
2012-07-03Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong101-0/+1
2012-06-27Add more SMRAM range check to 3 SMI handler.czhang461-11/+37
2012-06-26Update the logic to get default value for question without storage.ydong103-7/+43
2012-06-26Check whether has storage for date/time opcode, if it has storage, also gener...ydong101-1/+137
2012-06-18Fix potential memory leak issue.lzeng141-2/+3
2012-06-12Add comment for modules which have external input.jyao15-9/+66
2012-06-12EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_IN...lzeng146-9/+24
2012-06-12Refine the logic about initialize questions valueydong103-17/+33
2012-05-31Fixed build failed.ydong104-7/+7
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong104-10/+10
2012-05-30According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng144-7/+64
2012-05-30Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng141-2/+12
2012-05-29Enable wide string for title and help stringydong104-89/+229
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu3-54/+74
2012-05-24Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu1-2/+49
2012-05-11Add logic to validate new input value with minimum.ydong101-0/+10