summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SourceLevelDebugPkg/Usb3: Make sure data from HW can fit in bufferRuiyu Ni2018-10-171-0/+7
* MdeModulePkg/Usb: Make sure data from HW is no more than expectedRuiyu Ni2018-10-173-9/+16
* MdeModulePkg/UsbBus: Reject descriptor whose length is badRuiyu Ni2018-10-171-0/+7
* MdeModulePkg/UsbBus: Fix out-of-bound read access to descriptorsRuiyu Ni2018-10-171-12/+43
* MdeModulePkg/UsbMass: Fix integer overflow when BlockSize is 1Ruiyu Ni2018-10-171-13/+14
* MdeModulePkg/UsbMass: Merge UsbBoot(Read|Write)Blocks(16)Ruiyu Ni2018-10-173-252/+80
* CorebootPayloadPkg: don't use serial output for Release buildWonkyu Kim2018-10-172-0/+8
* MdeModulePkg/RegularExpressionDxe: Add null pointer checkDongao Guo2018-10-161-0/+1
* BaseTools/EOT: Change to call a program instead of calling Python API.Hess Chen2018-10-165-443/+84
* BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu2018-10-162-4/+6
* BaseTools: Fix bugs use special character in the --pcd optionYonghong Zhu2018-10-161-0/+2
* BaseTools: Add check for the string type whether is samezhijufan2018-10-161-2/+4
* BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1Zhaozh1x2018-10-161-0/+1
* BaseTools: Convert string value of void* pcd in command line to array.Zhaozh1x2018-10-161-8/+30
* BaseTools: Code should not update the variable that save the raw data.Zhaozh1x2018-10-161-2/+5
* BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x2018-10-162-0/+15
* BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5Feng, YunhuaX2018-10-151-1/+1
* MdeModulePkg BrotliCustomDecompressLib: Don't build it for EBC archLiming Gao2018-10-151-1/+1
* MdeModulePkg RegularExpressionDxe: Enable STDARG for variable argumentsLiming Gao2018-10-152-1/+3
* MdeModulePkg/RegularExpressionDxe: Add null pointer checkDongao Guo2018-10-152-5/+34
* MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo2018-10-151-0/+5
* MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo2018-10-153-1/+39
* MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo2018-10-151-3/+6
* BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2018-10-152-25/+58
* BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu2018-10-151-29/+41
* MdeModulePkg PcdDxe: ASSERT PcdSetNvStoreDefaultId setStar Zeng2018-10-152-1/+8
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-151-0/+4
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-155-186/+3
* BaseTools: do basic check in FvImage with header size and signaturezhijufan2018-10-151-20/+24
* UefiCpuPkg/S3Resume2Pei: disable paging before creating new page table.Eric Dong2018-10-152-0/+27
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-15182-13568/+46518
* BaseTools/Tests: Update GNUmakefile to use python3 variableYonghong Zhu2018-10-141-1/+1
* BaseTools: Not compare the VOID* difference in the DSC and DEC fileYonghong Zhu2018-10-131-1/+2
* BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu2018-10-131-27/+39
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-135-191/+5
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-131-0/+4
* BaseTools: update Test scripts support python3Yunhua Feng2018-10-133-10/+12
* BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen2018-10-1320-45547/+12757
* BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2018-10-132-25/+58
* BaseTools/UPT: Porting UPT Tool from Python2 to Python3Yonghong Zhu2018-10-1325-103/+89
* BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Yunhua Feng2018-10-1312-67/+62
* BaseTools: Update Makefile to ignore python tools makeYunhua Feng2018-10-132-11/+11
* BaseTools: Use PYTHON3 variable instead of PYTHON_HOMEYunhua Feng2018-10-136-18/+18
* BaseTools: Update windows and linux run scripts file to use Python3Yunhua Feng2018-10-1330-65/+110
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-1311-34/+65
* BaseTools: Rename get_bytes_le() to bytes_leYonghong Zhu2018-10-132-2/+2
* BaseTools: Update argparse arguments since it not have version nowYunhua Feng2018-10-133-3/+6
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-1314-42/+49
* BaseTools: do the list and iterator translationYunhua Feng2018-10-1312-58/+58
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-1333-162/+131