summaryrefslogtreecommitdiff
path: root/Tools/Source/GenBuild
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-22Introduce a new property INCLUDE_PATHS. This property can used by customized ...wuyizhong3-88/+101
2006-08-21This patch make sure that Pcd Dynamic database generation tool is able to han...qwang121-17/+81
2006-08-18- Fixed EDKT146; The override warning message has been reduced to almost none.jwang366-97/+186
2006-08-18Report error messages more precise. wuyizhong3-6/+14
2006-08-18Fix cleanall can't clean all genereated files. Now .i files generated by VfrC...wuyizhong3-2/+16
2006-08-18Change module build sequence. 1. Get FvImageName list according to their decl...wuyizhong6-230/+171
2006-08-18Added to fix the issue of many property override warning when build with -v o...jwang361-0/+100
2006-08-17Continue to fix EDKT187.klu22-37/+1
2006-08-17Add class header to FrameworkBuildTask. Remove some unused code from top leve...wuyizhong2-3/+38
2006-08-17Using Common Definitions. Remove some unused codes. wuyizhong12-110/+69
2006-08-16Fix the track EDKT187: If a module do not use PCD, PcdLib library class need ...klu23-8/+41
2006-08-16Embeded autogenerated code in Java code instead of getting them from a real f...qwang121-54/+103
2006-08-16Added comments and polished the code.jwang369-236/+611
2006-08-15Refine the code for PCD tools.klu23-64/+16
2006-08-15Fix the bug that using hardcode driver name to judge whether current driver i...klu24-1888/+1954
2006-08-15Adjust some code format and clear some unused codes. wuyizhong8-211/+124
2006-08-15moved exception and logger classes to org.tianocore.common packageyshi811-493/+501
2006-08-14Fixed grammar in messages.lhauch17-83/+83
2006-08-14Using ${OBJECTS} instead of fileset to trace all obj files. Add a new Macro n...wuyizhong2-6/+6
2006-08-14Do Not cleanall librarys with a module build clean or build cleanall. wuyizhong1-75/+0
2006-08-10Fix EDKT186.qouyang1-0/+21
2006-08-09Fixed EDKT163. Added code to assign "arch" to null when no "SupArchList" is s...jwang361-16/+11
2006-08-09Enhance FfsLayout parsing. When specify a file for a section, then just use t...wuyizhong1-3/+38
2006-08-07Fix some bugs and remove unused code.klu21-2/+2
2006-08-07Fix the bug for not add error reporting in getAllDynamicPcdInfoFromFpd(), it ...klu21-1/+0
2006-08-07Shutdown the PCD's datum verification when building, it can save 2 minutes fo...klu21-309/+4
2006-08-06Change return value of getGuidInfo from globaldata. Now only guid string is r...klu22-11/+9
2006-08-06In preprocess for getting platform PCD information, if meet error, put error ...klu21-13/+23
2006-08-05Remove debug log.qouyang1-2/+0
2006-08-05Fix EDKT148.qouyang1-151/+193
2006-08-041, Make exception string friendly, readable.klu27-96/+105
2006-08-03Remove some unused code and adjust some code format. Modules build with FPD s...wuyizhong14-877/+376
2006-08-01Abstract the logic of Platform pcd preprocess according to FPD file to a clas...klu25-1813/+965
2006-08-01Add new PcdDatabase.java file.klu21-0/+1653
2006-08-01It is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move...klu22-1604/+1
2006-07-31Because Pcd entity, exception and some action package are shared by Building ...klu216-2150/+49
2006-07-30Fixed track EDKT153, change PCDAutogen code to generate static variable refer...klu21-7/+20
2006-07-291, Fix EDKT141klu28-679/+463
2006-07-28There is a rule here:klu21-11/+32
2006-07-28Remove additional / or \ in relative path. wuyizhong3-9/+15
2006-07-28Fix T105. It is caused by cpptasks which change automati cally root directory...wuyizhong4-5/+7
2006-07-27Fixed EDKT147, which will fail the single module build when a module is just ...jwang361-4/+5
2006-07-27Fixed EDKT145qouyang1-1/+9