- 16cbc58 Fixed single module build failure issue by jwang36 · 16 years ago
- 9a99b39 Fixed an issue caused by passing string of fdf file path by jwang36 · 16 years ago
- 56cdcbe Fixed the failure caused by specifying fdf file via "-f" switch by jwang36 · 16 years ago
- 510750f 1) Fixed silent mode issue in Linux. 2) Fixed customized build issue in Duet. by jwang36 · 16 years ago
- 750cfde Updated per the latest changes by jwang36 · 16 years ago
- a7d3768 1. Use FAMILY defined in *_TAGNAME_*_*_FAMILY as the toolchain family by jwang36 · 16 years ago
- 70e5ca2 Fixed a PcdEx AutoGen bug by jwang36 · 16 years ago
- 9d35ff8 Enhance GenFw tool to zero PeImage .xdata section (free form exception data) unused in BIOS, which can increase the compression ratio for the BIOS image. by lgao4 · 16 years ago
- d95ecf4 Using share mode to create file. by jwang36 · 16 years ago
- dacae1e Test version for performance concern. by jwang36 · 16 years ago
- 0ae2471 Fixed the out-of-sync issue of AutoGen-ed files in Windows platform. by jwang36 · 16 years ago
- 0c9ee2a Change the name of extension by jwang36 · 16 years ago
- 5884bab A test version making use Windows API to create AutoGen files by jwang36 · 16 years ago
- 67d1416 Roll back to normal version by jwang36 · 16 years ago
- afa5db8 A trial version making use of pywin32 api to create file by jwang36 · 16 years ago
- 8444320 test version by jwang36 · 16 years ago
- cad8a80 Try to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- eb9b26e Final test version (GC plus bufsize=1) trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- e5ea66a Another test version (using low-level api provided by os module) trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- ec7def6 Another test version (using garbage collection to do cleanup) trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- b3ff502 Another test version (using bufsize=1) trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- 8ec30b1 Another test version (using glob to check file existence) trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- 88f185a Another test version (sleep in main loop) trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- 7dd12c9 Another test version (using windows's specific 'c' open mode) trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- 99f9af5 Another test version trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- c52a147 Another test version trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- b6b554a Fixed the over-write message to print only with RECONFIG flag by lhauch · 16 years ago
- 2895c50 Add general Tiano Compress tool path. by lgao4 · 16 years ago
- 8578c9a Another test version trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- 44feaa7 A test version trying to solve the non-existence issue of AutoGen-ed files. by jwang36 · 16 years ago
- 296ac32 Remove ASM16 tool definition, it is same as ASM tool for all tool chain in fact. by klu2 · 16 years ago
- 05e33af Add ASM16 rule for ICC tool chain. by klu2 · 16 years ago
- 425332e added messages for forcing reconfig, over-write of Conf files by lhauch · 16 years ago
- 6160c62 Updated the changes in r7158 by jwang36 · 16 years ago
- a388ec4 Updated the macro description according to the latest changes in build tool. by jwang36 · 16 years ago
- 2eab98c 1) Re-fine and fully test the mechanism of getting over the long command line limitation by jwang36 · 16 years ago
- f65aced Correct binary tools for generating DUET image. by klu2 · 16 years ago
- e1b4bd1 Roll back to add rule for uni file, change Uni output file to $(DEBUG_DIR)(+)$(MODULE_NAME)StrDefs.h. by lgao4 · 16 years ago
- f5e6003 Remove unused PCH compiler option and unused build rule for uni file. by lgao4 · 16 years ago
- d20c09b Fixed an issue which would cause build failure if there's more than one option input to $(MAKE) command. by jwang36 · 16 years ago
- aceceae Always add files in [Sources] section to search list for string ID by jwang36 · 16 years ago
- 6b9b954 Update GenSec tool to always create output file without check file content. by lgao4 · 16 years ago
- 619c3f0 GenFds will try to deduce 'Target_Toolchain_Arch' KeyStringList for GUIDed section. by jlin16 · 16 years ago
- 7bfde65 Add incremental support for FD and Capsule generation. by jwang36 · 16 years ago
- 96dcf19 GenFds enable display FV space information when incremental build. by jlin16 · 16 years ago
- 189b65e Update by jwang36 · 16 years ago
- 2b366ba 1) Search value of Guid/Protocol/PPI in inf file only in the same category in dec file. by jwang36 · 16 years ago
- 214099c by jwang36 · 16 years ago
- 1b0ea11 1) Separate the AutoGen code for PCDs between module and its library instances. Only macros for module's PCDs will be put in AutoGen.h. Others will be put in AutoGen.c. This is intended to catch missed PCDs in inf file more easily. by jwang36 · 16 years ago
- 354aa8a Updated with latest changes. by jwang36 · 16 years ago
- 5edaeed revert to older version as /Zm option for "ml" can not work well. by eric_tian · 16 years ago
- 39eb632 add /Zm option for VS2005 assembly to make sure it is compatible with MASM5.1 syntax. Or "ml" in Vs2005 may break on old code style. by eric_tian · 16 years ago
- ed21ba8 Added a feature to print out storage layout in lst file. by jwang36 · 16 years ago
- 749adca Re-generated with the latest source code. by jwang36 · 16 years ago
- 06b3601 a. Added a feature to allow override tools option via "==" in metafile. by jwang36 · 16 years ago
- 0e4d589 Fixed regression bug HSD201375 by jwang36 · 16 years ago
- 1a97438 Added /D$(MODULE_ENTRY_POINT)=$(ARCH_ENTRY_POINT) in EBC_CC_FLAGSto ensure correct R8's module entry point for EBC arch. by jwang36 · 16 years ago
- b3b6a07 a. Fixed R8 module build issue for EBC arch by jwang36 · 16 years ago
- abf1c3e Check In Build.exe and tools_def.template by lgao4 · 16 years ago
- f560de7 Pcd Tools need .Map file when building a EFI binary for EBC tool chain. by klu2 · 16 years ago
- 35a646e Fixed an incorrect PCD type string conversion by jwang36 · 16 years ago
- 543cecc Use "GLOBAL_REMOVE_IF_UNREFERENCED volatile" for variable of binary patch PCD. by klu2 · 16 years ago
- ebff028 Update VfrCompile tool to fix bug that parse the complicated expression, such as ((BOOLEAN)(1==1)) to create the wrong EndOf opcode. by lgao4 · 16 years ago
- 6ff04b8 Use VFRPP tool for VFR pre-processing. by jljusten · 16 years ago
- 1459f3c 1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output. by qwang12 · 16 years ago
- cd3c4fc 1. Enhance GenFv WriteFvMap function to print basic debug information (entrypoint, baseaddress, .text, .data section base address) when no map can be referred. by lgao4 · 16 years ago
- d4a20ec Changed the way to compare the content of AutoGen with the file to be generated from it. This is to solve the re-generation issue of AutoGen files because of the newline format is different between the internal representation and the file. by jwang36 · 16 years ago
- 6ae2cf5 Changed file line format of AutoGen files to native style. by jwang36 · 16 years ago
- b21f399 Removed GLOBAL_REMOVE_IF_UNREFERENCED for patchable PCD because it will cause that patchable PCD variables information won't be in the map file generated by linker. by jwang36 · 16 years ago
- a19b85e [VfrCompiler FeatureRequest] Generate data for ConfigAccess.ExtractConfig() impl by qwang12 · 16 years ago
- 64cd21a Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLib to support the modules that uses EDKII Glue Lib by lgao4 · 16 years ago
- d0a0826 Update GenFv to support SEC built using X64 tools by mdkinney · 16 years ago
- 7c98946 Removed the replacement rule of PEI_PCI_CFG_PPI for R8 source code conversion by jwang36 · 16 years ago
- c555018 Fixed HSD 201877: 'END' in [depex] caused GenDepex failure by jwang36 · 16 years ago
- a7451d1 a. Added ImportTool.bat script b. Added more error check for Trim.exe by jwang36 · 16 years ago
- 53347b6 a. Changed ASL code trim scheme by jwang36 · 16 years ago
- 00ee6b6 a. Fixed conversion failure for ASL style include. by jwang36 · 16 years ago
- 74c90c7 a. Allowed flags of tools not defined tools_def.txt by jwang36 · 16 years ago
- 498a6d9 Fixed an issue which caused incorrect path generated when validating by jwang36 · 16 years ago
- 63a66a3 Fix HSD 201801: [GenFds] Error reported when a non-existing INF file is specified is not clear by jlin16 · 16 years ago
- 0764e7e Remove all references to ASMLINK16. Those are never used. by mdkinney · 16 years ago
- acae1bc Remove all references to ASMLINK16. Those are never used. by mdkinney · 16 years ago
- d2ef2ab Fixed build failure of R8 modules with uni file by jwang36 · 16 years ago
- 9df8788 Performance improvement on startup of build.exe by jwang36 · 16 years ago
- f40a038 Fixed incorrect function prototype in AutoGen.c for PEI modules. by jwang36 · 16 years ago
- 82adad5 1. Fixed bugs of HSD bug trackers 201729, 201670 and 201601 by jwang36 · 16 years ago
- e27dd4e Regenerate build binary (based on BaseTools r1333) to include some missing encodings to avoid build crash when generation the final image. by qhuang8 · 16 years ago
- aff8fb9 1. Sync the binary with the latest source modification by hche10x · 16 years ago
- f2ea316 1. Sync the binary with the latest source modification by hche10x · 16 years ago
- 3b1abda Regenerate build binary (based on BaseTools r1332) to include some missing encodings to avoid build crash when generation the final image. by qhuang8 · 16 years ago
- 47b702c 1. Sync the binary with the latest source modification by hche10x · 16 years ago
- 1003f96 Fixed two minor issues by jwang36 · 16 years ago
- abb59a60 Fixed the incorrect file printed out when an unknown exception occurred. by jwang36 · 16 years ago
- bf9ffb9 ECP support update. by jlin16 · 16 years ago
- d3b835c ECP support update. by jlin16 · 16 years ago
- 7befabe Fixed HSD201706, which a None SourceOverrideDir will cause path join failure. by jwang36 · 16 years ago
- 6fa28b7 GenFds fix two UI sections error. by jlin16 · 16 years ago
- c8b671e Fixed HSD201555 by jwang36 · 16 years ago
- 205564a Fixed HSD201384 & HSD201375 by jwang36 · 16 years ago
- ffe084e 1. Add ASM source files directory into its Include path. by lgao4 · 16 years ago