summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-16UefiCpuPkg/PiSmmCpuDxeSmm: [CVE-2017-5753] Fix bounds check bypassUDK2018Hao Wu1-0/+5
2018-11-16MdeModulePkg/Variable: [CVE-2017-5753] Fix bounds check bypassHao Wu7-1/+99
2018-11-16MdeModulePkg/SmmLockBox: [CVE-2017-5753] Fix bounds check bypassHao Wu1-0/+10
2018-11-16MdeModulePkg/FaultTolerantWrite:[CVE-2017-5753]Fix bounds check bypassHao Wu2-0/+8
2018-11-16MdePkg/BaseLib: Add new AsmLfence APIHao Wu4-1/+89
2018-11-16UefiCpuPkg/SmmCpuFeaturesLib: [CVE-2017-5715] Stuff RSB before RSMHao Wu6-5/+129
2018-11-16UefiCpuPkg/PiSmmCpuDxeSmm: [CVE-2017-5715] Stuff RSB before RSMHao Wu6-0/+122
2018-11-14IntelFrameworkModulePkg: Fix UEFI and Tiano Decompression logic issueLiming Gao1-0/+6
2018-11-14MdePkg BaseUefiDecompressLib: Fix UEFI Decompression logic issueLiming Gao1-0/+6
2018-11-14BaseTools: Fix UEFI and Tiano Decompression logic issueLiming Gao2-0/+12
2018-11-07IntelSiliconPkg IntelVTdDxe: Check HeaderType if func 0 is implementedStar Zeng1-8/+12
2018-11-07IntelSiliconPkg IntelVTdDxe: Optimize when func 0 is not implementedStar Zeng1-1/+7
2018-10-25IntelFsp2Pkg/GenCfgOpt.py: Support PCD input from command lineChasel, Chiu1-1/+16
2018-10-25IntelFsp2Pkg/GenCfgOpt.py: remove tailing space from output fileChasel, Chiu1-2/+9
2018-10-25IntelFsp2Pkg/GenCfgOpt.py: Support UPD offset auto assignmentChasel, Chiu1-2/+64
2018-10-25IntelFsp2Pkg/GenCfgOpt.py: support FixedAtBuild PCDChasel, Chiu1-3/+3
2018-10-24BaseTools: Add more checker in Decompress algorithm to access the valid buffe...Liming Gao2-4/+48
2018-10-24IntelFrameworkModulePkg: Add more checker in UefiTianoDecompressLib (CVE FIX)Liming Gao1-2/+14
2018-10-24MdePkg: Add more checker in UefiDecompressLib to access the valid buffer only...Liming Gao1-2/+15
2018-10-17MdeModulePkg Variable: Fix Timestamp zeroing issue on APPEND_WRITEStar Zeng1-0/+2
2018-10-10MdeModulePkg/PciBus: Restrict one VGA per HostBridge not SegmentRuiyu Ni3-20/+20
2018-10-10MdeModulePkg/PciBus: Refine ActiveVGADeviceOnTheRootBridgeRuiyu Ni2-21/+21
2018-09-28MdeModulePkg PeiCore: Always use PeiImageRead() function to load PEI imageLiming Gao1-84/+1
2018-09-12BaseTools PCD: Correct DataType CheckerLiming Gao1-1/+1
2018-09-12BaseTool: Fixed the bug of Boolean Hii Pcd packing.Liming Gao1-1/+1
2018-09-12BaseTools/Conf: Add /Gw optimisation option for VS2017 IA32 and X64Pete Batard1-4/+4
2018-08-15MdeModulePkg PeiCore: Not assume PpiDescriptor and Ppi in same rangeStar Zeng1-88/+114
2018-08-14MdeModulePkg/Gcd: Suppress incorrect compiler/analyzer warningsStar Zeng1-1/+5
2018-08-10Vlv2TbltDevicePkg: Update DSC/FDF to use FmpDevicePkgMichael D Kinney15-252/+409
2018-08-10Vlv2TbltDevicePkg/Capsule: Add scripts to generate capsulesMichael D Kinney7-0/+461
2018-08-10Vlv2TbltDevicePkg/Feature/Capsule: Add FmpDeviceLib instancesMichael D Kinney4-0/+1150
2018-08-10Vlv2TbltDevicePkg/Override/Bds: Add test key notificationKinney, Michael D2-0/+12
2018-08-09Maintainers.txt: Add FmpDevicePkg maintainersMichael D Kinney1-0/+5
2018-08-09Vlv2TbltDevicePkg: Set SMM Stack size to 16 KBMichael D Kinney3-0/+15
2018-08-09Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add progress APIMichael D Kinney2-28/+77
2018-08-09Vlv2Tbl2DevicePkg: Add DisplayUpdateProgressLib mappingMichael D Kinney3-0/+3
2018-08-09Vlv2TbltDevicePkg: Sync FLASH libraries from UDK2017 branchKinney, Michael D5-36/+639
2018-08-09Vlv2TbltDevicePkg: Display logo on BOOT_ON_FLASH_UPDATEKinney, Michael D1-1/+13
2018-08-09Vlv2TbltDevicePkg: Fix build issues in DSC/FDFKinney, Michael D5-20/+50
2018-08-09Vlv2TbltDevicePkg: Fix VS2015 build breaksKinney, Michael D3-8/+1
2018-08-09Vlv2TbltDevicePkg: Fix build scriptsMichael D Kinney4-56/+70
2018-08-09Vlv2TbltDevicePkg: Remove DxeTcg2PhysicalPresenceLibNullKinney, Michael D5-297/+3
2018-08-09Vlv2TbltDevicePkg/Override/GenericBdsLib: Use BmpSupportLibMichael D Kinney6-250/+13
2018-08-09Vlv2TbltDevicePkg: Switch from EsrtDxe to EsrtFmpDxeMichael D Kinney5-10/+10
2018-08-08FmpDevicePkg FmpDxe: Lock variables in entrypoint instead of callbackStar Zeng1-48/+48
2018-08-08MdeModulePkg ErstFmpDxe: Create ESRT in ReadyToBoot eventStar Zeng1-136/+103
2018-08-08FmpDevicePkg FmpDxe: Need repopulate after SetImage is calledStar Zeng1-15/+6
2018-08-06MdeModulePkg/CapsuleApp: Center bitmap at bottom of screenMichael D Kinney2-5/+61
2018-08-06BaseTools/BinToPcd: Open output file as text fileKinney, Michael D1-3/+2
2018-08-05BaseTools/Pkcs7Sign: Add PKCS7 test key include filesKinney, Michael D3-0/+42