summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-25IntelFsp2Pkg: FSP should not override IDTChasel, Chiu4-9/+26
2018-10-25BaseTools: list .nasm include inc files as its dependencyzhijufan1-1/+1
2018-10-25BaseTools: Fix VPD PCD Sub-section display bugYonghong Zhu1-29/+17
2018-10-25BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu2-0/+12
2018-10-25MdeModulePkg/NvmExpressDxe: Refine PassThru IO queue creation behaviorHao Wu3-9/+29
2018-10-25MdeModulePkg/NvmExpressDxe: Always copy CQ entry to PassThru packetHao Wu1-5/+4
2018-10-25MdeModulePkg/NvmExpressDxe: Refine data buffer & len check in PassThruHao Wu1-15/+18
2018-10-25IntelSiliconPkg VTdDxe: Report status code for VTd errorStar Zeng4-0/+10
2018-10-25IntelSiliconPkg VTdDxe: Option to force no early access attr requestStar Zeng3-1/+15
2018-10-25MdeModulePkg/UsbBus: Removing trailing spacesRuiyu Ni1-2/+2
2018-10-25BaseTools: Move PcdValueInit to platform build folderBobCF1-8/+17
2018-10-25BaseTool: Filter out unused structure pcdsBobCF1-0/+19
2018-10-24BaseTools: Remove Arch specific build options for PcdValueInit tool.BobCF1-1/+1
2018-10-24BaseTools:Translate the StructurePCD value in field to correct format.Zhaozh1x1-5/+2
2018-10-24BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x2-31/+9
2018-10-24BaseTools: add ASSERT checker for array buffer in fdf and command lineZhaozh1x1-0/+8
2018-10-24MdePkg: Handle AcpiExp device path when optional para is not specifiedDandan Bi2-8/+26
2018-10-24MdePkg: Handle USBxxx device path when optional para is not specifiedDandan Bi1-5/+25
2018-10-24MdePkg: Handle Sata device path when optional para is not specifiedDandan Bi1-1/+9
2018-10-24FatPkg: Correct the line ending to CRLFRuiyu Ni1-5/+5
2018-10-24MdePkg-BaseLib: Fix PathCleanUpDirectories() issue with "\\..\\.."Jim.Dailey@dell.com1-7/+7
2018-10-24FatPkg/EnhancedFatDxe Fix Double Cluster AllocationRobinson, Herbie1-7/+21
2018-10-24FatBinPkg: Remove FatBinPkg and refresh documentshenglei10-78/+1
2018-10-24ShellPkg/dmem: Only dump sizeof (EFI_SYSTEM_TABLE) bytes for gSTRuiyu Ni1-1/+1
2018-10-24MdeModulePkg/UsbMass: Fix USB key write failureRuiyu Ni1-2/+2
2018-10-24BaseTools/UPT: Fix an issue of UNI string checking.Hess Chen1-0/+23
2018-10-24BaseTools/Ecc: Update a checkpoint criteria.Hess Chen2-2/+2
2018-10-24BaseTools/ECC: Fix an identification issue of typedef function.Hess Chen2-3/+17
2018-10-24BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions.Hess Chen4-0/+67
2018-10-24BaseTools: Add more checker in Decompress algorithm to access the valid buffe...Liming Gao2-3/+46
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-23MdeModulePkg/UdfDxe: Avoid possible use of already-freed dataHao Wu1-6/+9
2018-10-23MdeModulePkg/UdfDxe: Add more check when getting PD from LongAdHao Wu1-4/+9
2018-10-23MdeModulePkg/UdfDxe: Update GetInfo() for FS VolumeLabel info requestHao Wu4-63/+146
2018-10-23MdeModulePkg/UdfDxe: Fix a typo within SetFileInfo()Hao Wu1-1/+1
2018-10-23MdeModulePkg/UdfDxe: Correct behavior for UdfSetPosition()Hao Wu1-1/+1
2018-10-23MdeModulePkg/UdfDxe: Add boundary check for getting volume (free) sizeHao Wu2-1/+23
2018-10-23MdeModulePkg/UdfDxe: Add boundary check for ComponentIdentifier decodeHao Wu1-0/+4
2018-10-23MdeModulePkg/UdfDxe: Add boundary check the read of FE/EFEHao Wu1-4/+50
2018-10-23MdeModulePkg/UdfDxe: Refine boundary checks for file/path name stringHao Wu3-15/+110
2018-10-23MdeModulePkg/PartitionDxe: Add check for underlying device block sizeHao Wu1-0/+29
2018-10-23MdeModulePkg Xhci: Handle value 5 in Port Speed field of PORTSCStar Zeng4-8/+12
2018-10-23MdeModulePkg XhciDxe: Assign Usb2Hc.XXXRevision based on SBRNStar Zeng2-0/+16
2018-10-23BaseTools: Fix the *B and *F Flag display for Structure PcdYonghong Zhu1-1/+15
2018-10-23MdePkg/BaseLib: AsciiStrToUnicodeStr(S) not handle EASCII properlyHao Wu2-3/+3
2018-10-22BaseTools: Convert "Unicode string" to "byte array" if value type diffZhaozh1x1-0/+9
2018-10-22BaseTool: Support different PCDs that refers to the same EFI variable.Zhaozh1x1-67/+30
2018-10-22UefiCpuPkg/CpuCommonFeaturesLib: Register MSR base on scope Info.Eric Dong12-0/+190
2018-10-22UefiCpuPkg/CpuS3DataDxe: Keep old data if value already existed.Eric Dong1-0/+2