summaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Collapse)Author
2006-07-27keep from generating empty DynamicPcdBuildDefinitionsjlin16
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1119 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-27Fixed EDKT147, which will fail the single module build when a module is just ↵jwang36
defined for one ARCH in a platform which supports two ARCHs. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1118 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-27Fix EDKT143.jlin16
Add the feature of inserting Xml Comments before ModuleSA elements and library instance elements. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1115 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-27Fixed EDKT145qouyang
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1112 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-27Remove empty FfsFileNameGuid element under ModuleSaBuildOptions if user ↵jlin16
input empty string into it. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1111 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-26Fixed a spelling errorlhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1110 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-26Adjusted the Help Text field to be a Text Area inside of a Scroll Pane, with ↵lhauch
line wrapping and wrap on word boundary. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1107 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-26Fixed spelling and grammar, also fixed the size of the pop up dialog boxes ↵lhauch
and the placement of the Arch list check boxes in EventsDlg.java git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1106 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-26A couple of cleanups in the TianoTools build.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1104 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-26fixed EDKT139.qouyang
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1101 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-26fix the problem that if no data updated in wizard editors, the Save ↵jlin16
indicator will not pop-up. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1100 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-26Added code to fail the SAVerify command when validation failedjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1099 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-26Add tool chain tags for Unix gcc and Cygwin gcc.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1098 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-25Add x64 headers.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1096 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-25Support building on x64 hosts.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1095 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-25Added Copyrightlhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1094 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-25Changed the way to save generated module build.xml to avoid incorrect file ↵jwang36
name generated on Linux git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1091 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-24Keep the original order of MSA's "dependence library class" which will ↵qouyang
reflect to include header file in Autogen.h. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1083 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-241. Add scroll bars to Package Library Class Declarations editor.jlin16
2. Add GuidType UI support to protocol and ppi declarations according to latest schema. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1081 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-24Fixed EDKT118jwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1079 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-241. Wrap text by word when showing a message boxhche10x
2. Add "wrn" function in Log.java to save and show warning message. Most of original err messages are replaced by warning messages. 3. Add "try-catch" for double click event in main ui. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1078 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-23Fix track EDKT97: Use {0} as NULL value for VOID* type PCD but not {} klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1077 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-21Add check when copy flashMap.h to ${ModuleOutputDir}/Debug/TianoR8FlashMap.h.qouyang
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1065 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-211. Show source files' attributes when editing SourceFiles in msahche10x
2. Set default value to "Module" when new a msa 3. Move OpenFile.java from identification to common git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1064 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-21Update FrameworkWizard.msa to add newly added file in <SourceFiles> sectionhche10x
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1063 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-211. Enhance Source Files selection in msa:hche10x
a. Can select multiple files one time b. Totally same file can be added once 2. Separate sort functions from Tools.java to Sort.java 3. Fix a bug of new function: to create directory first if the file's directory doesn't exist 4. Adjust some file's coding style git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1058 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-20a) Fixed the issue that the unnecessary build for not specified ARCH in ↵jwang36
single module build b) Fixed the issue that mixed case of FV name will cause invalid inf file generation c) Fixed the issue that not specified outputDir will cause tool (flashmap, efirom) cannot be launched git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1056 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-19Modify Autogen.jave to fixed bug: EDKT113.qouyang
Modify the COmmonDefinition .java to keep the order of EntryPoint function in autogen.c same with the <ModuleEntryPoint> in MSA. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1047 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-191. only show ModuleName, version, PackageName, version, supported Arch, path ↵jlin16
in table of FrameworkModules. 2. adding multiple entries per module for different archs. 3. show ModuleSaOptions. 4. change "library Class consumed" to "library Class uninstantiated" git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1046 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-19Changed the ASL compiler directory to C:\ASL, and corrected the tool chain ↵yshi8
name from GCC to MYGCC git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1045 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-19Add checking for whether module's FfsFormatKey is specified or not. For ↵wuyizhong
driver, fail build if can't find FfsFormatKey in FPD. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1041 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-18Fix the bug of leaving empty GuidTypeList, SupArchList attributes in xml file.jlin16
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1038 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-17Fix track EDKT104: If a module use PCD, MSA of this module should use PcdLib ↵klu2
libraryClass. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1034 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-17Fix EDKT138. And add active_platform file info for stand alone module build. wuyizhong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1032 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-17Fix tracker "Package Library Class Recommended Instance should not default ↵jlin16
to null": When adding a library class to a Package, the recommended instance name is a drop down with no entries, and the table gets filled in with a recommended instance of "null" git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1030 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-17[Wizard- Far Install/Create]qouyang
Change Manifest file name to "FrameworkArchiveManifest.xml". Modify Md5 format in FrameworkArchiveMainfest.xml file. Add Md5 verification when install FAR. Fix the bug of Far installation can't work with Sun JDK 1.5.0_04 version. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1029 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-17Changed the template files TagName to MYTOOLS instead of MSFT, since we ↵lhauch
don't want people to think that the TagName must match the Tool Chain Family. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1028 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-171. change SPD Pcd editor title to "PCD Declarations".jlin16
2. PCD editor: remove attribute SupArchList, SupModList if no value set for them. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1027 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-17Removed one useless makefile, and corrected some BSD licensesyshi8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1025 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-16Added some checks to see if the attributes were set - clears up some warning ↵lhauch
messages when trying to unset an attribute that was not set. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1024 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-16Replaced set*(null) with unset*() to clear empty attributes that were ↵lhauch
causing invalid SPD files. Tracker EDK137 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1023 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-15SHOWSTOPPER TEMPORARY FIX EDK131 was reclassified to SHOWSTOPPERlhauch
Temporary fix until we can figure out how to handle Recommended Instances in SPD files. Right now, commented out code that was breaking SPD files, by having RecommendedInstanceGuid="" and RecommendedInstanceVersion="" which is not valid! git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1022 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-15Added an Optional PcdUsage to PcdCoded element - however, this will have to ↵lhauch
change to required once we modify the tools and all of the MSA files that are using PcdCoded. (This is the first schema change for EDK135.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1021 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-15Added Optional GuidTypeList Attribute to ProtocolDeclarations and ↵lhauch
PpiDeclarations per Andrew. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1020 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-15Fixed a spelling error and changed the Package Headers Tab title to be ↵lhauch
Package Headers (instead of Library Class Declarations) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1016 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-141. Remove empty top level elements if they have no datahche10x
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1013 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-14Applied BSD license to the source fileslhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1012 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-14Add new OSS Licensebbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1011 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-14Fix bug of missing Pcd information in FPD ModuleSA.jlin16
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1010 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-14Applied BSD license to the source fileslhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1009 6f19259b-4bc3-4df7-8a09-765794883524