summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* Create more threads to synchronize pcd data for FrameworkModules in a platform.jlin162007-03-202-28/+71
* Utilize multi-thread support of JAVA to improve UI response time of opening F...jlin162007-03-201-11/+22
* Fixed EDKT538; Removed the some code generation for UEFI_APPLICATION type of ...jwang362007-03-151-3/+6
* the ipf compiler needs a switch to not use FP registers higher than 0-31 for ...vprabhal2007-03-141-12/+12
* Fixed EDKT532 and EDKT533jwang362007-03-123-202/+329
* Commented out the pre-compile option of IPF ARCH for ICC tool chain. There's ...jwang362007-03-101-3/+3
* 1. Fix EDKT528: Framework wizard should not force user to specify a GuidCName...hche10x2007-03-086-32/+31
* - Fixed PVCS tracker 484 by merging the GenDll and GenEfi macro in BuildMacro...jwang362007-03-083-190/+147
* Fixed EDKT527 by adding a check on the file size in case of zero byte of bytejwang362007-03-061-2/+2
* Enable the building option "/Os" for IPF tip Intel Compiler building.zliu32007-02-141-4/+4
* Add /W4 /WX for ICC tool chain of IPF in tools_def.template.xli242007-02-141-4/+4
* add check for empty value of definitions.jlin162007-02-141-19/+38
* Removed the extra source file from preprocessor's command line options for bu...jwang362007-02-091-10/+3
* Changed the way of handling not supported ARCH for a module. It should not br...jwang362007-02-071-2/+6
* (Fixed EDKT523) Added more check on "archString" to see if it's empty or not.jwang362007-02-071-1/+1
* Add genDigest() method to class FfsProcess to generate MD5 digest value for t...jwang362007-02-051-0/+84
* Output more descriptive information when there's no TARGET, TARGET_ARCH, etc ...jwang362007-02-051-6/+30
* 1. Refresh applicable library instances after one illegal library instance is...jlin162007-02-023-28/+113
* Optimize library instance selection algorithm.jlin162007-01-312-49/+88
* 1. Fix EDKT508: FW should't build Log.log file in current directoryhche10x2007-01-316-65/+131
* 1. Fix EDKT215: [Wizard] "Previous" button is not supported in step 4 of Crea...hche10x2007-01-302-30/+6
* - Move global declarations from AutoGen.c to AutoGen.hjwang362007-01-295-15/+53
* Fix EDKT174, auto-select library instance if only one candidate available for...jlin162007-01-262-41/+94
* Remove a temporary test line of codejwang362007-01-261-1/+0
* - Remove the TOOL without NAME defined and its definition in ARCH_build.opt jwang362007-01-263-34/+58
* Move the entrypoint function declarations to AutoGen.h for sake of Intel comp...jwang362007-01-261-45/+45
* When GenFvMap tool doesn't open one module map file, it will skip this module.lgao42007-01-261-3/+9
* 1. Add "Splash Screen" backhche10x2007-01-261-10/+10
* Added -e and -emacs to support no leading task name in each line of log on sc...jwang362007-01-261-0/+2
* Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sens...qwang122007-01-251-0/+34
* Enhanced the <Build_Library> macro to check OBJECTS property in case it's emptyjwang362007-01-251-0/+7
* - Merged the local copy of XmlRoutines.py in buildgen into upper directory's ...jwang362007-01-253-219/+132
* Change parameter id in UserExtension element from Integer to String according...jlin162007-01-256-33/+33
* Fixed the Indentifier type issue.jwang362007-01-251-4/+4
* - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer ...jwang362007-01-2512-21/+236
* Adding a couple of features for far processing, including detecting duplicate...bbahnsen2007-01-253-24/+43
* Added optional whitespace characters in before and/or after the content withi...lhauch2007-01-255-28/+28
* Adding several dependency checks for far installation. Redoing the XML output.bbahnsen2007-01-243-150/+150
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2297 6f1...jlin162007-01-241-1/+3
* Fixed EDKT487. Added a <import> task to import UserExtension.xml if it exists...jwang362007-01-241-0/+3
* - Fixed EDKT513 by adding existing section files into the dependency check of...jwang362007-01-243-14/+27
* 1. Finish Enhancement EDKT345: Support deleting multiple rows together when r...hche10x2007-01-2416-64/+144
* Modify error message contents when an improper library instance was selected ...jlin162007-01-241-15/+66
* Changed the way of determining how to call customized build file. Now we chec...jwang362007-01-241-4/+16
* Removed the BASE type as any type in the check of SupModuleList in getLibrary...jwang362007-01-241-2/+1
* Changing XmlAppendChildElement to return the new XML node on success.bbahnsen2007-01-231-3/+3
* Modify support module type filter for library instance selection.jlin162007-01-232-3/+8
* Fixed the fake circular denpendency of library instance.jwang362007-01-231-8/+2
* Fixed EDKT493. Added support to "SupModuleList" for checking if a library ins...jwang362007-01-234-135/+146
* Corrected a small bugs:qwang122007-01-231-1/+1