summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* MdeModulePkg/UefiBootManagerLib: Refine the debug messageRuiyu Ni2016-11-181-3/+4
* MdeModulePkg/CpuExceptionHanderLibNull: RegisterCpuInterruptHandler()Jeff Fan2016-11-181-2/+2
* MdeModulePkg/Include: Add PiSmmMemoryAttributesTable.hJiewen Yao2016-11-171-0/+51
* MdeModulePkg HiiDatabase: Remove extra memory initialization.Eric Dong2016-11-171-1/+1
* MdeModulePkg/PiSmmCore: Add MemoryAttributes support.Jiewen Yao2016-11-177-26/+2473
* MdeModulePkg/dec: Add gEdkiiPiSmmMemoryAttributesTableGuid.Jiewen Yao2016-11-171-0/+3
* MdeModulePkg DxeCore: Show error message on unaligned FvImage issueStar Zeng2016-11-171-1/+8
* MdeModulePkg/Ip4Dxe: Correct the return statusJiaxin Wu2016-11-171-7/+3
* MdeModulePkg/Ip4Dxe: Add wrong/invalid subnet checkJiaxin Wu2016-11-172-6/+12
* MdeModulePkg/CapsuleApp: remove unused definition.Jiewen Yao2016-11-151-3/+0
* MdeModulePkg/BMMUI: add comments for function parameterDandan Bi2016-11-151-0/+1
* MdeModulePkg/UsbMass: Revert changes of removing retry logicFeng Tian2016-11-142-12/+3
* MdeModulePkg/BootLogoLib: Remove invalid if judgmentsSong, BinX2016-11-111-4/+0
* MdeModulePkg/SecurityStubDxe: Report failure if image is load earlierRuiyu Ni2016-11-103-1/+65
* MdeModulePkg/BdsDxe: Check deferred images before booting to OSRuiyu Ni2016-11-103-1/+95
* MdeModulePkg/UefiBootManager: Add EfiBootManagerDispatchDeferredImagesRuiyu Ni2016-11-104-0/+128
* MdeModulePkg/SecurityStubDxe: Defer 3rd party image before EndOfDxeRuiyu Ni2016-11-104-2/+468