]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools
IntelFrameworkModule/ThunkKb: ReadKeyStrokeEx always return key state
[mirror_edk2.git] / BaseTools /
2018-02-01 Liming GaoBaseTools CommonLib: Remove the unnecessary print messa...
2018-02-01 Feng, Bob CBaseTools: Structure Pcd in CommandLine.
2018-02-01 Feng, Bob CBaseTools: Support multiple .h file
2018-02-01 BobCFBaseTool: Enhance error handling.
2018-02-01 Feng, Bob CBaseTool: Add comments in PcdValueInit.c.
2018-01-31 Yonghong ZhuBaseTools: Update BPDG to support L'' and '' format...
2018-01-31 Yonghong ZhuBaseTools: Fix the bug to align VPD PCD based on value...
2018-01-30 Yunhua FengBaseTools: Enhance parse performance by optimize ValueE...
2018-01-30 Gary LinBaseTools: Fix indentation in CParser.py file
2018-01-25 BobCFBaseTools: Fixed incorrect VPD size.
2018-01-25 Feng, Bob CBaseTool: Fixed the StructurePcd incorrect value.
2018-01-25 Feng, Bob CBaseTools: Fixed some small issues
2018-01-25 Feng, Bob CBaseTools: Fixed build failure for the PCD value initia...
2018-01-25 Feng, Bob CBaseTools: Add comments for the Structure Pcd definitio...
2018-01-25 Feng, Bob CBaseTool: Combine the HiiPcd value if they link to...
2018-01-25 Liming GaoBaseTools: CommonLib Fix Crash to write the last byte
2018-01-24 Chema GonzalezBaseTools: Barf on unknown HOST_ARCH in C Makefile
2018-01-23 Yonghong ZhuBaseTools: Add DefaultStore section format Check
2018-01-23 Yonghong ZhuBaseTools: update SKUID value to support both integer...
2018-01-23 Yonghong ZhuBaseTools: Enhance binary file in [Binaries] section...
2018-01-23 Yonghong ZhuBaseTools: Add "processing meta-data" string back
2018-01-22 Ard BiesheuvelBaseTools/tools_def CLANG3x: ignore unknown warning...
2018-01-21 From: Yunhua FengBaseTools: Optimizing DscDefaultValue process in BuildR...
2018-01-21 Yunhua FengBaseTools: Fix GenFds increment build bug that missing...
2018-01-19 Yonghong ZhuBaseTools: enhance error handling for option --binary...
2018-01-16 Liming GaoBaseTools: Use nasm as the preferred assembly source...
2018-01-16 Liming GaoBaseTools: Disable -Wno-unused-const-variable in XCODE5...
2018-01-16 Liming GaoBaseTools: Disable warning varargs in XCODE5 align...
2018-01-15 Yunhua FengBaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0...
2018-01-15 Hao WuBaseTools/DevicePath: Fix potential null pointer derefe...
2018-01-15 Hao WuBaseTools/C/Common: Fix potential null pointer dereference
2018-01-15 Hao WuBaseTools/DevicePath: Fix potential memory leak
2018-01-15 Hao WuBaseTools/C/Common: Fix potential memory leak
2018-01-15 Hao WuBaseTools/C/Common: Fix code to be more readable
2018-01-10 Yunhua FengBaseTools: Correct Target Path in CodaTargetList replac...
2018-01-09 Yonghong ZhuBaseTools: Add back the cc71d8 version's fix
2018-01-09 Yonghong ZhuBaseTools: Not print SKUID info for PCD when it is...
2018-01-08 BobCFBaseTools: Fix Sku inherit issue.
2018-01-08 Feng, Bob CBaseTools: Fix Pcd value override issue caused by SKU...
2018-01-08 BobCFBaseTools: Fix an issue in HiiPcd generation
2018-01-03 Yonghong ZhuBaseTools: Fix compile error on VS2010
2018-01-03 Laszlo ErsekBaseTools/DevicePath: fix GCC build error in print_mem...
2018-01-03 Liming GaoBaseTools CommonLib: Fix printf %llx issue on UINT64
2018-01-03 Yonghong ZhuBaseTools: Fix the regression bug of a74398 for SubFv...
2018-01-02 zenith432BaseTools: resolve initialization order errors in VfrFo...
2018-01-02 zenith432BaseTools: silence parentheses-equality warning
2018-01-02 zenith432BaseTools: eliminate unused expression result
2018-01-02 zenith432BaseTools: correct mal-typed CVfrDLGLexer::errstd
2017-12-31 Yonghong ZhuBaseTools: Add DevicePath support for PCD values
2017-12-29 Zhu, YonghongBaseTools: Fix the bug for QuarkPlatformPkg build failure
2017-12-29 Yonghong ZhuBaseTools: Fix a bug for different FV use same FILE...
2017-12-27 BobCFBaseTools: Remove 'COMMON' in PCD SkuInfoList
2017-12-27 Yonghong ZhuBaseTools: Support PCD flexible values format
2017-12-27 Yonghong ZhuBaseTools: Add Platform Override Build Options for...
2017-12-27 Yonghong ZhuBaseTools: Update copyright year info of DSC/DEC/INF...
2017-12-27 Liming GaoBaseTools: Update Python Makefile to include the new...
2017-12-27 Liming GaoBaseTools: Update SkuId checker to make sure it be...
2017-12-26 Feng, Bob CBaseTools: Fix building FatPkg failed issue
2017-12-25 Liming GaoBaseTools: Fixed the issue of structure pcd filed sku...
2017-12-25 Liming GaoBaseTools: Fix VPD data optimization issue
2017-12-25 Liming GaoBaseTools: Support nest field name in DSC/DEC
2017-12-25 BobCFBaseTools: Check PCD DataType and the maxsize.
2017-12-25 Liming GaoBaseTools: Correct PCD generation logic to make sure...
2017-12-25 Liming GaoBaseTools: Generate correct VPD PCD value to store...
2017-12-25 Liming GaoBaseTools: Add error message if Structure PCD value...
2017-12-25 Liming GaoBaseTools: Fixed the issue of Multiple Skus are always...
2017-12-25 Liming GaoBaseTools: Optimize VPD PCD value for the different...
2017-12-25 Liming GaoBaseTools: Update SkuId as SKU_ID type to follow curren...
2017-12-25 Liming GaoBaseTools: Update NV Default Header format to include...
2017-12-25 Liming GaoBaseTools: Report Structure PCD value and SKU, DefaultS...
2017-12-25 Liming GaoBaseTools: PcdDataBase Optimization for multiple SkuIds
2017-12-25 Liming GaoBaseTools: Support Structure PCD value inherit between...
2017-12-25 Liming GaoBaseTools: Collect DynamicHii PCD values and assign...
2017-12-25 Liming GaoBaseTools: Support Structure PCD value assignment in...
2017-12-25 Liming GaoBaseTools: Add PcdValueCommon logic into C source CommonLib
2017-12-25 Liming GaoBaseTools: Update Makefile to work at absolute path
2017-12-25 Hao WuBaseTools/GenSec: Fix potential null pointer dereference
2017-12-25 Hao WuBaseTools/GenSec: Fix potential memory leak
2017-12-25 Hao WuBaseTools/GenFfs: Enlarge the size of 'AlignmentBuffer'
2017-12-25 Hao WuBaseTools/VfrCompile: Resolve uninit class variables...
2017-12-25 Hao WuBaseTools/VfrCompile: Add/refine boundary checks for...
2017-12-25 Hao WuBaseTools/GenVtf: Add/refine boundary checks for strcpy...
2017-12-25 Hao WuBaseTools/GenFv: Add/refine boundary checks for strcpy...
2017-12-25 Hao WuBaseTools/GenBootSector: Add/refine boundary checks...
2017-12-25 Hao WuBaseTools/EfiRom: Add/refine boundary checks for strcpy...
2017-12-25 Hao WuBaseTools/C/Common: Refine using sprintf() with '%s...
2017-12-25 Hao WuBaseTools/C/Common: Add/refine boundary checks for...
2017-12-25 Hao WuBaseTools/GenFv: Add check to ensure the file handle...
2017-12-25 Hao WuBaseTools/VfrCompile: Assign 'NULL' for closed file...
2017-12-25 Hao WuBaseTools/C/Common: Remove redundant type cast
2017-12-25 Hao WuBaseTools/LzmaCompress: Fix possible uninitialized...
2017-12-25 Hao WuBaseTools/EfiRom: Refine the logic in main()
2017-12-25 Hao WuBaseTools/C/Common: Add checks for array access
2017-12-13 Yonghong ZhuBaseTools: enable hash value check for single module...
2017-12-13 Yonghong ZhuBaseTools: back up the binary files when hash value...
2017-12-13 Yonghong ZhuBaseTools: Not cache the .efi file location into build...
2017-12-13 Yonghong ZhuBaseTools: Fix the incorrect indent introduced by 37de70
2017-12-12 Liming GaoBaseTools: Update BrotliCompress script to handle the...
2017-12-10 Yonghong ZhuBaseTools: Add object_files.lst as dependency of lib...
2017-12-08 Ard BiesheuvelBaseTool/tools_def GCC5: enable optimization for ARM...
next