summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-21SecurityPkg: Add DxeTcgPhysicalPresenceStorageLib.Eric Dong11-0/+1729
2016-11-21SecurityPkg: Add header file for TcgPhysicalPresenceStorageLib.Eric Dong1-0/+152
2016-11-21SecurityPkg: Add definition for Physical Presence storage flag.Eric Dong1-0/+35
2016-11-21SecurityPkg Tcg2Pei: Add comments into LogHashEvent()Star Zeng1-0/+4
2016-11-21SecurityPkg Tcg2Dxe: Get correct digest list sizeStar Zeng1-4/+4
2016-11-21SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOBStar Zeng1-4/+94
2016-11-21SecurityPkg TPM2: Update desc for param Buffer of GetDigestListSize()Star Zeng2-2/+2
2016-11-21SecurityPkg TPM2: Add GetHashMaskFromAlgo() into Tpm2CommandLibStar Zeng2-5/+42
2016-11-21SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask externalStar Zeng2-0/+17
2016-11-21SecurityPkg TPM2: Assign real copied count in CopyDigestListToBuffer()Star Zeng1-1/+6
2016-11-21MdePkg BaseLib: API PathRemoveLastItem not handle root paths properlyHao Wu2-6/+6
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan9-18/+91
2016-11-18MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan2-1/+24
2016-11-18MdePkg Base.h: Add add comments on __ prefix in enum VERIFY_UINTXX_ENUM_SIZELiming Gao1-0/+7
2016-11-18BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdbLiming Gao1-0/+4
2016-11-18OvmfPkg: Add 4K PE alignment to enable SMM page level protection.Jiewen Yao3-0/+15
2016-11-18UefiCpuPkg/PiSmmCpu: Check XdSupport before set NX.Jiewen Yao1-4/+6
2016-11-18MdeModulePkg/BdsDxe: Avoid overwriting PlatformRecovery####Ruiyu Ni1-2/+17
2016-11-18MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery####Ruiyu Ni1-5/+16
2016-11-18MdeModulePkg/UefiBootManagerLib: Refine the debug messageRuiyu Ni1-3/+4
2016-11-18PcAtChipsetPkg/PcRtc: Handle NULL table entry in RSDT/XSDTRuiyu Ni1-0/+5
2016-11-18UefiCpuPkg/SecCore: Correct print format for stack informationJeff Fan1-2/+2
2016-11-18MdeModulePkg/PiSmmCpuDxeSmm: Check RegisterCpuInterruptHandler statusJeff Fan3-3/+10
2016-11-18MdeModulePkg/CpuExceptionHanderLibNull: RegisterCpuInterruptHandler()Jeff Fan1-2/+2
2016-11-17UefiCpuPkg/PiSmmCpuDxeSmm: Add volatile to mNumberToFinishMichael Kinney1-1/+1
2016-11-17UefiCpuPkg/PiSmmCpuDxeSmm: TransferApToSafeState() use UINTN paramsMichael Kinney4-28/+28
2016-11-17IntelSiliconPkg: Add DxeSmbiosDataHobLibGiri P Mudusuru2-0/+237
2016-11-17MdePkg/BaseSynchronizationLib: Fix function names in function headersMichael Kinney10-10/+10
2016-11-17MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIsMichael Kinney33-86/+86
2016-11-17MdePkg/Include: Add volatile to SynchronizationLib parametersMichael Kinney1-7/+7
2016-11-18SignedCapsulePkg Universal: Init local variables before using themHao Wu3-0/+9
2016-11-18SignedCapsulePkg IniParsingLib: ASSERT to ensure 'Value' is not NULLHao Wu1-0/+4
2016-11-18BaseTools/BuildEnv: Do not modify the env 'PACKAGES_PATH' in BuildEnvHao Wu1-5/+5
2016-11-17CorebootPayloadPkg/CbSupportPei: Fix the memory map issueMaurice Ma1-0/+5
2016-11-17CorebootPayloadPkg: Allow PciLib instance selectionMaurice Ma2-0/+10
2016-11-17MdePkg/BaseMemoryLib: Fix VS2015 build errorMichael Kinney1-4/+4
2016-11-17IntelSiliconPkg/IntelSiliconPkg.dec: drop bogus semicolon from GUID defLaszlo Ersek1-1/+1
2016-11-17UefiCpuPkg/MpInitLib: support 64-bit AP stack addressesLaszlo Ersek4-9/+10
2016-11-17UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: fix fatal typoLaszlo Ersek1-1/+1
2016-11-17UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: remove superfluous instructionLaszlo Ersek1-1/+0
2016-11-17UefiCpuPkg/DxeMpInitLib: remove duplicate HobLib class dependencyLaszlo Ersek1-1/+0
2016-11-17MdeModulePkg/Include: Add PiSmmMemoryAttributesTable.hJiewen Yao1-0/+51
2016-11-17MdeModulePkg HiiDatabase: Remove extra memory initialization.Eric Dong1-1/+1
2016-11-17QuarkPlatformPkg/dsc: enable Smm paging protection.Jiewen Yao1-0/+6
2016-11-17UefiCpuPkg/PiSmmCpuDxeSmm: Add paging protection.Jiewen Yao25-775/+2042
2016-11-17UefiCpuPkg/dec: Add PcdCpuSmmStaticPageTable.Jiewen Yao1-0/+8
2016-11-17MdeModulePkg/PiSmmCore: Add MemoryAttributes support.Jiewen Yao7-26/+2473
2016-11-17MdeModulePkg/dec: Add gEdkiiPiSmmMemoryAttributesTableGuid.Jiewen Yao1-0/+3
2016-11-17ArmVirtPkg DxeHobLib: Update func header description of BuildFv(2)Hob()Star Zeng1-1/+3
2016-11-17IntelFrameworkPkg PeiHobLib: Check FV alignment when building FV HOBStar Zeng1-1/+69