- 1e56bac Add ASM_PFX macro on ASM_FLAGS using GCC tools by tgingold · 18 years ago
- 52e3b5b Add an elf tool chain. by bbahnsen · 18 years ago
- 0292fd3 Update APP flag for VS2003, VS2005PRO and WINDDK toolchain. by lgao4 · 18 years ago
- fb42187 Changed /SUBSYSTEM:CONSOLE back to /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER because EBC cannot support CONSOLE. by jwang36 · 18 years ago
- 69df570 Changed the /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER back to /SUBSYSTEM:CONSOLE for IA32, X64 and EBC architecture because nt32 cannot be debugged with source. In addition, fwimage will fix the subsystem field later. So, for better compatible with more tool chain, it's ok to just use CONSOLE. The link option for IPF doesn't get changed in case of the runtime issue in shell. by jwang36 · 18 years ago
- 16fdd1e Add an example of a mingw32 tool chain. by bbahnsen · 18 years ago
- ad3e866 Enable global optimizations for IPF builds by mdkinney · 18 years ago
- 2b37c80 Add "-d debug" to the IPF ASM FLAGS to enable source level debugging of IPF .S files. by mdkinney · 18 years ago
- 822698d Change IPF flags to use /Os instead of /O1i by mdkinney · 18 years ago
- 2330460 Add flags for DEBUG IPF builds by mdkinney · 18 years ago
- 62f022c Change name from "VFR_FLAGES" to "VFRPP_FLAGES". by qouyang · 18 years ago
- 593a98d To fix bug edkt466. Change all default subsystem from CONSOLE to EFI_BOOT_SERVICE_DRIVER. by wuyizhong · 18 years ago
- bf24763 Resync the VFR flags by bbahnsen · 18 years ago
- b7a148a Add the VFR FLAGS for x64 gcc. by bbahnsen · 18 years ago
- b609c89 Fixed EDKT419. by qouyang · 18 years ago
- e213682 Add new tool chain configs for x64 gcc by bbahnsen · 18 years ago
- c2bf314 Add a Mixed tool chain for x64. by bbahnsen · 18 years ago
- cc0d3fe Add extra APP Flag to preprocess asl file. by lgao4 · 18 years ago
- a753ec9 Add flags for ASMLINK. ASMLINK is real mode link. by wuyizhong · 18 years ago
- dddd748 remove /D OLDSMM=1 /D EFI_FIRMWARE_VENDOR from the default C_FLAGS setting, using the corresponding PCD to replace them. by lgao4 · 18 years ago
- 8c84e1b a) Cleaned tools_def.template by jwang36 · 18 years ago
- 0b8fc15 Added APP tool command to solve the pre-processing issue in IPF assembly and dxs file by jwang36 · 18 years ago
- e94c73e Added "/FI${DEST_DIR_DEBUG}/AutoGen.h" to *_*_*_PP_FLAGS by jwang36 · 18 years ago
- fd6c41f Fixed EDKT381 by jwang36 · 18 years ago
- aba23ad 1) Added precompiled header option to VS2003, VS2005PRO and WINDDK3790x1830 tool chains and cleaned the option format; by jwang36 · 18 years ago
- 26a3d4a Add flags for UNIXGCC. by wuyizhong · 18 years ago
- 1549f51 Changed the way of using precompiled header in the build process. Now the use of precompiled header is controlled by tools_def.txt. by jwang36 · 18 years ago
- 807f07f Remove extra /D defines in CC FLAGS by mdkinney · 18 years ago
- 6abf46d Add compiler flags for UNIXGCC by bbahnsen · 18 years ago
- 69c2c2b Pull majority of flag settings into tools_def.txt and only leave custom flags for platforms in the FPD files. by mdkinney · 18 years ago
- 238094c Add tool chain tags for Unix gcc and Cygwin gcc. by bbahnsen · 18 years ago
- aa0e74b Changed the ASL compiler directory to C:\ASL, and corrected the tool chain name from GCC to MYGCC by yshi8 · 18 years ago
- 04566ef Changed the template files TagName to MYTOOLS instead of MSFT, since we don't want people to think that the TagName must match the Tool Chain Family. by lhauch · 19 years ago
- 407910b Added the IDENTIFIER = Default TOOL_CHAIN_CONF line to the tools_def.template file. Tested in the tools_def.txt file before adding to the template. by lhauch · 19 years ago
- 65a1d8a Removed EdkFatPkg from tree - will put this up under a separate project on the website due to licensing restrictions. Added copyright notice to tools_def.template, modified ReleaseNotes.txt fixed the FrameworkDatabase.db to remove EdkFatPkg and Add the Tools.spd file back into the DB. by lhauch · 19 years ago
- 7c707b0 Made some changes to use GCC to pre-process and assembly .S file by jwang36 · 19 years ago
- c901c2e Added a comment about how to configure for Unix systems. by bbahnsen · 19 years ago
- df569f6 Fixed the GCC assembler issue. Now we can use full GCC tools to build our package. by jwang36 · 19 years ago
- 848e907 Change assembler compiler to windkk. by klu2 · 19 years ago
- a9b1926 Made the default for IA-32 assembler path point to the default install location for MASM. by ajfish · 19 years ago
- c64af69 added specific PP definition for EBC because of previous BuildMacro.xml changes by jwang36 · 19 years ago
- cfa5a9c fixed GCC build issues by jwang36 · 19 years ago
- 25832ed Fix autogen bug:[Edk67][Edk35]. by qouyang · 19 years ago
- f4b38a9 Update tools definition by lgao4 · 19 years ago
- 7d1142b Add ASL and ASMLINK tool definition in this file by lgao4 · 19 years ago
- d8cf03d commented out GCC definitions temporarily by jwang36 · 19 years ago
- 4507889 added GCC tools definitions by jwang36 · 19 years ago
- 71c6088 changed the default path for EBC tool by jwang36 · 19 years ago
- ff34e63 For new tools by qouyang · 19 years ago
- e145960 re-added by jwang36 · 19 years ago
- 1ea046d deleted all obsoleted configuration files by jwang36 · 19 years ago
- f0cf605 Adding a template file for the tools_def.txt file. This file will be copied to tools_def.txt if and only if the tools_def.txt file does not exist. We will be removing the tools_def.txt file from SVN, so that it will not be overwritten every time you do an update. by lhauch · 19 years ago