summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg:AuthVariableLib:Implement ECR1707 for Private Auth VariableZhang, Chao B2017-10-141-37/+171
* Ifconfig : Fixed False information about Media State.Meenakshi Aggarwal2017-10-131-4/+7
* UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.Eric Dong2017-10-131-13/+10
* MdeModulePkg/PiSmmCore: Install Protocol when S3 resume finished.Eric Dong2017-10-123-7/+87
* UefiCpuPkg/S3Resume2Pei: Send S3 resume finished event to SmmCore.Eric Dong2017-10-122-0/+91
* MdeModulePkg/SmmEndOfS3Resume.h: Add new protocol definition.Eric Dong2017-10-122-0/+29
* IntelFrameworkModulePkg/LegacyBiosDxe: Fix GCC5 build warningJian J Wang2017-10-121-3/+0
* MdeModulePkg/Bds: Check variable name even *if* OptionNumber is NULLRuiyu Ni2017-10-121-15/+30
* MdeModulePkg/Bds: Remove assertion in BmCharToUintRuiyu Ni2017-10-121-1/+0
* OvmfPkg/QemuVideoDxe: Bypass NULL pointer detection during VBE SHIM installingJian J Wang2017-10-112-0/+15
* IntelFrameworkModulePkg/Csm: Add code to bypass NULL pointer detectionJian J Wang2017-10-1110-10/+338
* UefiCpuPkg/PiSmmCpuDxeSmm: Implement NULL pointer detection for SMM codeJian J Wang2017-10-114-1/+49
* MdeModulePkg/Core/Dxe: Add EndOfDxe workaround for NULL pointer detectionJian J Wang2017-10-113-1/+69
* MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang2017-10-116-10/+131
* MdeModulePkg/MdeModulePkg.dec,.uni: Add NULL pointer detection PCDWang, Jian J2017-10-112-0/+26
* BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF FileYonghong Zhu2017-10-111-1/+1
* BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu2017-10-113-15/+18
* MdeModulePkg/DriverSample: Add questions with bit/union VarStoreDandan Bi2017-10-115-1/+390
* ArmPlatformPkg: Store initial timer valueAlexei Fedorov2017-10-103-3/+13
* ArmVirtPkg ArmVirtDxeHobLib: Implement BuildFv3HobStar Zeng2017-10-101-1/+35
* EmbeddedPkg PrePiHobLib: Implement BuildFv3HobStar Zeng2017-10-101-0/+44
* IntelFrameworkModulePkg FwVolDxe: Get FV auth status propagated from PEIStar Zeng2017-10-103-23/+57
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-104-17/+72
* IntelFrameworkPkg PeiHobLibFramework: Implement BuildFv3HobStar Zeng2017-10-101-1/+55
* MdePkg HobLib: Add BuildFv3Hob APIStar Zeng2017-10-104-4/+159
* MdePkg PiHob.h: Add FV3 HOB definitionsStar Zeng2017-10-101-2/+41
* MdePkg: Add definitions for ACPI 6.2Star Zeng2017-10-102-2/+2944
* MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2017-10-1010-21/+23
* IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF filesLiming Gao2017-10-104-15/+10
* IntelFsp2Pkg: Update Section Name in INF filesLiming Gao2017-10-103-8/+7
* SecurityPkg: Update Guid usage in INF file to match source code logicLiming Gao2017-10-102-4/+4
* SignedCapsulePkg: Update Guid usage in INF file to match source code logicLiming Gao2017-10-101-6/+6
* NetworkPkg: Update Protocol/Guid usage in INF file to match source code logicLiming Gao2017-10-103-6/+6
* ShellPkg: Update Guid usage in ShellLib INF to match source code logicLiming Gao2017-10-101-1/+1
* UefiCpuPkg: Update Guid usage in DxeMpInitLib INF to match source code logicLiming Gao2017-10-101-1/+1
* PcAtChipsetPkg: Update GUID usage in PcRtc INF to match the source codeLiming Gao2017-10-101-2/+7
* MdePkg: Correct BaseS3PciSegmentLib module name to match its uni fileLiming Gao2017-10-101-2/+2
* MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao2017-10-105-188/+11
* MdePkg BaseLib: Add new API CalculateCrc32()Liming Gao2017-10-102-0/+314
* MdeModulePkg/Variable/RuntimeDxe: delete and lock OS-created MOR variableLaszlo Ersek2017-10-102-7/+77
* MdeModulePkg/Variable/RuntimeDxe: delay MorLock creation until EndOfDxeLaszlo Ersek2017-10-101-5/+58
* MdeModulePkg/Variable/RuntimeDxe: permit MorLock deletion for passthru reqLaszlo Ersek2017-10-101-1/+4
* MdeModulePkg/Variable/RuntimeDxe: introduce MorLockInitAtEndOfDxe() hookLaszlo Ersek2017-10-105-0/+44
* MdeModulePkg/Variable/RuntimeDxe: move MOR func. declarations to headerLaszlo Ersek2017-10-104-64/+70
* MdeModulePkg/Variable/RuntimeDxe: move SecureBootHook() decl to new headerLaszlo Ersek2017-10-108-28/+47
* MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao2017-10-102-4/+4
* MdePkg: Correct EfiGcdMemoryTypePersistent name to follow PI specLiming Gao2017-10-101-1/+5
* MdeModulePkg/S3SaveState: Extract arguments in correct orderRuiyu Ni2017-10-102-6/+6
* BaseTools: Fix a bug to use module's Name attribute as compareYonghong Zhu2017-10-101-1/+1
* UefiCpuPkg/PiSmmCpuDxeSmm: Add check to void use null pointer.Eric Dong2017-10-091-0/+2