summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2015-07-08MdeModulePkg/XhciPei: Error handling enhancement for XhcPeiExecTransferFeng Tian1-5/+8
2015-07-08MdeModulePkg/XhciDxe: Error handling enhancement for XhcExecTransferFeng Tian1-5/+8
2015-07-08MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.jiaxinwu2-184/+25
2015-07-08MdeModulePkg: Refine code to use Strn**S safe functions instead of Str**S one...Qiu Shumin3-5/+5
2015-07-07MdeModulePkg/PartitionDxe: Fix media probeRonald Cron1-2/+6
2015-07-07MdeModulePkg: Add HttpLib.Fu Siyuan4-0/+1724
2015-07-07MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, jiaxinwu20-574/+4169
2015-07-07MdeModulePkg:Refine the function commentsDandan Bi1-0/+1
2015-07-07MdeModulePkg: Update UefiBootManagerLib to support HTTP boot option creationRuiyu Ni2-1/+12
2015-07-07MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi2-2/+2
2015-07-07MdeModulePkg: Use StrnCpyS instead of StrCpyS to indicate the copy length fro...Qiu Shumin2-3/+3
2015-07-07MdeModulePkg: Remove mZeroGuid definition in Universal/Variable/RuntimeDxeHao Wu2-2/+3
2015-07-07MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu3-4/+2
2015-07-03MdeModulePkg: Refine code to make it more readable.Qiu Shumin2-1/+3
2015-07-02MdeModulePkg: Correct AuthVaribleLib to AuthVariableLib in LibraryClass pathStar Zeng1-1/+1
2015-07-02MdeModulePkg: Fix EBC build failureStar Zeng1-1/+5
2015-07-02MdeModulePkg: Merge GCD range before convert it to EFI memoryLiming Gao1-17/+61
2015-07-02MdeModulePkg: enforce arch-specific alignment for split regionsArd Biesheuvel1-3/+4
2015-07-02MdeModulePkg: move arch-specific allocation granularity defines to DxeMain.hArd Biesheuvel2-25/+25
2015-07-02MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnableArd Biesheuvel3-3/+3
2015-07-02MdeModulePkg: make internal functions STATIC in Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel1-0/+21
2015-07-02MdeModulePkg: remove unused functions from Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel1-82/+0
2015-07-02MdeModulePkg: Update DxeCore to handle LoadFile DevicePathLiming Gao1-20/+41
2015-07-02MdeModulePkg: UefiBootManagerLib to handle LoadFile DevicePathLiming Gao1-1/+10
2015-07-02MdeModulePkg: SecurityManagementLib to handle LoadFile DevicePathLiming Gao2-4/+26
2015-07-02MdeModulePkg Variable: Minor enhancement to VarCheckStar Zeng1-10/+10
2015-07-01MdeModulePkg/Universal/Variable: Use safe string functions to refine code.Qiu Shumin3-7/+7
2015-07-01MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code.Qiu Shumin1-1/+1
2015-07-01MdeModulePkg/Universal/PlatformDriOverrideDxe: Use safe string functions to r...Qiu Shumin1-8/+13
2015-07-01MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin2-6/+10
2015-07-01MdeModulePkg/Universal/FvSimpleFileSystemDxe: Use safe string functions to re...Qiu Shumin1-3/+11
2015-07-01MdeModulePkg/Universal/CapsuleRuntimeDxe: Use safe string functions to refine...Qiu Shumin1-2/+2
2015-07-01MdeModulePkg/Universal/CapsulePei: Use safe string functions to refine code.Qiu Shumin1-2/+2
2015-07-01MdeModulePkg/Library/UefiBootManagerLib: Use safe string functions to refine ...Qiu Shumin2-16/+28
2015-07-01MdeModulePkg/Library/SmmCorePerformanceLib: Use safe string functions to refi...Qiu Shumin1-2/+2
2015-07-01MdeModulePkg/Library/PeiPerformanceLib: Use safe string functions to refine c...Qiu Shumin1-3/+3
2015-07-01MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode: Use safe string function...Qiu Shumin1-1/+1
2015-07-01MdeModulePkg/Library/DxeCorePerformanceLib: Use safe string functions to refi...Qiu Shumin1-5/+5
2015-07-01MdeModulePkg/Application/MemoryProfileInfo: Use safe string functions to refi...Qiu Shumin1-3/+3
2015-07-01MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkgStar Zeng16-686/+2347
2015-07-01MdeModulePkg: Add AuthVariableLib LibraryClassStar Zeng9-17/+416
2015-07-01MdeModulePkg VariablePei: Merge from VariablePei in SecurityPkgStar Zeng4-83/+182
2015-07-01MdeModulePkg VariableInfo: Merge from VariableInfo in SecurityPkgStar Zeng3-29/+205
2015-07-01MdeModulePkg: Move authenticated variable definition from SecurityPkgStar Zeng2-1/+53
2015-07-01MdeModulePkg: Move TpmMeasurementLib LibraryClass from SecurityPkgStar Zeng6-0/+129
2015-07-01MdeModulePkg PlatDriOverrideDxe: Remove unneeded VARIABLE_HEADER referenceStar Zeng1-2/+1
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi13-155/+201
2015-06-26MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStartTian Feng3-224/+5
2015-06-25MdeModulePkg: Update PeiCore to handle specific child FVLiming Gao1-2/+20
2015-06-25MdeModulePkg: Add Memory Capabilities for MMIO and Reserved RangeLiming Gao1-2/+6