summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/EbcDxe: Fix incorrect Copyright formatDandan Bi2016-12-0910-10/+10
* MdeModulePkg/BdsDxe: Initialize gConnectConInEvent earlierRuiyu Ni2016-12-081-13/+18
* MdeModulePkg: implement generic PCI I/O driver for non-discoverable devicesArd Biesheuvel2016-12-076-0/+1243
* MdeModulePkg: introduce helper library to register non-discoverable devicesArd Biesheuvel2016-12-075-0/+318
* MdeModulePkg: introduce non-discoverable device protocolArd Biesheuvel2016-12-073-0/+149
* MdeModulePkg: Fix assert in iSCSI.Zhang Lubo2016-12-071-0/+1
* MdeModulePkg/PiSmmCore: use EfiPagesToSize to prevent build error.Jiewen Yao2016-12-071-3/+3
* MdeModulePkg/PiSmmCore; Use DEBUG_WARN for non 4k aligned image.Jiewen Yao2016-12-071-2/+2
* MdeModulePkg/PiSmmCore: MemoryAttributeTable need keep non-PE record.Jiewen Yao2016-12-071-40/+51
* MdeModulePkg/PiSmmCore: AllocatePool should use MemoryType.Jiewen Yao2016-12-073-69/+124
* MdeModulePkg/SetupBrowserDxe: Fix incorrect local variable usedDandan Bi2016-12-061-4/+5
* MdeModulePkg/EbcDxe: Add comments for functionsDandan Bi2016-12-069-15/+1157
* MdeModulePkg/EbcDxe: Avoid Non-Boolean type used as BooleanDandan Bi2016-12-065-97/+97
* MdeModulePkg/EbcDxe: Make the variable name follow rulesDandan Bi2016-12-062-113/+113
* MdeModulePkg/EbcDxe: Initialize variable after declarationDandan Bi2016-12-062-2/+6
* MdeModulePkg/EbcDxe: Make the comments align with EDKII coding styleDandan Bi2016-12-0630-3979/+2319
* MdeModulePkg/PciSioSerial: Fix bad EOLRuiyu Ni2016-12-061-1/+1
* MdeModulePkg PiSmmCore: Update comments in InitializeMemoryServicesLiming Gao2016-12-051-1/+4
* MdeModulePkg/Ehci: don't clear port status bits during initFeng Tian2016-12-022-6/+22
* MdeModulePkg/SdMmc: Fix build failure caused by last check-inFeng Tian2016-12-021-1/+1
* MdeModulePkg/CapsuleApp: add Internal for function name.Jiewen Yao2016-12-012-6/+6
* MdeModulePkg/CapsuleApp: Add Fmp->GetImage() support.Jiewen Yao2016-12-013-1/+411
* MdeModulePkg/SdMmcPciHcDxe: Replace deprecated debug level macrosFeng Tian2016-11-304-88/+88
* MdeModulePkg/EbcDxe: add EBC Debugger configuration applicationPete Batard2016-11-2911-0/+378
* MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPointLiming Gao2016-11-291-9/+9
* MdeModulePkg: Fix GCC build failureDandan Bi2016-11-294-16/+10
* MdeModulePkg/NetLib: Handle an invalid IPv6 address caseJiaxin Wu2016-11-282-0/+12
* MdeModulePkg/EbcDebugger: Compare ASCII char with '\0'Hao Wu2016-11-251-2/+2
* MdeModulePkg/EbcDebugger: Add ASSERT to ensure FieldBuffer is not NULLHao Wu2016-11-251-1/+2
* MdeModulePkg/EbcDebugger: Add missing check for symbol not foundHao Wu2016-11-251-2/+2
* MdeModulePkg/EbcDebugger: Add check for invalid 'CommandArg'Hao Wu2016-11-251-1/+13
* MdeModulePkg/EbcDebugger: Operands of same size for bitwise operationHao Wu2016-11-251-3/+3
* MdeModulePkg/DriverSample: Remove the password related codesDandan Bi2016-11-255-294/+1
* MdeModulePkg/DriverSampleDxe: Remove the non-interactive passwordDandan Bi2016-11-252-11/+0
* MdeModulePkg: Clear the buffer after using itDandan Bi2016-11-252-1/+3
* MdeModulePkg/SetupBrowser:Don't support password without interactive flagDandan Bi2016-11-251-21/+2
* MdeModulePkg/DisplayEngine: Popup dialogue when password is not supportedDandan Bi2016-11-254-3/+15
* MdeModulePkg/AtaAtapiPassThru: Ensure GHC.AE bit is always set in AhciMarcin Wojtas2016-11-241-11/+10
* MdeModulePkg/Xhci: Add 10ms delay before sending SendAddr cmd to devFeng Tian2016-11-244-4/+31
* MdeModulePkg/DxeNetLib: Allow the IPv4/prefix case when AsciiStrToIp4Jiaxin Wu2016-11-231-1/+9
* MdeModulePkg/EbcDxe: reorganize EBC header definitionsPete Batard2016-11-237-234/+78
* MdeModulePkg/EbcDxe: add EBC DebuggerPete Batard2016-11-2334-1/+15745
* MdeModulePkg/EbcDxe: prepare support for EBC DebuggerPete Batard2016-11-239-7/+339
* MdeModulePkg/DisplayEngine: Return the selectable menu correctlyDandan Bi2016-11-231-5/+8
* MdeModulePkg/DxeCapsuleLibFmp: Use AllocatePool for CapsuleResultVariableDandan Bi2016-11-231-6/+14
* MdeModulePkg CapsuleApp: ASSERT to ensure 'CapsuleIndex' is not NULLHao Wu2016-11-221-0/+2
* MdeModulePkg/PiSmmCore: Cache CommunicationBuffer info before using itJeff Fan2016-11-221-8/+12
* MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan2016-11-182-1/+24
* MdeModulePkg/BdsDxe: Avoid overwriting PlatformRecovery####Ruiyu Ni2016-11-181-2/+17
* MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery####Ruiyu Ni2016-11-181-5/+16