summaryrefslogtreecommitdiffstats
path: root/Tools/Source
Commit message (Expand)AuthorAgeFilesLines
* Do Not cleanall librarys with a module build clean or build cleanall. wuyizhong2006-08-141-75/+0
* Tried to fix EDKT149. Since the issue happened randomly, only long time test ...jwang362006-08-142-8/+4
* Fixed issue with new MAP file feature a fprintf was using a pointer to the .P...ajfish2006-08-111-12/+25
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1239 6f1...alfred2006-08-111-2/+9
* Add MigrationToolsalfred2006-08-1013-0/+1367
* Fix EDKT186.qouyang2006-08-102-1/+22
* Added stringToInt method to handle hex integer for FFS_ATTRIB_DATA_ALIGNMENTjwang362006-08-101-4/+36
* Fixed EDKT163. Added code to assign "arch" to null when no "SupArchList" is s...jwang362006-08-091-16/+11
* Set different arguments for gcc3.x.x and gcc4.x.x. Suppress pointer-sign warn...wuyizhong2006-08-0917-20/+45
* Changed the alignment related member and method to conform to FFS spec.jwang362006-08-091-8/+8
* Enhance FfsLayout parsing. When specify a file for a section, then just use t...wuyizhong2006-08-091-3/+38
* Fixed grammar and column widths (set min, preferred and max widths for versio...lhauch2006-08-091-125/+228
* auto adjust pcd settings when display existing ModuleSA settings. if new PCD ...jlin162006-08-085-94/+193
* Remove warning message in MAC GCC tool buildwuyizhong2006-08-0820-16/+25
* Fixed the FfsAlignment issuejwang362006-08-081-2/+2
* Store Variable Name as Hex data array in dynamic pcd build definitions.jlin162006-08-072-6/+37
* no display "null" if no recommended instance specified in library class decla...jlin162006-08-071-1/+13
* Fix some bugs and remove unused code.klu22006-08-074-29/+30
* 1. Fix the bug for "C name displayed in dialog to edit PCD is not correct"hche10x2006-08-071-1/+6
* Fix the bug for not add error reporting in getAllDynamicPcdInfoFromFpd(), it ...klu22006-08-071-1/+0
* [EDKT169]Add feature of sorting modules in FPD file.jlin162006-08-074-8/+423
* Shutdown the PCD's datum verification when building, it can save 2 minutes fo...klu22006-08-071-309/+4
* Change return value of getGuidInfo from globaldata. Now only guid string is r...klu22006-08-063-26/+24
* In preprocess for getting platform PCD information, if meet error, put error ...klu22006-08-064-90/+199
* Updated PeiRebase to produce a map file of the relocations done by this tool....ajfish2006-08-051-2/+3
* Updated PeiRebase to produce a map file of the relocations done by this toolajfish2006-08-052-5/+63
* Remove debug log.qouyang2006-08-051-2/+0
* Fix EDKT148.qouyang2006-08-051-151/+193
* 1, Make exception string friendly, readable.klu22006-08-0413-223/+282
* Fix EDKT140(CompressDll.dll does not build under cygwin gcc).qouyang2006-08-046-7/+14
* Changed ToolTipText to read Enter a string; the tool will convert to Unicode ...lhauch2006-08-031-1/+1
* GenTeImage can't work well with Linux is caused by its parameter parsing. Gen...wuyizhong2006-08-031-5/+1
* Fix makefile's parameter bug for OSX building.klu22006-08-033-3/+3
* 1. Fix bug for wrong Variable name in msa filehche10x2006-08-039-373/+542
* Modify code according to Wang, jian's comments.klu22006-08-037-124/+142
* Adjust code format and remove unused code. wuyizhong2006-08-035-171/+212
* set default value of PCD from msa file or spd file.jlin162006-08-031-1/+18
* Remove some unused code and adjust some code format. Modules build with FPD s...wuyizhong2006-08-0314-877/+376
* set MaxDatumSize for PcdData.jlin162006-08-022-2/+28
* comment out item type checking temporarily when adding module to fpd file.jlin162006-08-022-3/+22
* Updated to handle cygwin/gcc and moved msvc,gcc property settings to the Tian...lhauch2006-08-0142-1800/+956
* Add new class ModulePcdInfoFromFpd.javaklu22006-08-011-0/+48
* Abstract the logic of Platform pcd preprocess according to FPD file to a clas...klu22006-08-019-248/+1167
* Abstract the logic of Platform pcd preprocess according to FPD file to a clas...klu22006-08-015-1813/+965
* Miss loop variable incremental, otherwise, will cause dead loop. wuyizhong2006-08-011-0/+1
* Add new PcdDatabase.java file.klu22006-08-011-0/+1653
* It is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move...klu22006-08-012-1604/+1
* 1. Fix the problem of adding PCD for different Arch.jlin162006-08-014-96/+68
* Because Pcd entity, exception and some action package are shared by Building ...klu22006-07-3120-117/+637
* Coding style changesjlin162006-07-3116-2324/+2085