summaryrefslogtreecommitdiff
path: root/Tools/Source/GenBuild/org/tianocore
AgeCommit message (Expand)AuthorFilesLines
2006-10-05Restructuring for better separation of Tool packages.lhauch44-16467/+0
2006-10-04Update GenBuild to append FLAGS from FPD files to the FLAGS defined in tools_...mdkinney1-4/+13
2006-10-04Update GenBuild to append FLAGS from FPD files to the FLAGS defined in tools_...mdkinney1-5/+99
2006-09-291. Remove some unuseful import in Framework's EfiRomTask.java, FlashMapTask.j...qouyang1-3/+8
2006-09-26Fix EDKT256: using unified logging mechanism in PcdAutogen tools.klu23-24/+5
2006-09-26Add one more judgement for modulelist specified but empty. wuyizhong1-3/+6
2006-09-26temp fix to remove "VOID" appended to Autogen.cqwang121-2/+0
2006-09-25Fixed EDKT318qouyang1-4/+5
2006-09-25Fixed EDKT318qouyang1-95/+132
2006-09-25Degrade echo "Ignoring File..." message from WARNING to INFO. Add process sta...wuyizhong1-0/+14
2006-09-25Support "Defining Module Sequence in FV.inf". Since modules sequences in Fv.i...wuyizhong4-11/+158
2006-09-21Fix EDKT272.qouyang2-119/+143
2006-09-211) Add FileTimeStamp class to centralize the cache mechanism for file time st...jwang361-31/+33
2006-09-19Fixed an issue which will cause dependency check failurejwang361-0/+6
2006-09-191) Added dependency check for flashmap, genfvimage, peirebase tasksjwang361-0/+6
2006-09-18Fixed EDK258.qouyang1-13/+8
2006-09-15Added synchronized to getCommandSetting to solve multi-thread build issuejwang361-1/+1
2006-09-15Added "synchronized" to getToolChainInfo() to solve synchronization issue.jwang361-1/+1
2006-09-141) Applied ToolArg and FileArg class to represent tool argumentsjwang362-6/+11
2006-09-14For stand-alone build, generate Platform_build.xml and call prebuild firstly. wuyizhong2-2/+39
2006-09-13(Customized Compression)If setting the EncapsulationType="Compress", Tool wil...qouyang1-1/+6
2006-09-13Update log. wuyizhong2-8/+9
2006-09-13Add warning message for single module build if multi-thread enabled. wuyizhong1-1/+4
2006-09-13Auto close multi-thread flag when stand-alone module build. Also change some ...wuyizhong5-12/+11
2006-09-13To locate module precisely in stand-alone module build. Except Module Guid, a...wuyizhong5-10/+30
2006-09-131) Changed ToolArg class to abstract generic arguments of a tooljwang361-1/+5
2006-09-12Update LOG process. wuyizhong5-33/+102
2006-09-11Remove TianoToolsException.java. Add code to stop all threads once one corrup...wuyizhong4-136/+116
2006-09-10Support calling customized compression tool in FrameworkTask.qouyang1-11/+49
2006-09-08Adding new Logger instead of Ant's. wuyizhong10-115/+300
2006-09-07Unify the logger and exception in AutoGen.qouyang7-218/+189
2006-09-07Move ${PLATFORM}_build.xml from PLATFORM_DIR to BULID_DIR. Now, all output fi...wuyizhong5-26/+28
2006-09-06Update GlobalData, SPD, SurfaceAreaQuery to using EdkException. wuyizhong11-163/+176
2006-09-06Change GenBuildLogger format. wuyizhong2-3/+10
2006-09-06Changed EdkException to GenBuildException for consistencyjwang363-20/+20
2006-09-06Remove FrameworkLogger in FrameworkTasks and EdkException in GenBuild. Update...wuyizhong7-122/+128
2006-09-05Add one more platform level common property "TARGET_DIR". Take Nt32 for examp...wuyizhong2-7/+19
2006-09-05Add two definitions to ToolDefinitions. Enhance EdkLog and GenBuildLogger. Ge...wuyizhong4-70/+114
2006-09-04Backup original properties to avoid property overriding message. This change ...wuyizhong5-75/+103
2006-09-04Add thread control classes. (2)wuyizhong2-0/+616
2006-09-04Add thread control classes. (2)wuyizhong7-26/+70
2006-09-01git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1430 6f1...wuyizhong1-0/+1
2006-09-01Remove static from SurfaceAreaQuery.java for preparing parallel build.(1) wuyizhong10-216/+217
2006-08-31Remove stand-alone module judge when parse FPD file. wuyizhong2-23/+5
2006-08-30Change output dir layout from Target/TagName/Arch to Target_TagName/Arch. wuyizhong3-9/+12
2006-08-30Add comments.qouyang1-2/+3
2006-08-30Add Arch Check for single module build. To Fix T167 & T224. wuyizhong2-7/+36
2006-08-29Modify the Autogen.java for <SetVirtualAddressMapCallBack> andqouyang1-160/+158
2006-08-25Fix EDKT212. wuyizhong1-2/+2
2006-08-24Modify code according suggestion from code review meeting.qouyang3-377/+460