summaryrefslogtreecommitdiff
path: root/Tools/Source/FrameworkTasks
AgeCommit message (Expand)Author
2006-10-05Restructuring for better separation of Tool packages.lhauch
2006-09-291. Remove some unuseful import in Framework's EfiRomTask.java, FlashMapTask.j...qouyang
2006-09-29Changed local variable "ran" to static class member to fix multi-thread build...jwang36
2006-09-27Added DllPath attributejwang36
2006-09-25Removed some output information for debug purpose.qouyang
2006-09-22Modify GenFfsFileTask.qouyang
2006-09-211) Add FileTimeStamp class to centralize the cache mechanism for file time st...jwang36
2006-09-20Delete the midterm temporary file which created by GenFFSFile task. qouyang
2006-09-20Remove dependence check of FD upon FlashMap.fdfbxing
2006-09-191) Added dependency check for flashmap, genfvimage, peirebase tasksjwang36
2006-09-14fixed a typojwang36
2006-09-141) Applied ToolArg and FileArg class to represent tool argumentsjwang36
2006-09-13(Customized Compression)If setting the EncapsulationType="Compress", Tool wil...qouyang
2006-09-131) Changed ToolArg class to abstract generic arguments of a tooljwang36
2006-09-11git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1509 6f1...wuyizhong
2006-09-10Support calling customized compression tool in FrameworkTask.qouyang
2006-09-08Adding new Logger instead of Ant's. wuyizhong
2006-09-06Remove FrameworkLogger in FrameworkTasks and EdkException in GenBuild. Update...wuyizhong
2006-09-05Miss one import. wuyizhong
2006-09-05Update for the interface has changed. wuyizhong
2006-08-24Fixed the issue caused by introducing INCLUDE_PATH property;jwang36
2006-08-22Modify ModifyInf task's attributes from "inputfvinffilename" to "inputfvinffi...qouyang
2006-08-21Added file existing condition to judge if the dep file should be re-generated.jwang36
2006-08-18- Fixed EDKT146; The override warning message has been reduced to almost none.jwang36
2006-08-18Fix cleanall can't clean all genereated files. Now .i files generated by VfrC...wuyizhong
2006-08-16Fix EDKT 188.qouyang
2006-08-15Modify GenFfsTask to make it don't create ORG file.qouyang
2006-08-15moved exception and logger classes to org.tianocore.common packageyshi8
2006-08-14Fixed grammar in messages.lhauch
2006-08-14Tried to fix EDKT149. Since the issue happened randomly, only long time test ...jwang36
2006-08-10Added stringToInt method to handle hex integer for FFS_ATTRIB_DATA_ALIGNMENTjwang36
2006-08-09Changed the alignment related member and method to conform to FFS spec.jwang36
2006-08-08Fixed the FfsAlignment issuejwang36
2006-08-05Updated PeiRebase to produce a map file of the relocations done by this tool....ajfish
2006-07-24Fixed EDKT118jwang36
2006-07-20a) Fixed the issue that the unnecessary build for not specified ARCH in singl...jwang36
2006-07-13Fixed MSA files so that they have unique names and removed extra copyright an...lhauch
2006-07-13Added license & copyright declarationjwang36
2006-07-12Removed the output line code to reduce confusion.jwang36
2006-07-12Syncronized the file list in each msa and spd filesjwang36
2006-07-12Polished the build tools' screen output to be in a more coherent formjwang36
2006-07-12fixed the same guid issuejwang36
2006-07-12Fixed EDKT102;jwang36
2006-07-09Update the binary MSA to say they were binary, fixed an abstract, changed a m...lhauch
2006-07-08Added a line to remove the Jar file in the cleanall target.lhauch
2006-07-07Modify ModifyInfTask which in frameworkTask.qouyang
2006-07-05Add ModifyInftask in FrameworkTask.qouyang
2006-07-04Updated the SPD and MSA files for Tools - created some new MSA files as well.lhauch
2006-07-03Add follows warpped tianotools to frameworktask:qouyang
2006-06-30Using ModuleType to determine FFS file extension. wuyizhong