]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
17 years agoFix track EDKT104: If a module use PCD, MSA of this module should use PcdLib libraryC...
klu2 [Mon, 17 Jul 2006 14:31:03 +0000 (14:31 +0000)]
Fix track EDKT104: If a module use PCD, MSA of this module should use PcdLib libraryClass.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1034 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoModified coding style, removed unnecessary comments and "offset" key words.
bxing [Mon, 17 Jul 2006 09:38:46 +0000 (09:38 +0000)]
Modified coding style, removed unnecessary comments and "offset" key words.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1033 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFix EDKT138. And add active_platform file info for stand alone module build.
wuyizhong [Mon, 17 Jul 2006 07:43:21 +0000 (07:43 +0000)]
Fix EDKT138. And add active_platform file info for stand alone module build.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1032 6f19259b-4bc3-4df7-8a09-765794883524

17 years agomap FeaturePcdGet(TokenName) to _PCD_GET_MODE_BOOL_##TokenName to follow the build...
qwang12 [Mon, 17 Jul 2006 07:41:45 +0000 (07:41 +0000)]
map FeaturePcdGet(TokenName) to _PCD_GET_MODE_BOOL_##TokenName to follow the build tool's autogen.h output.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1031 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFix tracker "Package Library Class Recommended Instance should not default to null":
jlin16 [Mon, 17 Jul 2006 07:35:43 +0000 (07:35 +0000)]
Fix tracker "Package Library Class Recommended Instance should not default 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

17 years ago[Wizard- Far Install/Create]
qouyang [Mon, 17 Jul 2006 07:31:21 +0000 (07:31 +0000)]
[Wizard- Far Install/Create]
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

17 years agoChanged the template files TagName to MYTOOLS instead of MSFT, since we don't want...
lhauch [Mon, 17 Jul 2006 05:41:34 +0000 (05:41 +0000)]
Changed the template files TagName to MYTOOLS instead of MSFT, since we 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

17 years ago1. change SPD Pcd editor title to "PCD Declarations".
jlin16 [Mon, 17 Jul 2006 05:12:50 +0000 (05:12 +0000)]
1. change SPD Pcd editor title to "PCD Declarations".
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

17 years agoAdd in function description and comments.
qwang12 [Mon, 17 Jul 2006 03:43:28 +0000 (03:43 +0000)]
Add in function description and comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1026 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRemoved one useless makefile, and corrected some BSD licenses
yshi8 [Mon, 17 Jul 2006 03:33:40 +0000 (03:33 +0000)]
Removed one useless makefile, and corrected some BSD licenses

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1025 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdded some checks to see if the attributes were set - clears up some warning messages...
lhauch [Sun, 16 Jul 2006 08:26:44 +0000 (08:26 +0000)]
Added some checks to see if the attributes were set - clears up some warning 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

17 years agoReplaced set*(null) with unset*() to clear empty attributes that were causing invalid...
lhauch [Sun, 16 Jul 2006 07:50:47 +0000 (07:50 +0000)]
Replaced set*(null) with unset*() to clear empty attributes that were causing invalid SPD files.  Tracker EDK137

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1023 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoSHOWSTOPPER TEMPORARY FIX EDK131 was reclassified to SHOWSTOPPER
lhauch [Sat, 15 Jul 2006 14:54:50 +0000 (14:54 +0000)]
SHOWSTOPPER TEMPORARY FIX  EDK131 was reclassified to SHOWSTOPPER
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

17 years agoAdded an Optional PcdUsage to PcdCoded element - however, this will have to change...
lhauch [Sat, 15 Jul 2006 13:51:33 +0000 (13:51 +0000)]
Added an Optional PcdUsage to PcdCoded element - however, this will have to 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

17 years agoAdded Optional GuidTypeList Attribute to ProtocolDeclarations and PpiDeclarations...
lhauch [Sat, 15 Jul 2006 12:21:06 +0000 (12:21 +0000)]
Added Optional GuidTypeList Attribute to ProtocolDeclarations and PpiDeclarations per Andrew.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1020 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoUpdated Guid for EmuVariable entry in the ModuleSA section
lhauch [Sat, 15 Jul 2006 07:05:13 +0000 (07:05 +0000)]
Updated Guid for EmuVariable entry in the ModuleSA section

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1018 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoReset the GUID to a unique value, as it was using the same GUID as Variable.
lhauch [Sat, 15 Jul 2006 06:36:35 +0000 (06:36 +0000)]
Reset the GUID to a unique value, as it was using the same GUID as Variable.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1017 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixed a spelling error and changed the Package Headers Tab title to be Package Header...
lhauch [Sat, 15 Jul 2006 04:10:39 +0000 (04:10 +0000)]
Fixed a spelling error and changed the Package Headers Tab title to be 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

17 years ago1. Remove empty top level elements if they have no data
hche10x [Fri, 14 Jul 2006 09:37:03 +0000 (09:37 +0000)]
1. Remove empty top level elements if they have no data

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1013 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoApplied BSD license to the source files
lhauch [Fri, 14 Jul 2006 09:28:02 +0000 (09:28 +0000)]
Applied BSD license to the source files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1012 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd new OSS License
bbahnsen [Fri, 14 Jul 2006 09:27:09 +0000 (09:27 +0000)]
Add new OSS License

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1011 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFix bug of missing Pcd information in FPD ModuleSA.
jlin16 [Fri, 14 Jul 2006 09:19:24 +0000 (09:19 +0000)]
Fix bug of missing Pcd information in FPD ModuleSA.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1010 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoApplied BSD license to the source files
lhauch [Fri, 14 Jul 2006 09:15:04 +0000 (09:15 +0000)]
Applied BSD license to the source files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1009 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoTrash it.
bbahnsen [Fri, 14 Jul 2006 09:13:04 +0000 (09:13 +0000)]
Trash it.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1008 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoApplied BSD license to the source files
lhauch [Fri, 14 Jul 2006 09:11:51 +0000 (09:11 +0000)]
Applied BSD license to the source files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1007 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoApplied BSD license to the source files
lhauch [Fri, 14 Jul 2006 09:10:17 +0000 (09:10 +0000)]
Applied BSD license to the source files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1006 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoCheck to see if the tools are built before trying a build.
bbahnsen [Fri, 14 Jul 2006 08:02:04 +0000 (08:02 +0000)]
Check to see if the tools are built before trying a build.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1005 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRemoving references to obsolete files.
lhauch [Fri, 14 Jul 2006 07:55:35 +0000 (07:55 +0000)]
Removing references to obsolete files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1004 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixed CLASSPATH so that it is set to a specific value every time (no add-on to existing.)
lhauch [Fri, 14 Jul 2006 07:49:16 +0000 (07:49 +0000)]
Fixed CLASSPATH so that it is set to a specific value every time (no add-on to existing.)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1003 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd missing ASSERT()s in PeiPcdLib
qhuang8 [Fri, 14 Jul 2006 07:48:36 +0000 (07:48 +0000)]
Add missing ASSERT()s in PeiPcdLib

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1002 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFix EDKT117. If SupArchList is not specified, then build the module with all current...
wuyizhong [Fri, 14 Jul 2006 07:07:11 +0000 (07:07 +0000)]
Fix EDKT117. If SupArchList is not specified, then build the module with all current toolchain supported ARCHs.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1001 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoUpdated the ReleaseNotes.txt to include a PlatformName guideline and added the new...
lhauch [Fri, 14 Jul 2006 06:46:15 +0000 (06:46 +0000)]
Updated the ReleaseNotes.txt to include a PlatformName guideline and added the new edksetup.bat file which skips the tools build by default.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1000 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoPort thunk16 code from MSFT to GCC assembly.
qhuang8 [Fri, 14 Jul 2006 06:30:17 +0000 (06:30 +0000)]
Port thunk16 code from MSFT to GCC assembly.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@999 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixed EDKT116, which more than one target will break the build.
jwang36 [Fri, 14 Jul 2006 05:56:42 +0000 (05:56 +0000)]
Fixed EDKT116, which more than one target will break the build.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@998 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Add pcd item Identifications used by select pcd entry when editing pcd in msa
hche10x [Fri, 14 Jul 2006 05:45:53 +0000 (05:45 +0000)]
1. Add pcd item Identifications used by select pcd entry when editing pcd in msa

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@997 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Fix the bug missing TokenSpaceGuidCName when editing a pcd entry in Msa
hche10x [Fri, 14 Jul 2006 05:44:56 +0000 (05:44 +0000)]
1. Fix the bug missing TokenSpaceGuidCName when editing a pcd entry in Msa
2. Fix the bug missing EventType selection when editing events in Msa
3. Fix the bug missing adding new node under moduledescription when creating a new package
4. Fix the bug in DataValidation

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@996 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixes for Linux builds.
bbahnsen [Fri, 14 Jul 2006 05:33:55 +0000 (05:33 +0000)]
Fixes for Linux builds.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@995 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFix up the Stub Size Calculation which was not initially ported properly.
bbahnsen [Fri, 14 Jul 2006 01:52:06 +0000 (01:52 +0000)]
Fix up the Stub Size Calculation which was not initially ported properly.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@994 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRelease Notes - reviewed by myself and Bruce Foster. Cleaned and completed with...
michaelx_krau [Thu, 13 Jul 2006 18:37:28 +0000 (18:37 +0000)]
Release Notes - reviewed by myself and Bruce Foster.  Cleaned and completed with all current information.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@993 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRemove MdePkg's PCD declaration from EdkNt32Pkg.spd file.
klu2 [Thu, 13 Jul 2006 18:09:07 +0000 (18:09 +0000)]
Remove MdePkg's PCD declaration from EdkNt32Pkg.spd file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@992 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixed format for Notepad users. unix2dos --force works on XML files.
lhauch [Thu, 13 Jul 2006 13:55:27 +0000 (13:55 +0000)]
Fixed format for Notepad users.  unix2dos --force works on XML files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@991 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixed MSA files so that they have unique names and removed extra copyright and licens...
lhauch [Thu, 13 Jul 2006 13:15:21 +0000 (13:15 +0000)]
Fixed MSA files so that they have unique names and removed extra copyright and license information in the comment - these are in the header.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@990 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRemoved the MdePkg Pcd Declarations which should only be specified in the MdePkg...
lhauch [Thu, 13 Jul 2006 13:12:06 +0000 (13:12 +0000)]
Removed the MdePkg Pcd Declarations which should only be specified in the MdePkg.spd file

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@989 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Update release note to use jdk1.5.0_06 to take place of jdk1.5.0_04
hche10x [Thu, 13 Jul 2006 12:13:23 +0000 (12:13 +0000)]
1. Update release note to use jdk1.5.0_06 to take place of jdk1.5.0_04
2. Support "Update Far" function
3. Fix bugs in Far operations

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@985 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixed a comment error
jwang36 [Thu, 13 Jul 2006 11:31:21 +0000 (11:31 +0000)]
Fixed a comment error

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@984 6f19259b-4bc3-4df7-8a09-765794883524

17 years agotypo error
jwang36 [Thu, 13 Jul 2006 11:04:25 +0000 (11:04 +0000)]
typo error

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@982 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@981 6f19259b...
jwang36 [Thu, 13 Jul 2006 11:01:37 +0000 (11:01 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@981 6f19259b-4bc3-4df7-8a09-765794883524

17 years agocoding style modification.
jlin16 [Thu, 13 Jul 2006 10:59:47 +0000 (10:59 +0000)]
coding style modification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@979 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@978 6f19259b...
jwang36 [Thu, 13 Jul 2006 10:58:39 +0000 (10:58 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@978 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoMerged GCC build
jwang36 [Thu, 13 Jul 2006 10:58:15 +0000 (10:58 +0000)]
Merged GCC build

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@977 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Remove "update far" from menu
hche10x [Thu, 13 Jul 2006 10:55:42 +0000 (10:55 +0000)]
1. Remove "update far" from menu

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@976 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoEnhance Arch check.
wuyizhong [Thu, 13 Jul 2006 10:47:11 +0000 (10:47 +0000)]
Enhance Arch check.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@975 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdded copyright&license header
jwang36 [Thu, 13 Jul 2006 10:30:21 +0000 (10:30 +0000)]
Added copyright&license header

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@974 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdded copyright&license header.
jwang36 [Thu, 13 Jul 2006 10:27:03 +0000 (10:27 +0000)]
Added copyright&license header.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@973 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Adjust UI for far operations
hche10x [Thu, 13 Jul 2006 09:49:45 +0000 (09:49 +0000)]
1. Adjust UI for far operations

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@972 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Fix bug in get industry std headers
hche10x [Thu, 13 Jul 2006 08:51:27 +0000 (08:51 +0000)]
1. Fix bug in get industry std headers
2. Fix bug in save msa without saving specification
3. Add tool tip text to ArchCheckBox
4. Locate to msa file location when open a file browser when edit source file in Msa
5. File filter only for text file when open/save ToolChainConfig file
6. Adjust UI for clone and add far id info when clone an item.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@971 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFix include .h file error.
lgao4 [Thu, 13 Jul 2006 08:36:29 +0000 (08:36 +0000)]
Fix include .h file error.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@970 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoThere were suppose to be three spaces, not one between SPECIFICATION and 0x00 in...
lhauch [Thu, 13 Jul 2006 08:32:48 +0000 (08:32 +0000)]
There were suppose to be three spaces, not one between SPECIFICATION and 0x00 in the line:
FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@969 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRemove extra code in DxeLoadX64.c file.
lgao4 [Thu, 13 Jul 2006 08:31:23 +0000 (08:31 +0000)]
Remove extra code in DxeLoadX64.c file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@968 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdded license & copyright declaration
jwang36 [Thu, 13 Jul 2006 08:24:50 +0000 (08:24 +0000)]
Added license & copyright declaration

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@967 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoChanged the Specification in the Header sections to be default rather than fixed.
lhauch [Thu, 13 Jul 2006 08:15:59 +0000 (08:15 +0000)]
Changed the Specification in the Header sections to be default rather than fixed.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@966 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Add FrameworkWizard source code files record to msa
hche10x [Thu, 13 Jul 2006 08:09:14 +0000 (08:09 +0000)]
1. Add FrameworkWizard source code files record to msa

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@965 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoEnhance Installation, removing and creating FAR functionality.
qouyang [Thu, 13 Jul 2006 08:06:16 +0000 (08:06 +0000)]
Enhance Installation, removing and creating FAR functionality.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@964 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRevised GetPowerOfTwo32() and GetPowerOfTwo64() to be more efficient.
bxing [Thu, 13 Jul 2006 08:05:35 +0000 (08:05 +0000)]
Revised GetPowerOfTwo32() and GetPowerOfTwo64() to be more efficient.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@963 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoMove the share file: cbi.h to Cbi0 and Cbi1 directory.
lgao4 [Thu, 13 Jul 2006 07:47:04 +0000 (07:47 +0000)]
Move the share file: cbi.h to Cbi0 and Cbi1 directory.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@962 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoremove some unused code.
jlin16 [Thu, 13 Jul 2006 07:44:53 +0000 (07:44 +0000)]
remove some unused code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@961 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixed Enumeration ModuleType was suppose to be TOOL, not TOOLS.
lhauch [Thu, 13 Jul 2006 07:35:47 +0000 (07:35 +0000)]
Fixed Enumeration ModuleType was suppose to be TOOL, not TOOLS.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@960 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixed EDKT111
jwang36 [Thu, 13 Jul 2006 06:52:32 +0000 (06:52 +0000)]
Fixed EDKT111

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@959 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd gcc assembly files.
bbahnsen [Thu, 13 Jul 2006 06:24:14 +0000 (06:24 +0000)]
Add gcc assembly files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@958 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFix bad comments.
bbahnsen [Thu, 13 Jul 2006 06:20:00 +0000 (06:20 +0000)]
Fix bad comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@957 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. adjust contents layout of SPD header editor, FPD header editor.
jlin16 [Thu, 13 Jul 2006 06:18:09 +0000 (06:18 +0000)]
1. adjust contents layout of SPD header editor, FPD header editor.
2. modify globla data to reflect new added module information.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@956 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdded all header files in the packages's include directory into spd files.
jwang36 [Thu, 13 Jul 2006 06:11:42 +0000 (06:11 +0000)]
Added all header files in the packages's include directory into spd files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@955 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@954 6f19259b...
yshang1 [Thu, 13 Jul 2006 06:05:23 +0000 (06:05 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@954 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd gcc assembly file.
bbahnsen [Thu, 13 Jul 2006 05:58:24 +0000 (05:58 +0000)]
Add gcc assembly file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@953 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFix bug in .S files.
qhuang8 [Thu, 13 Jul 2006 05:58:02 +0000 (05:58 +0000)]
Fix bug in .S files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@952 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoChange DB's FAR name to Dummy and add a GUID for it.
wuyizhong [Thu, 13 Jul 2006 05:42:37 +0000 (05:42 +0000)]
Change DB's FAR name to Dummy and add a GUID for it.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@951 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Support to Create/Update/Delete/Install far file
wuyizhong [Thu, 13 Jul 2006 05:37:22 +0000 (05:37 +0000)]
1. Support to Create/Update/Delete/Install far file

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@950 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoEnforced case-sensitive on the file names;
jwang36 [Thu, 13 Jul 2006 05:21:14 +0000 (05:21 +0000)]
Enforced case-sensitive on the file names;
Corrected file and/or path names in some msa files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@949 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Add Assert in SetJump.S
qhuang8 [Thu, 13 Jul 2006 04:58:40 +0000 (04:58 +0000)]
1. Add Assert in SetJump.S
2. Rename internal function of ModU64x32.S to avoid collision.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@948 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoMove DriverSample module to Universal\UserInterface\ direcotry.
lgao4 [Thu, 13 Jul 2006 04:49:20 +0000 (04:49 +0000)]
Move DriverSample module to Universal\UserInterface\ direcotry.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@947 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoCorrected the path and file name error in these two msa files.
jwang36 [Thu, 13 Jul 2006 04:49:00 +0000 (04:49 +0000)]
Corrected the path and file name error in these two msa files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@946 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1.Fix SetMem64.S to not use SSE3 instruction
qhuang8 [Thu, 13 Jul 2006 04:19:34 +0000 (04:19 +0000)]
1.Fix SetMem64.S to not use SSE3 instruction
2.Make sure NULL-terminator can be appended.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@945 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFixes:
jlin16 [Thu, 13 Jul 2006 03:36:11 +0000 (03:36 +0000)]
Fixes:
1.SpdHeader, FpdHeader not save specification.
2.  PackageSurfaceArea.LibraryClassDeclarations Show Recommended Library Instance UiName, not the GUID.
PackageSurfaceArea.MsaFiles - make table fill the window.
3.   PlatformSurfaceArea.PlatformDefinitions.IntermediateDirectories Do NOT create EMPTY <OutputDirectory/>
4.   Do NOT create EMPTY <FrameworkModules/>
5.   When adding a module, pop up the module settings to let you know that you have added the module.

6.  PlatformSurfaceArea.BuildOptions.Options.Option Do not require ToolFamily - default should be not specified.

7.  PlatformSurfaceArea.BuildOptions.UserDefinedAntTasks
Ant Task File should have a browse button
Id column should only be width of 8 characters.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@944 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoChanged the output message when handling dummy files in msa.
jwang36 [Thu, 13 Jul 2006 02:56:33 +0000 (02:56 +0000)]
Changed the output message when handling dummy files in msa.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@943 6f19259b-4bc3-4df7-8a09-765794883524

17 years agocommented out the TARGET and the TARGET_ARCH entries in target.template. Default...
lhauch [Thu, 13 Jul 2006 02:45:24 +0000 (02:45 +0000)]
commented out the TARGET and the TARGET_ARCH entries in target.template.  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

17 years agoRemove AprioriList.msa file
lgao4 [Thu, 13 Jul 2006 02:23:52 +0000 (02:23 +0000)]
Remove AprioriList.msa file

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@941 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRoll back my original change, someone check in self's code lead my before's check...
klu2 [Thu, 13 Jul 2006 02:17:22 +0000 (02:17 +0000)]
Roll back my original change, someone check in self's code lead my before's check in lost.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@940 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoChanged the clean target to prevent unwanted removal
jwang36 [Thu, 13 Jul 2006 01:58:26 +0000 (01:58 +0000)]
Changed the clean target to prevent unwanted removal

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@939 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoBasePrintLib: Fix Buffer Overflow issue.
qhuang8 [Thu, 13 Jul 2006 01:53:27 +0000 (01:53 +0000)]
BasePrintLib: Fix Buffer Overflow issue.
BaseMemoryLib: Fix error in CopyMem.S for BaseMemoryLibMmx & BaseMemoryLibRepStr instance.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@938 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdded info about the EdkFatPkg removal from EDK II and separate project on tianocore...
lhauch [Thu, 13 Jul 2006 01:45:03 +0000 (01:45 +0000)]
Added info about the EdkFatPkg removal from EDK II and separate project on tianocore.org website.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@937 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoadded function header
vanjeff [Thu, 13 Jul 2006 01:17:21 +0000 (01:17 +0000)]
added function header

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@935 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Add build FrameworkWizard in edksetup.bat
hche10x [Thu, 13 Jul 2006 01:16:51 +0000 (01:16 +0000)]
1. Add build FrameworkWizard in edksetup.bat
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

17 years agoAdd missing files(uni) in this msa
lgao4 [Thu, 13 Jul 2006 00:31:45 +0000 (00:31 +0000)]
Add missing files(uni) in this msa

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@933 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoReomve this null directory
lgao4 [Thu, 13 Jul 2006 00:03:49 +0000 (00:03 +0000)]
Reomve this null directory

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@932 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRemove EdkPeCoffLoaderLibX64 library from EdkModulePkg
lgao4 [Thu, 13 Jul 2006 00:01:16 +0000 (00:01 +0000)]
Remove EdkPeCoffLoaderLibX64 library from EdkModulePkg

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@931 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd missing files in msa file and add module description in msa file.
lgao4 [Wed, 12 Jul 2006 23:45:46 +0000 (23:45 +0000)]
Add missing files in msa file and add module description in msa file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@930 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd missing files in msa file and add module description in msa file.
lgao4 [Wed, 12 Jul 2006 23:44:13 +0000 (23:44 +0000)]
Add missing files in msa file and add module description in msa file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@929 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoRemove PeCoffLoaderLib X64, because PeCoffLoader library has supported to X64 PEImage.
lgao4 [Wed, 12 Jul 2006 23:40:02 +0000 (23:40 +0000)]
Remove PeCoffLoaderLib X64, because PeCoffLoader library has supported to X64 PEImage.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@928 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd missing files in msa file and add module description in msa file, and reorganize...
lgao4 [Wed, 12 Jul 2006 23:38:53 +0000 (23:38 +0000)]
Add missing files in msa file and add module description in msa file, and reorganize DriverSample and DxeIplX64 module directory.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@927 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd missing files in msa file and add module description in msa file, and reorganize...
lgao4 [Wed, 12 Jul 2006 23:37:54 +0000 (23:37 +0000)]
Add missing files in msa file and add module description in msa file, and reorganize DriverSample and DxeIplX64 module directory.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@926 6f19259b-4bc3-4df7-8a09-765794883524