summaryrefslogtreecommitdiff
path: root/Tools/Source/FrameworkTasks
AgeCommit message (Expand)AuthorFilesLines
2006-08-24Fixed the issue caused by introducing INCLUDE_PATH property;jwang3613-584/+361
2006-08-22Modify ModifyInf task's attributes from "inputfvinffilename" to "inputfvinffi...qouyang1-26/+26
2006-08-21Added file existing condition to judge if the dep file should be re-generated.jwang361-1/+4
2006-08-18- Fixed EDKT146; The override warning message has been reduced to almost none.jwang361-74/+0
2006-08-18Fix cleanall can't clean all genereated files. Now .i files generated by VfrC...wuyizhong3-6/+9
2006-08-16Fix EDKT 188.qouyang2-2/+2
2006-08-15Modify GenFfsTask to make it don't create ORG file.qouyang6-361/+274
2006-08-15moved exception and logger classes to org.tianocore.common packageyshi817-486/+504
2006-08-14Fixed grammar in messages.lhauch16-34/+36
2006-08-14Tried to fix EDKT149. Since the issue happened randomly, only long time test ...jwang362-8/+4
2006-08-10Added stringToInt method to handle hex integer for FFS_ATTRIB_DATA_ALIGNMENTjwang361-4/+36
2006-08-09Changed the alignment related member and method to conform to FFS spec.jwang361-8/+8
2006-08-08Fixed the FfsAlignment issuejwang361-2/+2
2006-08-05Updated PeiRebase to produce a map file of the relocations done by this tool....ajfish1-2/+3
2006-07-24Fixed EDKT118jwang361-10/+4
2006-07-20a) Fixed the issue that the unnecessary build for not specified ARCH in singl...jwang362-2/+2
2006-07-13Fixed MSA files so that they have unique names and removed extra copyright an...lhauch1-62/+52
2006-07-13Added license & copyright declarationjwang361-0/+10
2006-07-12Removed the output line code to reduce confusion.jwang361-1/+0
2006-07-12Syncronized the file list in each msa and spd filesjwang361-1/+2
2006-07-12Polished the build tools' screen output to be in a more coherent formjwang3626-204/+164
2006-07-12fixed the same guid issuejwang361-1/+1
2006-07-12Fixed EDKT102;jwang361-17/+32
2006-07-09Update the binary MSA to say they were binary, fixed an abstract, changed a m...lhauch1-2/+2
2006-07-08Added a line to remove the Jar file in the cleanall target.lhauch1-0/+1
2006-07-07Modify ModifyInfTask which in frameworkTask.qouyang1-1/+1
2006-07-05Add ModifyInftask in FrameworkTask.qouyang3-3/+242
2006-07-04Updated the SPD and MSA files for Tools - created some new MSA files as well.lhauch1-0/+81
2006-07-03Add follows warpped tianotools to frameworktask:qouyang17-2/+3595
2006-06-30Using ModuleType to determine FFS file extension. wuyizhong1-37/+27
2006-06-16Fix GenFfsFileTask.java bugslgao41-1/+1
2006-06-15removed throwing BuildException when exit code is not zerojwang361-1/+1
2006-06-15rollback to rev.273, merged new updates as welljwang361-47/+73
2006-06-13Fixes for case sensitive operating systems.bbahnsen6-14/+14
2006-06-09Fix a misspelling.bbahnsen4-4/+4
2006-06-09One GenFvImage can handle all archs now.bbahnsen1-42/+1
2006-06-09Temporary workaround--determine the target architecture from an environment v...bbahnsen1-8/+15
2006-06-09Fix GenffsFileTask.java one bug: create *.org failed in some machine.qouyang1-0/+1
2006-06-081.Change environment variable from "Framework_Tools_Path" to "FRAMEWORK_TOOLS...qouyang15-138/+221
2006-05-25Added outputDir attribute to support generating FV file in specified directoryjwang361-58/+80
2006-05-19Fix capitalizationbbahnsen1-2/+2
2006-05-19Fix capitalizationbbahnsen4-8/+8
2006-04-27Changed Error message from successed to succeeded.lhauch4-6/+6
2006-04-27Change class name from FfsHeader$integrityCheckSum to FfsHeader$IntegrityChec...qouyang1-2/+2
2006-04-21Initial import.bbahnsen30-0/+5207