summaryrefslogtreecommitdiff
path: root/Tools/Source/GenBuild
AgeCommit message (Expand)Author
2006-08-18Added to fix the issue of many property override warning when build with -v o...jwang36
2006-08-17Continue to fix EDKT187.klu2
2006-08-17Add class header to FrameworkBuildTask. Remove some unused code from top leve...wuyizhong
2006-08-17Using Common Definitions. Remove some unused codes. wuyizhong
2006-08-16Fix the track EDKT187: If a module do not use PCD, PcdLib library class need ...klu2
2006-08-16Embeded autogenerated code in Java code instead of getting them from a real f...qwang12
2006-08-16Added comments and polished the code.jwang36
2006-08-15Refine the code for PCD tools.klu2
2006-08-15Fix the bug that using hardcode driver name to judge whether current driver i...klu2
2006-08-15Adjust some code format and clear some unused codes. wuyizhong
2006-08-15moved exception and logger classes to org.tianocore.common packageyshi8
2006-08-14Fixed grammar in messages.lhauch
2006-08-14Using ${OBJECTS} instead of fileset to trace all obj files. Add a new Macro n...wuyizhong
2006-08-14Do Not cleanall librarys with a module build clean or build cleanall. wuyizhong
2006-08-10Fix EDKT186.qouyang
2006-08-09Fixed EDKT163. Added code to assign "arch" to null when no "SupArchList" is s...jwang36
2006-08-09Enhance FfsLayout parsing. When specify a file for a section, then just use t...wuyizhong
2006-08-07Fix some bugs and remove unused code.klu2
2006-08-07Fix the bug for not add error reporting in getAllDynamicPcdInfoFromFpd(), it ...klu2
2006-08-07Shutdown the PCD's datum verification when building, it can save 2 minutes fo...klu2
2006-08-06Change return value of getGuidInfo from globaldata. Now only guid string is r...klu2
2006-08-06In preprocess for getting platform PCD information, if meet error, put error ...klu2
2006-08-05Remove debug log.qouyang
2006-08-05Fix EDKT148.qouyang
2006-08-041, Make exception string friendly, readable.klu2
2006-08-03Remove some unused code and adjust some code format. Modules build with FPD s...wuyizhong
2006-08-01Abstract the logic of Platform pcd preprocess according to FPD file to a clas...klu2
2006-08-01Add new PcdDatabase.java file.klu2
2006-08-01It is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move...klu2
2006-07-31Because Pcd entity, exception and some action package are shared by Building ...klu2
2006-07-30Fixed track EDKT153, change PCDAutogen code to generate static variable refer...klu2
2006-07-291, Fix EDKT141klu2
2006-07-28There is a rule here:klu2
2006-07-28Remove additional / or \ in relative path. wuyizhong
2006-07-28Fix T105. It is caused by cpptasks which change automati cally root directory...wuyizhong
2006-07-27Fixed EDKT147, which will fail the single module build when a module is just ...jwang36
2006-07-27Fixed EDKT145qouyang
2006-07-25Changed the way to save generated module build.xml to avoid incorrect file na...jwang36
2006-07-24Keep the original order of MSA's "dependence library class" which will reflec...qouyang
2006-07-24Fixed EDKT118jwang36
2006-07-23Fix track EDKT97: Use {0} as NULL value for VOID* type PCD but not {} klu2
2006-07-21Add check when copy flashMap.h to ${ModuleOutputDir}/Debug/TianoR8FlashMap.h.qouyang
2006-07-20a) Fixed the issue that the unnecessary build for not specified ARCH in singl...jwang36
2006-07-19Modify Autogen.jave to fixed bug: EDKT113.qouyang
2006-07-19Add checking for whether module's FfsFormatKey is specified or not. For drive...wuyizhong
2006-07-17Fix track EDKT104: If a module use PCD, MSA of this module should use PcdLib ...klu2
2006-07-17Fix EDKT138. And add active_platform file info for stand alone module build. wuyizhong
2006-07-14Fix EDKT117. If SupArchList is not specified, then build the module with all ...wuyizhong
2006-07-14Fixed EDKT116, which more than one target will break the build.jwang36
2006-07-14Fixes for Linux builds.bbahnsen