summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu59-10/+19
2012-12-17Base on the value type to get the value for default opcode.ydong102-3/+3
2012-12-17Reclaim work space when the remaining space size is even not enough to contai...lzeng141-1/+10
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu547-424/+2088
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng141-5/+5
2012-12-05Update the HiiConfigToBlock to follow spec.ydong102-16/+10
2012-12-03Fix build error.jyao11-2/+2
2012-11-30ACPI4.0/5.0 have clear description:jyao11-15/+27
2012-11-16Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead of local struct INTER...lzeng142-56/+26
2012-11-15Check mHiiPackageListUpdated before set it to FALSE.ydong101-21/+9
2012-11-14Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...niruiyu2-17/+32
2012-11-14Fix issue that node is still reachable after executing ifconfig –c.tye14-6/+27
2012-11-12Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng141-4/+4
2012-11-12Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng141-23/+15
2012-11-08Refine code to make it more safely.ydong102-5/+48
2012-11-07Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will f...li-elvin1-6/+5
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian13-15/+11
2012-11-01Fix build fail.ydong101-8/+8
2012-11-01Add more check to make code more safely.ydong106-1/+11
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