Age | Commit message (Expand) | Author | Files | Lines |
2018-12-23 | BaseTools/tools_def ARM: use softfloat target for CLANG3x | Ard Biesheuvel | 1 | -2/+2 |
2018-12-19 | BaseTools/tools_def ARM: emit PIC veneers | Ard Biesheuvel | 1 | -1/+1 |
2018-12-19 | BaseTools: Fix GenFds error doesn't break build. | Derek Lin | 1 | -2/+5 |
2018-12-19 | BaseTools: Add $(INC)-like support when compiling .nasm files | Zhiju.Fan | 1 | -1/+19 |
2018-12-18 | BaseTools: Update nasm file build rule to support $(INC) | zhijufan | 1 | -1/+2 |
2018-12-18 | BaseTools: Fixed metafile parser issues | Feng, Bob C | 4 | -31/+34 |
2018-12-18 | BaseTools: Fix PcdArray issue | Feng, Bob C | 4 | -23/+99 |
2018-12-15 | BaseTools: Fixed the build fail issue for cases | Feng, Bob C | 2 | -2/+2 |
2018-12-15 | BaseTools: Fixed bugs in CopyDict function | Feng, Bob C | 2 | -2/+4 |
2018-12-15 | BaseTools: Fix PcdNvStoreDefaultValueBuffer Value. | Feng, Bob C | 2 | -7/+15 |
2018-12-13 | BaseTools/tools_def ARM CLANG35: work around -mno-movt option name change | Ard Biesheuvel | 1 | -1/+1 |
2018-12-12 | BaseTools/GenFw ARM: don't permit R_ARM_GOT_PREL relocations | Ard Biesheuvel | 1 | -2/+0 |
2018-12-11 | BaseTools/tools_def AARCH64 RELEASE: move GCC49/GGC5 to 4 KB alignment | Ard Biesheuvel | 1 | -12/+14 |
2018-12-07 | BaseTools: Correct CCFLAG for PcdValueInit | BobCF | 1 | -12/+12 |
2018-12-07 | BaseTools: Customize deepcopy function. | BobCF | 5 | -5/+88 |
2018-12-07 | BaseTools: Optimize string concatenation | BobCF | 4 | -31/+44 |
2018-12-07 | BaseTools: Replace the sqlite database with list | BobCF | 6 | -322/+187 |
2018-12-07 | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 3 | -57/+94 |
2018-12-07 | BaseTool: Filter out unused structure pcds | Feng, Bob C | 3 | -1/+35 |
2018-12-07 | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 6 | -338/+644 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 13 | -69/+70 |
2018-12-06 | BaseTools: cleanup LongFilePathSupport usage | Jaben Carsey | 2 | -14/+1 |
2018-12-06 | BaseTools: Move Identification file to Eot | Jaben Carsey | 2 | -1/+2 |
2018-12-06 | BaseTools/CommonLib: drop the use of MAX_ADDRESS | Ard Biesheuvel | 6 | -22/+0 |
2018-12-06 | BaseTools: Remove tools only used by DuetPkg | Shenglei Zhang | 31 | -4986/+0 |
2018-12-05 | BaseTools/CommonLib: drop definition of MAX_UINTN | Ard Biesheuvel | 1 | -1/+0 |
2018-12-05 | BaseTools/CommonLib: get rid of 'native' type string parsing routines | Ard Biesheuvel | 2 | -193/+5 |
2018-12-05 | BaseTools/DevicePath: use MAX_UINT32 as default device path max size | Ard Biesheuvel | 1 | -2/+2 |
2018-12-05 | BaseTools/CommonLib: add definition of MAX_UINT32 | Ard Biesheuvel | 1 | -0/+1 |
2018-12-05 | BaseTools/DevicePath: use explicit 64-bit number parsing routines | Ard Biesheuvel | 1 | -2/+2 |
2018-12-05 | BaseTools/CommonLib: use explicit 64-bit type in Strtoi() | Ard Biesheuvel | 1 | -2/+2 |
2018-12-05 | BaseTools/CommonLib: avoid using 'native' word size in IP address handling | Ard Biesheuvel | 1 | -14/+14 |
2018-12-05 | BaseTools: Remove GenVtf | Shenglei Zhang | 10 | -3546/+0 |
2018-11-29 | BaseTools Script: Update ConvertFceToStructurePcd to report warning messages | Liming Gao | 1 | -1/+1 |
2018-11-20 | BaseTools: Fix the problem using FILE_GUID override in .dsc | Feng, Bob C | 1 | -5/+13 |
2018-11-11 | BaseTools: Fix UEFI and Tiano Decompression logic issue | Liming Gao | 2 | -0/+12 |
2018-11-05 | BaseTools: Use common cc flag for building PcdValueInit. | BobCF | 1 | -24/+31 |
2018-11-05 | BaseTools build_rule.template: Update aslc rule for XCODE tool chain | Liming Gao | 1 | -2/+2 |
2018-11-02 | BaseTools: Check the max size for string PCD. | Zhao, ZhiqiangX | 1 | -0/+7 |
2018-11-02 | BaseTools tools_def.template: Add GCC link script option in ASLDLINK_FLAGS | Liming Gao | 1 | -1/+1 |
2018-11-02 | BaseTools: Add checking to EFI variable attribute. | Feng, Bob C | 1 | -0/+2 |
2018-11-02 | BaseTools/Eot: Remove a duplication code in EotMain class | Hess Chen | 1 | -365/+0 |
2018-11-01 | BaseTools: Add special handle for '\' use in Pcd Value | zhijufan | 2 | -3/+19 |
2018-11-01 | BaseTools: Fix merge in FDF parser for OptionROM override | Tomas Pilar | 1 | -2/+2 |
2018-10-31 | BaseTools ConvertFceToStructurePcd: Fix the array value with empty string | Liming Gao | 1 | -2/+15 |
2018-10-27 | BaseTools: Sync the DevicePath Function update from MdePkg | Feng, YunhuaX | 3 | -13/+50 |
2018-10-27 | BaseTools: Rollback Filter out unused structure pcds | Feng, Bob C | 1 | -19/+0 |
2018-10-26 | BaseTools: Allow multiple PciDeviceId in Fdf OptionROM override | Tomas Pilar | 1 | -4/+6 |
2018-10-26 | BaseTools: Fix BPDG tool print traceback info issue | Feng, YunhuaX | 2 | -4/+6 |
2018-10-26 | BaseTools: Roll back code modify by commit 9e47e6f90880 | Feng, YunhuaX | 1 | -2/+2 |