summaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Collapse)AuthorFilesLines
2006-07-13Changed the output message when handling dummy files in msa.jwang361-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@943 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-13commented out the TARGET and the TARGET_ARCH entries in target.template. ↵lhauch1-59/+59
Default will be to build all arch specified and all targets specified by FPD file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@942 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-13Changed the clean target to prevent unwanted removaljwang361-2/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@939 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-131. Add build FrameworkWizard in edksetup.bathche10x1-23/+33
2. Modify FrameworkWizard.bat to skip building and only run the program git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@934 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Removed the output line code to reduce confusion.jwang361-1/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@921 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Added the IDENTIFIER = Default TOOL_CHAIN_CONF line to the ↵lhauch1-0/+2
tools_def.template file. Tested in the tools_def.txt file before adding to the template. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@920 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Syncronized the file list in each msa and spd filesjwang366-17/+409
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@918 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Fixed a typo issue which will cause cleanall failurejwang361-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@917 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Polished the build tools' screen output to be in a more coherent formjwang3627-214/+164
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@916 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12fixed the same guid issuejwang365-5/+5
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@913 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Remove "Tools.msa", "SurfaceArea.msa" and "TianoTools.msa" from <MsaFiles> ↵hche10x1-3/+0
of Tools.spd since these files are not realy existed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@896 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Use table and popup window to add/edit all elements of module instead of ↵hche10x48-7676/+9367
original drop down list. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@894 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Removed Requirement for having a FarList element in the FrameworkDatabase.db ↵lhauch1-1/+1
file. Instances are now [0..1] git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@893 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Removed EdkFatPkg from tree - will put this up under a separate project on ↵lhauch2-17/+19
the website due to licensing restrictions. Added copyright notice to tools_def.template, modified ReleaseNotes.txt fixed the FrameworkDatabase.db to remove EdkFatPkg and Add the Tools.spd file back into the DB. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@890 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Corrected the dependency check issue for Build_Library and GenDll macros.jwang361-1/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@887 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Fixed EDKT102;jwang366-34/+71
Fixed some dependency check issue and made several optimizations on the dependency check logic. Now the rebuild is speeded up enormously. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@885 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Added Build_DUMMY macro to skip those files in msa which should not be ↵jwang361-0/+16
handled by any tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@884 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-111. Make SPD editor tables bigger.and table now focus the entry added.jlin1610-259/+287
2. Modify FileContents classes to delete empty elements in SPD file and FPD file when no contents in these elements. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@881 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-11Commented out the throwing exception when not supported file type is found, ↵jwang361-0/+2
because we should just skip those files which cannot be built by certain tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@876 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-111. Restructure module description on main UIhche10x18-210/+946
2. Make alphabetized list for all module, package, platform names and guid_c_names git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@875 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-11EDKT96.qouyang5-34/+106
Build tools need to auto-generated the FlashMap.h from .fdf file before a module is built, and then included by Autogen.h based on attributes of module in build time, and copy FlashMap.h to Module\DEBUG dir and change "FlashMap.h" to "TianoR8FlashMap.h". git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@874 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-11Remove MdePkg-All-Archs.fpd from database.bbahnsen1-1/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@871 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-11For VOID* type PCD and in byte array method, treat {0} as NULL value but not {}.klu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@868 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-10Removed the printStackTrace() which is used only for debug purpose.jwang366-7/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@864 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-10 Change UINAME to CName of GUID/PPI/Protocol in all Msa file and change tool ↵qouyang1-3/+3
to support it. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@863 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-10Support prebuild and postbuild for UserExtension for Platform build. If ↵wuyizhong7-23/+71
UserExtension's Identifier equals "0", which means prebuild, while Identifier equals "1", which means post build. UserExtension's UserId is still "TianoCore". git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@860 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-10Added Optional Element: TianoR8FlashMap_h Type Boolean to Module's Extern ↵lhauch1-0/+1
section. If this flag is set, we need to include the header file (TianoR8FlashMap_h) generated by FlashMap on the Platform fdf file, to be included in the DEBUG directory (next to the AutoGen.c and AutoGen.h files) and include #include <TianoR8FlashMap.h> in AutoGen.h file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@857 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-10Fixed EdkT35, EdkT89.qouyang4-21/+27
Fixed the "#ifndef _AUTOGENH_" issue when the moduleBase name include the whiteSpace. Change "#ifndef {moduleBaseName}__AUTOGENH" to "ifndef _AUTOGENH_${MoudleGuild}". git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@856 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-10Fix for EDKT9.bbahnsen1-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@855 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-10Assign token number to DynamicExTokenNumber for all DYNAMIC or DYNAMIC_EX ↵klu21-3/+1
type PCD. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@853 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-09Update the binary MSA to say they were binary, fixed an abstract, changed a ↵lhauch6-21/+21
module UiName, changed tool default values in the build.xml files to give the name of the tool, rather than all, so when building the tools, you can tell what tool it is trying to build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@848 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-091. Add feature of ModuleSA PcdBuildDefinition editor.jlin166-169/+529
2. bug fixing for SPD editor. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@847 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-09Made some changes to use GCC to pre-process and assembly .S file jwang362-71/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@846 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-09Added code to print out file name in GCC building because GCC doesn't output ↵jwang361-0/+3
its input file name in its stdout git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@844 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-09Fixed GCC ld issuejwang361-0/+10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@842 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-08fixed a potential issue which would be raised by empty value in ↵jwang361-1/+2
tools_def.txt file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@835 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-08changed TOOLS_DEFINITION_FILE to TOOL_CHAIN_CONF;jwang361-2/+2
changed TAGNAME to TOOL_CHAIN_TAG git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@834 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-08Changed the code to read the correct configuration name in target.txt file;jwang364-22/+38
Fixed an issue which caused building platform with un-defined tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@833 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-08Final target.template file with embedded documentation. This file will only ↵lhauch1-5/+53
be used if edksetup.bat does not detect the existence of the file: target.txt. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@832 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-08Remove unused PCD file.klu25-388/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@831 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-08Added a line to remove the Jar file in the cleanall target.lhauch5-0/+5
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@830 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-07Added a comment about how to configure for Unix systems.bbahnsen1-0/+3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@828 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-07Add a *nix version of the FrameworkWizard Launcher/bbahnsen1-0/+15
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@827 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-07bug fixing for SPD editor.jlin162-2/+5
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@820 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-071. Fix displaying wrong file type bug.hche10x6-22/+85
2. Fix a typo bug in Tool Chain Config frame. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@819 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-07Modify ModifyInfTask which in frameworkTask.qouyang1-1/+1
Remove the "[]" which add around "patternstr" attribute by modifyInfTask. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@815 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-071. Add help for ToolChainConfighche10x10-77/+491
2. Fix data validation bug in PCD of Msa git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@814 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-07Fixed the build warning issue.jwang361-0/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@813 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-07Fixed the build warning issuejwang361-149/+56
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@812 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-07update ModuleSA PCD editor.jlin163-16/+82
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@811 6f19259b-4bc3-4df7-8a09-765794883524