summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2016-12-14MdeModulePkg EbcDxe: Fix CLANG38 build failureLiming Gao1-2/+5
2016-12-13MdeModulePkg/NonDiscoverablePciDev: Fix type mismatch in switch/caseHao Wu1-24/+24
2016-12-13MdeModulePkg/CapsuleLib: Correct debug message.Jiewen Yao1-1/+1
2016-12-12MdeModulePkg PiSmmCore: Retrieve Smram base address from system tableLiming Gao3-41/+13
2016-12-12MdeModulePkg SmmIpl: Fill Smram range for SMM driver when LMFA enableLiming Gao1-6/+34
2016-12-12MdeModulePkg PiSmmCore: Update FreePages to handle zero address and pagesLiming Gao2-6/+6
2016-12-12MdeModulePkg VariableSmm: Check InfoSize correctlyStar Zeng1-8/+17
2016-12-12MdeModulePkg VariableSmm: Do not need check CommBufferSize bufferStar Zeng1-5/+4
2016-12-09MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiersArd Biesheuvel1-1/+20
2016-12-09MdeModulePkg/EbcDxe: Fix incorrect Copyright formatDandan Bi10-10/+10
2016-12-08MdeModulePkg/BdsDxe: Initialize gConnectConInEvent earlierRuiyu Ni1-13/+18
2016-12-07MdeModulePkg: implement generic PCI I/O driver for non-discoverable devicesArd Biesheuvel6-0/+1243
2016-12-07MdeModulePkg: introduce helper library to register non-discoverable devicesArd Biesheuvel5-0/+318
2016-12-07MdeModulePkg: introduce non-discoverable device protocolArd Biesheuvel3-0/+149
2016-12-07MdeModulePkg: Fix assert in iSCSI.Zhang Lubo1-0/+1
2016-12-07MdeModulePkg/PiSmmCore: use EfiPagesToSize to prevent build error.Jiewen Yao1-3/+3
2016-12-07MdeModulePkg/PiSmmCore; Use DEBUG_WARN for non 4k aligned image.Jiewen Yao1-2/+2
2016-12-07MdeModulePkg/PiSmmCore: MemoryAttributeTable need keep non-PE record.Jiewen Yao1-40/+51
2016-12-07MdeModulePkg/PiSmmCore: AllocatePool should use MemoryType.Jiewen Yao3-69/+124
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-12-06MdeModulePkg/PciSioSerial: Fix bad EOLRuiyu Ni1-1/+1
2016-12-05MdeModulePkg PiSmmCore: Update comments in InitializeMemoryServicesLiming Gao1-1/+4
2016-12-02MdeModulePkg/Ehci: don't clear port status bits during initFeng Tian2-6/+22
2016-12-02MdeModulePkg/SdMmc: Fix build failure caused by last check-inFeng Tian1-1/+1
2016-12-01MdeModulePkg/CapsuleApp: add Internal for function name.Jiewen Yao2-6/+6
2016-12-01MdeModulePkg/CapsuleApp: Add Fmp->GetImage() support.Jiewen Yao3-1/+411
2016-11-30MdeModulePkg/SdMmcPciHcDxe: Replace deprecated debug level macrosFeng Tian4-88/+88
2016-11-29MdeModulePkg/EbcDxe: add EBC Debugger configuration applicationPete Batard11-0/+378
2016-11-29MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPointLiming Gao1-9/+9
2016-11-29MdeModulePkg: Fix GCC build failureDandan Bi4-16/+10
2016-11-28MdeModulePkg/NetLib: Handle an invalid IPv6 address caseJiaxin Wu2-0/+12
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-24MdeModulePkg/AtaAtapiPassThru: Ensure GHC.AE bit is always set in AhciMarcin Wojtas1-11/+10
2016-11-24MdeModulePkg/Xhci: Add 10ms delay before sending SendAddr cmd to devFeng Tian4-4/+31
2016-11-23MdeModulePkg/DxeNetLib: Allow the IPv4/prefix case when AsciiStrToIp4Jiaxin Wu1-1/+9
2016-11-23MdeModulePkg/EbcDxe: reorganize EBC header definitionsPete Batard7-234/+78