summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2019-11-09MdeModulePkg/Core/Dxe: free page 0 after disabling NULL pointer detectionJian J Wang1-0/+5
2019-11-09MdeModulePkg/DxeIplPeim: reserve page 0 for NULL pointer detectionJian J Wang2-0/+8
2019-11-05MdeModulePkg: Enable variable runtime cache by defaultMichael Kubacki1-1/+1
2019-11-05MdeModulePkg/Variable: Add RT GetNextVariableName() cache supportMichael Kubacki1-9/+128
2019-11-05MdeModulePkg/Variable: Add RT GetVariable() cache supportMichael Kubacki12-41/+1011
2019-11-05MdeModulePkg VariableInfo: Always consider RT DXE and SMM statsMichael Kubacki1-19/+18
2019-11-05MdeModulePkg/Variable: Add a file for NV variable functionsMichael Kubacki6-316/+408
2019-11-05MdeModulePkg/Variable: Parameterize auth status in VariableParsingMichael Kubacki5-167/+339
2019-11-05MdeModulePkg/Variable: Parameterize VARIABLE_INFO_ENTRY bufferMichael Kubacki3-35/+40
2019-11-05MdeModulePkg/Variable: Parameterize GetNextVariableInternal () storesMichael Kubacki4-40/+73
2019-11-05MdeModulePkg/Variable: Consolidate common parsing functionsMichael Kubacki9-845/+1047
2019-11-06MdeModulePkg/EbcDebugger: Add check for Entry and RetEntryShenglei Zhang2-2/+2
2019-11-06MdeModulePkg/SetupBrowserDxe: ASSERT GetBufferForValue(&Value)Shenglei Zhang1-0/+3
2019-11-06MdeModulePkg/EsrtDxe: Add check for EsrtRepositoryShenglei Zhang1-0/+10
2019-11-06MdeModulePkg/HiiDatabaseDxe: ASSERT StringPtrShenglei Zhang1-0/+1
2019-11-04MdeModulePkg/Mem: Initialize the variable MapMemoryShenglei Zhang1-0/+2
2019-11-04MdeModulePkg/UhciPei: Initialize the variable RequestMapShenglei Zhang1-0/+2
2019-11-04MdeModulePkg/EhciPei: Initialize the variable MapShenglei Zhang1-0/+2
2019-11-04MdeModulePkg/SdBlockIoPei: Add check for DeviceIndexShenglei Zhang1-2/+2
2019-11-04MdeModulePkg/HiiDatabaseDxe: ASSERT "Private->Attribute >> 4"Shenglei Zhang1-0/+1
2019-11-04MdeModulePkg/Variable/Pei: Update the condition in if statementShenglei Zhang1-1/+1
2019-11-04MdeModulePkg/Oniguruma: Remove redundant IF statementShenglei Zhang4-44/+26
2019-10-30MdeModulePkg/BdsDxe: Fix PlatformRecovery issueSunny Wang1-2/+2
2019-10-30MdeModulePkg/NvmExpressPei: Fix Opal S3 unlock issueMaggie Chu1-20/+23
2019-10-24MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chainLiming Gao1-0/+3
2019-10-24MdeModulePkg LzmaCustomDecompressLib: Update macro to be same in CLANG toolLiming Gao1-1/+1
2019-10-21MdeModulePkg/XhciPei: Fix Aligned Page AllocationAshish Singhal3-21/+160
2019-10-21MdeModulePkg/XhciDxe: Fix Aligned Page AllocationAshish Singhal1-1/+1
2019-10-17MdeModulePkg: Update to support SmBios 3.3.0Abner Chang1-2/+2
2019-10-17MdeModulePkg/PiSmmCore: Fix typo in function namePhilippe Mathieu-Daude1-2/+2
2019-10-17MdeModulePkg DxeCore: Fix typo in function namePhilippe Mathieu-Daude1-2/+2
2019-10-15MdeModulePkg/Ufs: Fix UFS flag read from Query Resp UPIUAgrawal, Sachin2-2/+8
2019-10-15MdeModulePkg/BdsDxe: Fix calling PlatformBootManagerWaitCallback on 0Laszlo Ersek1-1/+11
2019-10-09MdeModulePkg/S3SaveState: cast Position for S3BootScriptLib explicitlyLaszlo Ersek2-4/+4
2019-10-09MdeModulePkg/PiSmmCore: make type punning consistentLaszlo Ersek1-4/+4
2019-10-09MdeModulePkg: fix UninstallMultipleProtocolInterfaces() callsLaszlo Ersek7-9/+9
2019-10-09MdeModulePkg: PEI Core: clean up "AprioriFile" handling in FindFileEx()Laszlo Ersek2-2/+2
2019-10-09MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registrationLaszlo Ersek2-3/+3
2019-10-09MdeModulePkg: document workaround for EFI_RUNTIME_EVENT_ENTRY PI spec bugLaszlo Ersek2-1/+17
2019-10-09MdeModulePkg/PlatformVarCleanupLib: fix HiiConstructConfigHdr() callLaszlo Ersek1-1/+5
2019-10-09MdeModulePkg: stop abusing EFI_EVENT for protocol notify registrationLaszlo Ersek4-4/+4
2019-10-09MdeModulePkg/UefiHiiLib: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek1-2/+2
2019-10-09MdeModulePkg: fix cast in GetModuleInfoFromHandle() callsLaszlo Ersek2-10/+10
2019-10-08MdeModulePkg/BdsDxe: Also call PlatformBootManagerWaitCallback on 0Pete Batard1-0/+1
2019-10-08MdeModulePkg: Remove PCD gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSizeLiming Gao2-12/+0
2019-10-08MdeModulePkg: Remove network related guid definitions from MdeModulePkg.decLiming Gao1-10/+0
2019-10-08NetworkPkg: Move network related header files from MdeModulePkg to NetworkPkgLiming Gao3-63/+0
2019-10-04MdeModulePkg: strip trailing whitespaceLeif Lindholm15-170/+170
2019-10-01MdeModulePkg: Enable/Disable S3BootScript dynamically.Chasel Chiu2-3/+18
2019-09-29MdeModulePkg/ScsiDiskDxe: Support Storage Security Command ProtocolZurcher, Christopher J3-16/+774