summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2016-12-12MdeModulePkg VariableSmm: Do not need check CommBufferSize bufferStar Zeng1-5/+4
2016-12-09MdeModulePkg/EbcDxe: Fix incorrect Copyright formatDandan Bi10-10/+10
2016-12-08MdeModulePkg/BdsDxe: Initialize gConnectConInEvent earlierRuiyu Ni1-13/+18
2016-12-07MdeModulePkg: Fix assert in iSCSI.Zhang Lubo1-0/+1
2016-12-06MdeModulePkg/SetupBrowserDxe: Fix incorrect local variable usedDandan Bi1-4/+5
2016-12-06MdeModulePkg/EbcDxe: Add comments for functionsDandan Bi9-15/+1157
2016-12-06MdeModulePkg/EbcDxe: Avoid Non-Boolean type used as BooleanDandan Bi5-97/+97
2016-12-06MdeModulePkg/EbcDxe: Make the variable name follow rulesDandan Bi2-113/+113
2016-12-06MdeModulePkg/EbcDxe: Initialize variable after declarationDandan Bi2-2/+6
2016-12-06MdeModulePkg/EbcDxe: Make the comments align with EDKII coding styleDandan Bi30-3979/+2319
2016-11-29MdeModulePkg/EbcDxe: add EBC Debugger configuration applicationPete Batard8-0/+341
2016-11-29MdeModulePkg: Fix GCC build failureDandan Bi4-16/+10
2016-11-25MdeModulePkg/EbcDebugger: Compare ASCII char with '\0'Hao Wu1-2/+2
2016-11-25MdeModulePkg/EbcDebugger: Add ASSERT to ensure FieldBuffer is not NULLHao Wu1-1/+2
2016-11-25MdeModulePkg/EbcDebugger: Add missing check for symbol not foundHao Wu1-2/+2
2016-11-25MdeModulePkg/EbcDebugger: Add check for invalid 'CommandArg'Hao Wu1-1/+13
2016-11-25MdeModulePkg/EbcDebugger: Operands of same size for bitwise operationHao Wu1-3/+3
2016-11-25MdeModulePkg/DriverSample: Remove the password related codesDandan Bi5-294/+1
2016-11-25MdeModulePkg/DriverSampleDxe: Remove the non-interactive passwordDandan Bi2-11/+0
2016-11-25MdeModulePkg: Clear the buffer after using itDandan Bi2-1/+3
2016-11-25MdeModulePkg/SetupBrowser:Don't support password without interactive flagDandan Bi1-21/+2
2016-11-25MdeModulePkg/DisplayEngine: Popup dialogue when password is not supportedDandan Bi4-3/+15
2016-11-23MdeModulePkg/EbcDxe: reorganize EBC header definitionsPete Batard6-234/+29
2016-11-23MdeModulePkg/EbcDxe: add EBC DebuggerPete Batard33-0/+15743
2016-11-23MdeModulePkg/EbcDxe: prepare support for EBC DebuggerPete Batard9-7/+339
2016-11-23MdeModulePkg/DisplayEngine: Return the selectable menu correctlyDandan Bi1-5/+8
2016-11-18MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan2-1/+24
2016-11-18MdeModulePkg/BdsDxe: Avoid overwriting PlatformRecovery####Ruiyu Ni1-2/+17
2016-11-18MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery####Ruiyu Ni1-5/+16
2016-11-17MdeModulePkg HiiDatabase: Remove extra memory initialization.Eric Dong1-1/+1
2016-11-17MdeModulePkg/Ip4Dxe: Correct the return statusJiaxin Wu1-7/+3
2016-11-17MdeModulePkg/Ip4Dxe: Add wrong/invalid subnet checkJiaxin Wu2-6/+12
2016-11-10MdeModulePkg/SecurityStubDxe: Report failure if image is load earlierRuiyu Ni3-1/+65
2016-11-10MdeModulePkg/BdsDxe: Check deferred images before booting to OSRuiyu Ni3-1/+95
2016-11-10MdeModulePkg/SecurityStubDxe: Defer 3rd party image before EndOfDxeRuiyu Ni4-2/+468
2016-11-09MdeModulePkg: Display new stack base and sizeJeff Fan2-0/+16
2016-11-08MdeModulePkg/Esrt: Add ESRT_FW_TYPE_SYSTEMFIRMWARE check.Jiewen Yao2-3/+37
2016-11-03MdeModulePkg/PCD: Fix PcdGetNextToken may get a wrong PCD tokenCinnamon Shia2-9/+15
2016-10-31MdeModulePkg: Check for NULL pointer before dereference it.Fu Siyuan1-4/+8
2016-10-31MdeModulePkg: Fix the wrong Timer event checkJiaxin Wu1-1/+1
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan12-75/+72
2016-10-27MdeModulePkg/TerminalDxe: Fix IA32 VS2015x86 build breakMichael Kinney1-3/+3
2016-10-27MdeModulePkg/Variable/RuntimeDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/Tcp4Dxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/EbcDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/DisplayEngineDxe: rebase to ARRAY_SIZE()Laszlo Ersek2-5/+5
2016-10-27MdeModulePkg/BdsDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/RegularExpressionDxe: remove module-local ARRAY_SIZE macroLaszlo Ersek1-4/+0
2016-10-27MdeModulePkg/RegularExpressionDxe: guard the definition of ARRAY_SIZELaszlo Ersek1-0/+2
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin31-60/+60