Age | Commit message (Expand) | Author | Files | Lines |
2018-02-01 | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 7 | -98/+233 |
2018-02-01 | BaseTools: Support multiple .h file | Feng, Bob C | 4 | -7/+9 |
2018-02-01 | BaseTool: Enhance error handling. | BobCF | 1 | -49/+67 |
2018-02-01 | BaseTool: Add comments in PcdValueInit.c. | Feng, Bob C | 1 | -4/+6 |
2018-01-31 | BaseTools: Update BPDG to support L'' and '' format as VPD Pcd Value | Yonghong Zhu | 2 | -17/+21 |
2018-01-31 | BaseTools: Fix the bug to align VPD PCD based on value type | Yonghong Zhu | 1 | -2/+12 |
2018-01-30 | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 5 | -178/+183 |
2018-01-30 | BaseTools: Fix indentation in CParser.py file | Gary Lin | 2 | -18/+4 |
2018-01-25 | BaseTools: Fixed incorrect VPD size. | BobCF | 1 | -6/+4 |
2018-01-25 | BaseTool: Fixed the StructurePcd incorrect value. | Feng, Bob C | 1 | -3/+6 |
2018-01-25 | BaseTools: Fixed some small issues | Feng, Bob C | 3 | -4/+10 |
2018-01-25 | BaseTools: Fixed build failure for the PCD value initialization. | Feng, Bob C | 1 | -2/+14 |
2018-01-25 | BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c file | Feng, Bob C | 3 | -1/+7 |
2018-01-25 | BaseTool: Combine the HiiPcd value if they link to same Variable | Feng, Bob C | 2 | -3/+35 |
2018-01-25 | BaseTools: CommonLib Fix Crash to write the last byte | Liming Gao | 1 | -1/+1 |
2018-01-24 | BaseTools: Barf on unknown HOST_ARCH in C Makefile | Chema Gonzalez | 2 | -8/+10 |
2018-01-23 | BaseTools: Add DefaultStore section format Check | Yonghong Zhu | 2 | -1/+9 |
2018-01-23 | BaseTools: update SKUID value to support both integer and Hex number | Yonghong Zhu | 2 | -6/+7 |
2018-01-23 | BaseTools: Enhance binary file in [Binaries] section use relative path | Yonghong Zhu | 1 | -0/+2 |
2018-01-23 | BaseTools: Add "processing meta-data" string back | Yonghong Zhu | 1 | -3/+3 |
2018-01-22 | BaseTools/tools_def CLANG3x: ignore unknown warning options | Ard Biesheuvel | 1 | -3/+3 |
2018-01-21 | BaseTools: Optimizing DscDefaultValue process in BuildReport | From: Yunhua Feng | 1 | -2/+2 |
2018-01-21 | BaseTools: Fix GenFds increment build bug that missing cover command option's... | Yunhua Feng | 1 | -3/+3 |
2018-01-19 | BaseTools: enhance error handling for option --binary-source | Yonghong Zhu | 1 | -0/+6 |
2018-01-16 | BaseTools: Use nasm as the preferred assembly source files for XCODE5 tool | Liming Gao | 1 | -1/+0 |
2018-01-16 | BaseTools: Disable -Wno-unused-const-variable in XCODE5 RELEASE target | Liming Gao | 1 | -3/+3 |
2018-01-16 | BaseTools: Disable warning varargs in XCODE5 align to CLANG38 | Liming Gao | 1 | -6/+6 |
2018-01-15 | BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 feature | Yunhua Feng | 1 | -2/+6 |
2018-01-15 | BaseTools/DevicePath: Fix potential null pointer dereference | Hao Wu | 1 | -0/+5 |
2018-01-15 | BaseTools/C/Common: Fix potential null pointer dereference | Hao Wu | 1 | -0/+7 |
2018-01-15 | BaseTools/DevicePath: Fix potential memory leak | Hao Wu | 2 | -2/+14 |
2018-01-15 | BaseTools/C/Common: Fix potential memory leak | Hao Wu | 1 | -1/+4 |
2018-01-15 | BaseTools/C/Common: Fix code to be more readable | Hao Wu | 1 | -2/+2 |
2018-01-10 | BaseTools: Correct Target Path in CodaTargetList replace Path | Yunhua Feng | 1 | -1/+2 |
2018-01-09 | BaseTools: Add back the cc71d8 version's fix | Yonghong Zhu | 1 | -6/+6 |
2018-01-09 | BaseTools: Not print SKUID info for PCD when it is only Single SKUID | Yonghong Zhu | 1 | -35/+59 |
2018-01-08 | BaseTools: Fix Sku inherit issue. | BobCF | 2 | -2/+4 |
2018-01-08 | BaseTools: Fix Pcd value override issue caused by SKU inherit | Feng, Bob C | 1 | -2/+44 |
2018-01-08 | BaseTools: Fix an issue in HiiPcd generation | BobCF | 1 | -3/+2 |
2018-01-03 | BaseTools: Fix compile error on VS2010 | Yonghong Zhu | 1 | -3/+2 |
2018-01-03 | BaseTools/DevicePath: fix GCC build error in print_mem(), and clean it up | Laszlo Ersek | 1 | -6/+14 |
2018-01-03 | BaseTools CommonLib: Fix printf %llx issue on UINT64 | Liming Gao | 1 | -5/+1 |
2018-01-03 | BaseTools: Fix the regression bug of a74398 for SubFv Image | Yonghong Zhu | 1 | -2/+2 |
2018-01-02 | BaseTools: resolve initialization order errors in VfrFormPkg.h | zenith432 | 3 | -414/+257 |
2018-01-02 | BaseTools: silence parentheses-equality warning | zenith432 | 4 | -1/+7 |
2018-01-02 | BaseTools: eliminate unused expression result | zenith432 | 2 | -3/+3 |
2018-01-02 | BaseTools: correct mal-typed CVfrDLGLexer::errstd | zenith432 | 1 | -1/+1 |
2017-12-31 | BaseTools: Add DevicePath support for PCD values | Yonghong Zhu | 17 | -9/+8959 |
2017-12-29 | BaseTools: Fix the bug for QuarkPlatformPkg build failure | Zhu, Yonghong | 1 | -1/+1 |
2017-12-29 | BaseTools: Fix a bug for different FV use same FILE statement Guid | Yonghong Zhu | 3 | -4/+7 |