summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Fixed the build.xml files so that clean and cleanall actually removes the tem...lhauch2006-10-1010-28/+53
* Fixed the build.xml files so that clean and cleanall actually removes the tem...lhauch2006-10-1025-0/+30
* Fixed the cleanall target BUILD_DIR settingslhauch2006-10-101-1/+3
* Removed extra lines and spaces in the catalog.xml file creation, also wrapped...lhauch2006-10-101-3/+9
* Added a test to check the # of threads iff threading is enabled. If it's not...lhauch2006-10-101-1/+4
* Removed extra binary character at the start of line 1lhauch2006-10-101-1/+1
* Fixed EDKT370&372qouyang2006-10-103-13/+43
* Fix not able to save after change build target.jlin162006-10-103-31/+123
* Changed IA64 to IPF in the comments because it will cause confusion.jwang362006-10-101-1/+1
* Added code to check if "cmd" attribute is valid or not. This is to make error...jwang362006-10-101-0/+7
* Fixed EDKT381jwang362006-10-103-31/+38
* Change FrameworkModules selection to next module in platform after remove one...jlin162006-10-103-3/+9
* 1. Update to just keep several line JAVA related msg; 2. Remove file Property...wuyizhong2006-10-104-221/+20
* Change behavior if found more than one FPD files from let user choice one to ...wuyizhong2006-10-101-74/+21
* removed extra taskdef and taskref definitions that caused some warning messag...lhauch2006-10-0934-74/+11
* 1) Added precompiled header option to VS2003, VS2005PRO and WINDDK3790x1830 t...jwang362006-10-092-37/+45
* Add flags for UNIXGCC.wuyizhong2006-10-091-0/+5
* Changed the way of using precompiled header in the build process. Now the use...jwang362006-10-084-100/+77
* Changed the tmp path because of directory structure changesjwang362006-10-081-1/+1
* Changed the output path of source because of directory structure changesjwang362006-10-081-3/+3
* Changed the path of build.xml because of directory structure changesjwang362006-10-081-1/+1
* Removed the need of external MakeDeps.exe. Now parsing include files is built...jwang362006-10-082-122/+197
* Remove the line of "<Filename>Tools/Java/JavaTools.spd</Filename>" in Framewo...qouyang2006-10-081-2/+2
* Remove extra /D defines in CC FLAGSmdkinney2006-10-071-35/+36
* Fixed all scripts to use new directory layout.lhauch2006-10-065-4/+5
* Removed unused files.lhauch2006-10-052-96/+0
* removing unused file, adding new file.lhauch2006-10-052-14/+66
* More moves for Tool Packageslhauch2006-10-05276-0/+0
* More renames for Tool Packageslhauch2006-10-05277-3/+3
* Restructuring for better separation of Tool packages.lhauch2006-10-05796-32/+32
* Changed spelling to manifestlhauch2006-10-055-69/+69
* Add compiler flags for UNIXGCCbbahnsen2006-10-051-0/+5
* Update FwImage to zero .xdata information if the image type is X64 and all de...mdkinney2006-10-041-22/+17
* Add data structured for X64 unwind infomdkinney2006-10-041-0/+18
* Update GenBuild to append FLAGS from FPD files to the FLAGS defined in tools_...mdkinney2006-10-041-4/+13
* Update GenBuild to append FLAGS from FPD files to the FLAGS defined in tools_...mdkinney2006-10-041-5/+99
* Pull majority of flag settings into tools_def.txt and only leave custom flags...mdkinney2006-10-041-38/+394
* Change default setting in template to only build DEBUG targets instead of bot...mdkinney2006-10-041-1/+1
* Add AutoGen.h.obj to the list of files to link to resolve a link failure with...mdkinney2006-10-041-0/+12
* Set the execute bits on these files.bbahnsen2006-10-032-0/+0
* Fix Capitalization issue to get tools to build on x86_64 linux.bbahnsen2006-10-032-1/+1
* Added the OPTIONAL NonProcessedFiles element to MSA section. Sub-element is ...lhauch2006-10-022-0/+8
* Fix the problem of deleting ModuleSA custom tool chain option leads to FPD ve...jlin162006-09-303-16/+20
* Added code to clear "Buffer" before using it. This is supposed to fix the odd...jwang362006-09-301-0/+1
* Moved the directory of generated precompiled header file to OUTPUT directory ...jwang362006-09-301-10/+10
* 1. Remove some unuseful import in Framework's EfiRomTask.java, FlashMapTask.j...qouyang2006-09-296-17/+9
* MsaOwner usablealfred2006-09-293-19/+9
* MsaOwner.java & ModuleInfo.javaalfred2006-09-294-242/+269
* Changed local variable "ran" to static class member to fix multi-thread build...jwang362006-09-291-1/+1
* enhance ModuleInfo.javaalfred2006-09-295-18/+44