summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Add missing status code in several modules.li-elvin4-18/+28
2012-10-29Fix issue that ifconfig –c cannot clear IP address details.tye11-3/+3
2012-10-25Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin1-0/+29
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu517-86/+86
2012-10-17Fix buffer overflow issue in Consplitter.li-elvin1-2/+16
2012-10-11Update header formathhtian2-6/+7
2012-10-11Add missing braces around initializer.lzeng143-150/+158
2012-10-08Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2-58/+58
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian3-13/+0
2012-09-28Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng141-17/+44
2012-09-27Enable EFI_IFR_DEFAULT2 opcode in browser.ydong101-2/+4
2012-09-24Clean the build warning.ydong101-2/+2
2012-09-14Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng144-20/+31
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