summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update UefiBootManagerLib to support HTTP boot option creationRuiyu Ni2015-07-072-1/+12
* MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi2015-07-072-2/+2
* MdeModulePkg: Use StrnCpyS instead of StrCpyS to indicate the copy length fro...Qiu Shumin2015-07-072-3/+3
* MdeModulePkg: Remove mZeroGuid definition in Universal/Variable/RuntimeDxeHao Wu2015-07-072-2/+3
* MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu2015-07-073-4/+2
* MdeModulePkg: Refine code to make it more readable.Qiu Shumin2015-07-032-1/+3
* MdeModulePkg: Correct AuthVaribleLib to AuthVariableLib in LibraryClass pathStar Zeng2015-07-021-1/+1
* MdeModulePkg: Fix EBC build failureStar Zeng2015-07-021-1/+5
* MdeModulePkg: Merge GCD range before convert it to EFI memoryLiming Gao2015-07-021-17/+61
* MdeModulePkg: enforce arch-specific alignment for split regionsArd Biesheuvel2015-07-021-3/+4
* MdeModulePkg: move arch-specific allocation granularity defines to DxeMain.hArd Biesheuvel2015-07-022-25/+25
* MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnableArd Biesheuvel2015-07-023-3/+3
* MdeModulePkg: make internal functions STATIC in Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel2015-07-021-0/+21
* MdeModulePkg: remove unused functions from Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel2015-07-021-82/+0
* MdeModulePkg: Update DxeCore to handle LoadFile DevicePathLiming Gao2015-07-021-20/+41
* MdeModulePkg: UefiBootManagerLib to handle LoadFile DevicePathLiming Gao2015-07-021-1/+10
* MdeModulePkg: SecurityManagementLib to handle LoadFile DevicePathLiming Gao2015-07-022-4/+26
* MdeModulePkg Variable: Minor enhancement to VarCheckStar Zeng2015-07-021-10/+10
* MdeModulePkg/Universal/Variable: Use safe string functions to refine code.Qiu Shumin2015-07-013-7/+7
* MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code.Qiu Shumin2015-07-011-1/+1
* MdeModulePkg/Universal/PlatformDriOverrideDxe: Use safe string functions to r...Qiu Shumin2015-07-011-8/+13
* MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin2015-07-012-6/+10
* MdeModulePkg/Universal/FvSimpleFileSystemDxe: Use safe string functions to re...Qiu Shumin2015-07-011-3/+11
* MdeModulePkg/Universal/CapsuleRuntimeDxe: Use safe string functions to refine...Qiu Shumin2015-07-011-2/+2
* MdeModulePkg/Universal/CapsulePei: Use safe string functions to refine code.Qiu Shumin2015-07-011-2/+2
* MdeModulePkg/Library/UefiBootManagerLib: Use safe string functions to refine ...Qiu Shumin2015-07-012-16/+28
* MdeModulePkg/Library/SmmCorePerformanceLib: Use safe string functions to refi...Qiu Shumin2015-07-011-2/+2
* MdeModulePkg/Library/PeiPerformanceLib: Use safe string functions to refine c...Qiu Shumin2015-07-011-3/+3
* MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode: Use safe string function...Qiu Shumin2015-07-011-1/+1
* MdeModulePkg/Library/DxeCorePerformanceLib: Use safe string functions to refi...Qiu Shumin2015-07-011-5/+5
* MdeModulePkg/Application/MemoryProfileInfo: Use safe string functions to refi...Qiu Shumin2015-07-011-3/+3
* MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkgStar Zeng2015-07-0116-686/+2347
* MdeModulePkg: Add AuthVariableLib LibraryClassStar Zeng2015-07-019-17/+416
* MdeModulePkg VariablePei: Merge from VariablePei in SecurityPkgStar Zeng2015-07-014-83/+182
* MdeModulePkg VariableInfo: Merge from VariableInfo in SecurityPkgStar Zeng2015-07-013-29/+205
* MdeModulePkg: Move authenticated variable definition from SecurityPkgStar Zeng2015-07-012-1/+53
* MdeModulePkg: Move TpmMeasurementLib LibraryClass from SecurityPkgStar Zeng2015-07-016-0/+129
* MdeModulePkg PlatDriOverrideDxe: Remove unneeded VARIABLE_HEADER referenceStar Zeng2015-07-011-2/+1
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-2913-155/+201
* MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStartTian Feng2015-06-263-224/+5
* MdeModulePkg: Update PeiCore to handle specific child FVLiming Gao2015-06-251-2/+20
* MdeModulePkg: Add Memory Capabilities for MMIO and Reserved RangeLiming Gao2015-06-251-2/+6
* MdeModulePkg AcpiTableDxe: Non-Boolean comparisons should use a compare opera...Star Zeng2015-06-191-1/+1
* MdeModulePkg: Enhance the comments for PiSmmCoreMemoryAllocationLib instance.Qiu Shumin2015-06-191-12/+21
* MdeModulePkg: Remove two instances of 'DHCP_SERVICE *DhcpSb'Ard Biesheuvel2015-06-191-4/+0
* MdeModulePkg: Move SmmExitBootServices.h/SmmLegacyBoot.h/SmmReadyToBoot.hStar Zeng2015-06-183-0/+86
* MdeModulePkg PiSmmCore: Unregister end of dxe notification in SmmReadyToLock.Star Zeng2015-06-182-2/+2
* MdeModulePkg PiSmmCore: Introduce SMM Exit Boot Services and Legacy Boot.Star Zeng2015-06-186-10/+192
* MdeModulePkg: Fix DHCP4 driver hang issue in some case. Wu Jiaxin2015-06-181-1/+14
* MdeModulePkg: Remove DHCP4.TransmitReceive()and DORA process dependency.Wu Jiaxin2015-06-181-10/+23