summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-17MdeModulePkg/AbsPointer: Don't access key codes when length is wrongRuiyu Ni1-2/+6
2018-10-17MdeModulePkg/UsbKb: Don't access key codes when length is wrongRuiyu Ni1-0/+4
2018-10-17SourceLevelDebugPkg/Usb3: Make sure data from HW can fit in bufferRuiyu Ni1-0/+7
2018-10-17MdeModulePkg/Usb: Make sure data from HW is no more than expectedRuiyu Ni3-9/+16
2018-10-17MdeModulePkg/UsbBus: Reject descriptor whose length is badRuiyu Ni1-0/+7
2018-10-17MdeModulePkg/UsbBus: Fix out-of-bound read access to descriptorsRuiyu Ni1-12/+43
2018-10-17MdeModulePkg/UsbMass: Fix integer overflow when BlockSize is 1Ruiyu Ni1-13/+14
2018-10-17MdeModulePkg/UsbMass: Merge UsbBoot(Read|Write)Blocks(16)Ruiyu Ni3-252/+80
2018-10-17CorebootPayloadPkg: don't use serial output for Release buildWonkyu Kim2-0/+8
2018-10-16MdeModulePkg/RegularExpressionDxe: Add null pointer checkDongao Guo1-0/+1
2018-10-16BaseTools/EOT: Change to call a program instead of calling Python API.Hess Chen5-443/+84
2018-10-16BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu2-4/+6
2018-10-16BaseTools: Fix bugs use special character in the --pcd optionYonghong Zhu1-0/+2
2018-10-16BaseTools: Add check for the string type whether is samezhijufan1-2/+4
2018-10-16BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1Zhaozh1x1-0/+1
2018-10-16BaseTools: Convert string value of void* pcd in command line to array.Zhaozh1x1-8/+30
2018-10-16BaseTools: Code should not update the variable that save the raw data.Zhaozh1x1-2/+5
2018-10-16BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x2-0/+15
2018-10-15BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5Feng, YunhuaX1-1/+1
2018-10-15MdeModulePkg BrotliCustomDecompressLib: Don't build it for EBC archLiming Gao1-1/+1
2018-10-15MdeModulePkg RegularExpressionDxe: Enable STDARG for variable argumentsLiming Gao2-1/+3
2018-10-15MdeModulePkg/RegularExpressionDxe: Add null pointer checkDongao Guo2-5/+34
2018-10-15MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo1-0/+5
2018-10-15MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo3-1/+39
2018-10-15MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo1-3/+6
2018-10-15BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2-25/+58
2018-10-15BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu1-29/+41
2018-10-15MdeModulePkg PcdDxe: ASSERT PcdSetNvStoreDefaultId setStar Zeng2-1/+8
2018-10-15BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-15BaseTools: remove the not used PyUtility fileYonghong Zhu5-186/+3
2018-10-15BaseTools: do basic check in FvImage with header size and signaturezhijufan1-20/+24
2018-10-15UefiCpuPkg/S3Resume2Pei: disable paging before creating new page table.Eric Dong2-0/+27
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao182-13568/+46518
2018-10-14BaseTools/Tests: Update GNUmakefile to use python3 variableYonghong Zhu1-1/+1
2018-10-13BaseTools: Not compare the VOID* difference in the DSC and DEC fileYonghong Zhu1-1/+2
2018-10-13BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu1-27/+39
2018-10-13BaseTools: remove the not used PyUtility fileYonghong Zhu5-191/+5
2018-10-13BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-13BaseTools: update Test scripts support python3Yunhua Feng3-10/+12
2018-10-13BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen20-45547/+12757
2018-10-13BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2-25/+58
2018-10-13BaseTools/UPT: Porting UPT Tool from Python2 to Python3Yonghong Zhu25-103/+89
2018-10-13BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Yunhua Feng12-67/+62
2018-10-13BaseTools: Update Makefile to ignore python tools makeYunhua Feng2-11/+11
2018-10-13BaseTools: Use PYTHON3 variable instead of PYTHON_HOMEYunhua Feng6-18/+18
2018-10-13BaseTools: Update windows and linux run scripts file to use Python3Yunhua Feng30-65/+110
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng11-34/+65
2018-10-13BaseTools: Rename get_bytes_le() to bytes_leYonghong Zhu2-2/+2
2018-10-13BaseTools: Update argparse arguments since it not have version nowYunhua Feng3-3/+6
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng14-42/+49