]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
17 years agoFix a minor issue.
wuyizhong [Wed, 5 Jul 2006 12:26:30 +0000 (12:26 +0000)]
Fix a minor issue.

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

17 years agoSupport UserExtension in FPD.
wuyizhong [Wed, 5 Jul 2006 12:06:06 +0000 (12:06 +0000)]
Support UserExtension in FPD.

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

17 years agoAdd ModifyInftask in FrameworkTask.
qouyang [Wed, 5 Jul 2006 11:50:44 +0000 (11:50 +0000)]
Add ModifyInftask in FrameworkTask.
Fixe bug(EkdT72).

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

17 years agoAdded FrameworkWizard build into build.xml and corrected the items in clean/cleanall...
yshi8 [Wed, 5 Jul 2006 09:20:45 +0000 (09:20 +0000)]
Added FrameworkWizard build into build.xml and corrected the items in clean/cleanall targets

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

17 years agoAdd Data Validations for SPD editor.
jlin16 [Wed, 5 Jul 2006 08:16:05 +0000 (08:16 +0000)]
Add Data Validations for SPD editor.

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

17 years agoFixed the unchecked warning issues when building GenBuild
jwang36 [Wed, 5 Jul 2006 07:26:12 +0000 (07:26 +0000)]
Fixed the unchecked warning issues when building GenBuild

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

17 years agoFully support active platform policy.
wuyizhong [Wed, 5 Jul 2006 06:22:06 +0000 (06:22 +0000)]
Fully support active platform policy.

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

17 years agoadded specific PP definition for EBC because of previous BuildMacro.xml changes
jwang36 [Wed, 5 Jul 2006 05:49:33 +0000 (05:49 +0000)]
added specific PP definition for EBC because of previous BuildMacro.xml changes

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

17 years agoSupport putting unreference DYNAMIC_EX PCD into Pcd runtime database.
klu2 [Wed, 5 Jul 2006 05:28:48 +0000 (05:28 +0000)]
Support putting unreference DYNAMIC_EX PCD into Pcd runtime database.

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

17 years agoCorrect module guid in mbd file
lgao4 [Wed, 5 Jul 2006 05:24:48 +0000 (05:24 +0000)]
Correct module guid in mbd file

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

17 years agofixed GCC build issues
jwang36 [Wed, 5 Jul 2006 05:22:26 +0000 (05:22 +0000)]
fixed GCC build issues

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

17 years ago DebugLib:
qhuang8 [Wed, 5 Jul 2006 04:17:57 +0000 (04:17 +0000)]
DebugLib:
Fix a bug in PeiDxeDebugLibReportStatusCode: it should use gReportStatusCodeDebugType so that report status code infrastructure can correctly extract debug info.
Fix functional and coding style issues in the three instances in EdkModulePkg, namely: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibStderr, EdkUefiDebugLibConout.
DevicePathLib:
Sync with MWG 0.57 and add new interface of CreateDevicePathNode(). All the function headers have been updated.
PeiServicesLib:
Adjust coding style and fix a minor comment error.
PciLib:
Adjust assert() condition to sync with MWG 0.57
BaseMemoryLib:
Adjust assert() for ScanMemXX (), ScanGuid()
Rename UefiMemoryLib to DxeMemoryLib
PrintLib:
Change the return value of all print services to exclude the NULL-terminator.
Misc:
Slightly adjust the coding style in hob.c in PeiCore module.

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

17 years ago DebugLib:
qhuang8 [Wed, 5 Jul 2006 04:17:04 +0000 (04:17 +0000)]
DebugLib:
Fix a bug in PeiDxeDebugLibReportStatusCode: it should use gReportStatusCodeDebugType so that report status code infrastructure can correctly extract debug info.
Fix functional and coding style issues in the three instances in EdkModulePkg, namely: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibStderr, EdkUefiDebugLibConout.
DevicePathLib:
Sync with MWG 0.57 and add new interface of CreateDevicePathNode(). All the function headers have been updated.
PeiServicesLib:
Adjust coding style and fix a minor comment error.
PciLib:
Adjust assert() condition to sync with MWG 0.57
BaseMemoryLib:
Adjust assert() for ScanMemXX (), ScanGuid()
Rename UefiMemoryLib to DxeMemoryLib
PrintLib:
Change the return value of all print services to exclude the NULL-terminator.
Misc:
Slightly adjust the coding style in hob.c in PeiCore module.

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

17 years agoAdd two files for List editor.
jlin16 [Wed, 5 Jul 2006 04:11:04 +0000 (04:11 +0000)]
Add two files for List editor.

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

17 years agoRemoved per Carl/Javen.
lhauch [Wed, 5 Jul 2006 04:07:14 +0000 (04:07 +0000)]
Removed per Carl/Javen.

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

17 years agoChanged FvBinding to be a list of Keywords (not using list, just specifying the patte...
lhauch [Wed, 5 Jul 2006 04:05:10 +0000 (04:05 +0000)]
Changed FvBinding to be a list of Keywords (not using list, just specifying the pattern.)  Fixed a couple of typos in the other files.

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

17 years agosupplemented "/FI" to some ignored PP options in fpd files
jwang36 [Wed, 5 Jul 2006 03:15:05 +0000 (03:15 +0000)]
supplemented "/FI" to some ignored PP options in fpd files

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

17 years agoModify FrameworkWizard.msa for newly changing.
hche10x [Wed, 5 Jul 2006 02:42:30 +0000 (02:42 +0000)]
Modify FrameworkWizard.msa for newly changing.

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

17 years ago1. Add image in "About" frame
hche10x [Wed, 5 Jul 2006 02:18:04 +0000 (02:18 +0000)]
1. Add image in "About" frame

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

17 years ago1. Restructure some folders and files
hche10x [Wed, 5 Jul 2006 02:07:26 +0000 (02:07 +0000)]
1. Restructure some folders and files
2. Adjust the arithmetic of "Clone" function
3. Add image in "About" frame

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

17 years agoAdded "/FI", "-include" and/or "/nologo" options to PP (CC) command option to fpd...
jwang36 [Tue, 4 Jul 2006 16:28:26 +0000 (16:28 +0000)]
Added "/FI", "-include" and/or "/nologo" options to PP (CC) command option to fpd files. These changes are used to accommodate the preprocessing added for assembly code as a general processing step.

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

17 years agoFixed the cleanall issue which would remove more files than we want
jwang36 [Tue, 4 Jul 2006 14:52:57 +0000 (14:52 +0000)]
Fixed the cleanall issue which would remove more files than we want

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

17 years agoMove ant-related code from ParserFpd function to enable single module debug for PCD...
klu2 [Tue, 4 Jul 2006 14:32:27 +0000 (14:32 +0000)]
Move ant-related code from ParserFpd function to enable single module debug for PCD tools.

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

17 years agoFix autogen bug:[Edk67][Edk35].
qouyang [Tue, 4 Jul 2006 13:44:18 +0000 (13:44 +0000)]
Fix autogen bug:[Edk67][Edk35].
Add "/FI" to "PP" option in EdkModulePkg-All-Archs.fpd.
Modify BuildMacro.xml changing "S" for IPF assembler.

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

17 years agoAdded LibPatchPcdSetPtr.
qwang12 [Tue, 4 Jul 2006 12:43:59 +0000 (12:43 +0000)]
Added LibPatchPcdSetPtr.
Cleaup Pcd Database code generation routine.
Fixed a few bugs.

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

17 years agoadded back of preprocessing of asm files
jwang36 [Tue, 4 Jul 2006 12:14:02 +0000 (12:14 +0000)]
added back of preprocessing of asm files

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@742 6f19259b...
jwang36 [Tue, 4 Jul 2006 12:12:33 +0000 (12:12 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@742 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoUpdate tools definition
lgao4 [Tue, 4 Jul 2006 12:12:06 +0000 (12:12 +0000)]
Update tools definition

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

17 years agoAdd ASL and ASMLINK tool definition in this file
lgao4 [Tue, 4 Jul 2006 10:46:31 +0000 (10:46 +0000)]
Add ASL and ASMLINK tool definition in this file

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

17 years agocommented out GCC definitions temporarily
jwang36 [Tue, 4 Jul 2006 08:14:02 +0000 (08:14 +0000)]
commented out GCC definitions temporarily

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

17 years agoAdd ModuleSA BuildOptions
jlin16 [Tue, 4 Jul 2006 08:11:49 +0000 (08:11 +0000)]
Add ModuleSA BuildOptions

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

17 years agoShould not checking exist fd file, otherwise new fd file can not override old fd...
klu2 [Tue, 4 Jul 2006 07:54:23 +0000 (07:54 +0000)]
Should not checking exist fd file, otherwise new fd file can not override old fd file.

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

17 years agoadded GCC tools definitions
jwang36 [Tue, 4 Jul 2006 06:13:13 +0000 (06:13 +0000)]
added GCC tools definitions

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

17 years agoadded GCC tool chain family options
jwang36 [Tue, 4 Jul 2006 06:11:26 +0000 (06:11 +0000)]
added GCC tool chain family options

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

17 years agoFix a typo error
yshi8 [Tue, 4 Jul 2006 05:45:24 +0000 (05:45 +0000)]
Fix a typo error

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

17 years agoFix a minor bug for wrong entry name
klu2 [Tue, 4 Jul 2006 04:47:20 +0000 (04:47 +0000)]
Fix a minor bug for wrong entry name

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

17 years agoUpdated the SPD and MSA files for Tools - created some new MSA files as well.
lhauch [Tue, 4 Jul 2006 04:13:48 +0000 (04:13 +0000)]
Updated the SPD and MSA files for Tools - created some new MSA files as well.

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

17 years agorestored the file name and path of assembly file
jwang36 [Tue, 4 Jul 2006 03:57:08 +0000 (03:57 +0000)]
restored the file name and path of assembly file

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

17 years agoAdjust Platform Definition and Module SA operations in FPD editor.
jlin16 [Tue, 4 Jul 2006 03:56:07 +0000 (03:56 +0000)]
Adjust Platform Definition and Module SA operations in FPD editor.

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

17 years agocommented out the preprocessing of asm files, it will cause error on normal asm file
jwang36 [Tue, 4 Jul 2006 03:55:24 +0000 (03:55 +0000)]
commented out the preprocessing of asm files, it will cause error on normal asm file

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

17 years agoAdd to the rules to generate TE section
lgao4 [Tue, 4 Jul 2006 03:09:01 +0000 (03:09 +0000)]
Add to the rules to generate TE section

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

17 years agoadded asm file preprocess in <Build_Assembly> macro
jwang36 [Tue, 4 Jul 2006 02:51:07 +0000 (02:51 +0000)]
added asm file preprocess in <Build_Assembly> macro

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

17 years agoremove unused PCD entry in EdkNt32Pkg Package.
qwang12 [Tue, 4 Jul 2006 01:58:01 +0000 (01:58 +0000)]
remove unused PCD entry in EdkNt32Pkg Package.

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

17 years agoRemoved the namespace="##local" from the UserExtensions sub-element. Any valid XML...
lhauch [Tue, 4 Jul 2006 00:54:00 +0000 (00:54 +0000)]
Removed the namespace="##local" from the UserExtensions sub-element.  Any valid XML tags can be placed within this section, and our tools still validate correctly.  However, the UserExtensions does not support just data - data must wrapped within XML tags.

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

17 years agoAdded a line to create a target.txt if one does not exist, based on the target.templa...
lhauch [Tue, 4 Jul 2006 00:40:35 +0000 (00:40 +0000)]
Added a line to create a target.txt if one does not exist, based on the target.template file.

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

17 years agoAdd PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpd
qwang12 [Mon, 3 Jul 2006 15:40:49 +0000 (15:40 +0000)]
Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpd
Fix a few bugs in PcdDxe and PcdPEIM

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

17 years agoAdd follows warpped tianotools to frameworktask:
qouyang [Mon, 3 Jul 2006 08:25:23 +0000 (08:25 +0000)]
Add follows warpped tianotools to frameworktask:
1. CreateMtFileTask
2. EfiCompressTask
3. EfiRomTask
4. FlashMapTask
5. GenAcpiTableTask
6. GenCapsuleHdrTask
7. GenTeImageTask
8. PeiReBaseTask
9. SectApResetVectorFixupTask
10.SecFixupTask
11.SplitfileTask
12.StripTask
13.ZeroDebugDataTask

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

17 years agoAdd build macro to generate section type TE.
wuyizhong [Mon, 3 Jul 2006 05:22:59 +0000 (05:22 +0000)]
Add build macro to generate section type TE.

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@718 6f19259b...
jlin16 [Mon, 3 Jul 2006 03:51:10 +0000 (03:51 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@718 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdded two optional attributes to the Cloned element, FarGuid and Id that can be used...
lhauch [Mon, 3 Jul 2006 03:44:36 +0000 (03:44 +0000)]
Added two optional attributes to the Cloned element, FarGuid and Id that can be used to track the heritage.

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

17 years agoChange HelloWold's ModuleType from DXE_DRIVER to UEFI_APPLICATION.
wuyizhong [Mon, 3 Jul 2006 03:28:47 +0000 (03:28 +0000)]
Change HelloWold's ModuleType from DXE_DRIVER to UEFI_APPLICATION.

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@715 6f19259b...
lhauch [Mon, 3 Jul 2006 02:39:29 +0000 (02:39 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@715 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@714 6f19259b...
jlin16 [Mon, 3 Jul 2006 01:20:43 +0000 (01:20 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@714 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoModify MSA file for correcting <TokenSpaceGuidCName>
klu2 [Sun, 2 Jul 2006 19:09:30 +0000 (19:09 +0000)]
Modify MSA file for correcting <TokenSpaceGuidCName>

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

17 years agoFlash Setting Refinement
jlin16 [Sun, 2 Jul 2006 03:17:57 +0000 (03:17 +0000)]
Flash Setting Refinement

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@710 6f19259b...
jlin16 [Sat, 1 Jul 2006 11:43:16 +0000 (11:43 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@710 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@709 6f19259b...
jlin16 [Sat, 1 Jul 2006 11:42:35 +0000 (11:42 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@709 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAfter change token space guid from guid value to Guid's CName, change code to support...
klu2 [Sat, 1 Jul 2006 10:39:42 +0000 (10:39 +0000)]
After change token space guid from guid value to Guid's CName, change code to support that.

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

17 years ago1, Add Guid declaration into EdkModulePkg.spd, EdkNt32Pkg.spd and MdePkg.spd file
klu2 [Sat, 1 Jul 2006 06:43:26 +0000 (06:43 +0000)]
1, Add Guid declaration into EdkModulePkg.spd, EdkNt32Pkg.spd and MdePkg.spd file
2, Correct Guid CName field for all PCDs in EdkModule.pkg, EdkModulePkg-All-Archs.fpd, Nt32.fpd, Mde.fpd, MdePkg-All-Archs.fpd

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

17 years agoPut the FD creation operation in run.cmd temporary.
klu2 [Sat, 1 Jul 2006 03:55:08 +0000 (03:55 +0000)]
Put the FD creation operation in run.cmd temporary.

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

17 years agoClean up for debug message of PCD tools.
klu2 [Sat, 1 Jul 2006 02:19:31 +0000 (02:19 +0000)]
Clean up for debug message of PCD tools.

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

17 years agoadded EdkDxeSalLib for EmuVariable module
jwang36 [Fri, 30 Jun 2006 21:03:35 +0000 (21:03 +0000)]
added EdkDxeSalLib for EmuVariable module

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

17 years agochanged the default path for EBC tool
jwang36 [Fri, 30 Jun 2006 20:42:23 +0000 (20:42 +0000)]
changed the default path for EBC tool

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

17 years agofor new tools
qouyang [Fri, 30 Jun 2006 20:34:18 +0000 (20:34 +0000)]
for new tools

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

17 years agoremoved unnecessary name space declarations in some top level elements
jwang36 [Fri, 30 Jun 2006 20:31:48 +0000 (20:31 +0000)]
removed unnecessary name space declarations in some top level elements

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

17 years agoFor new tools
qouyang [Fri, 30 Jun 2006 20:24:01 +0000 (20:24 +0000)]
For new tools

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@698 6f19259b...
wuyizhong [Fri, 30 Jun 2006 20:16:26 +0000 (20:16 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@698 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoremoved mbd file verification, added fpd file verification
jwang36 [Fri, 30 Jun 2006 20:15:32 +0000 (20:15 +0000)]
removed mbd file verification, added fpd file verification

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@696 6f19259b...
wuyizhong [Fri, 30 Jun 2006 20:10:58 +0000 (20:10 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@696 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFDPManifest.xsd has been changed to FarManifest.xsd
jwang36 [Fri, 30 Jun 2006 20:08:17 +0000 (20:08 +0000)]
FDPManifest.xsd has been changed to FarManifest.xsd

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

17 years agore-added
jwang36 [Fri, 30 Jun 2006 20:05:49 +0000 (20:05 +0000)]
re-added

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

17 years agoFor new Tool.
qouyang [Fri, 30 Jun 2006 20:02:20 +0000 (20:02 +0000)]
For new Tool.
Remove some unused Protocol, Guid, ppi which defined in MSA but don't find in SPD

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

17 years agoNew tool.
qouyang [Fri, 30 Jun 2006 19:56:10 +0000 (19:56 +0000)]
New tool.

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

17 years agodeleted all obsoleted configuration files
jwang36 [Fri, 30 Jun 2006 19:37:55 +0000 (19:37 +0000)]
deleted all obsoleted configuration files

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

17 years agoadded all supported platforms
jwang36 [Fri, 30 Jun 2006 19:33:28 +0000 (19:33 +0000)]
added all supported platforms

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

17 years agoconverted all surface area description files to new schema
jwang36 [Fri, 30 Jun 2006 19:29:21 +0000 (19:29 +0000)]
converted all surface area description files to new schema

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

17 years agoconverted all surface area description files to new schema
jwang36 [Fri, 30 Jun 2006 19:01:55 +0000 (19:01 +0000)]
converted all surface area description files to new schema

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

17 years agoChange to new XML Schema.
wuyizhong [Fri, 30 Jun 2006 18:17:09 +0000 (18:17 +0000)]
Change to new XML Schema.

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

17 years agoChange to new XML Schema.
wuyizhong [Fri, 30 Jun 2006 18:03:20 +0000 (18:03 +0000)]
Change to new XML Schema.

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

17 years agoUsing ModuleType to determine FFS file extension.
wuyizhong [Fri, 30 Jun 2006 18:02:35 +0000 (18:02 +0000)]
Using ModuleType to determine FFS file extension.

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

17 years agoThis file is never used any more. Enhance Cpptasks.
wuyizhong [Fri, 30 Jun 2006 18:00:37 +0000 (18:00 +0000)]
This file is never used any more. Enhance Cpptasks.

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

17 years agoChange to new XML Schema. Using Module_Type to determine SubSystem value
wuyizhong [Fri, 30 Jun 2006 17:59:08 +0000 (17:59 +0000)]
Change to new XML Schema. Using Module_Type to determine SubSystem value

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

17 years agoChange to new XML Schema.
wuyizhong [Fri, 30 Jun 2006 17:57:58 +0000 (17:57 +0000)]
Change to new XML Schema.

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

17 years agoChange to new XML Schema.
wuyizhong [Fri, 30 Jun 2006 17:56:20 +0000 (17:56 +0000)]
Change to new XML Schema.

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

17 years agoChange to new XML Schema
wuyizhong [Fri, 30 Jun 2006 17:55:30 +0000 (17:55 +0000)]
Change to new XML Schema

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

17 years agoChange to new XML Schema.
wuyizhong [Fri, 30 Jun 2006 17:53:27 +0000 (17:53 +0000)]
Change to new XML Schema.

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

17 years agoChange NT32 to new XML Schema.
wuyizhong [Fri, 30 Jun 2006 17:51:10 +0000 (17:51 +0000)]
Change NT32 to new XML Schema.

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

17 years agochanged module's duplicated guid value
jwang36 [Fri, 30 Jun 2006 12:38:31 +0000 (12:38 +0000)]
changed module's duplicated guid value

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

17 years agoModify BuildOptions and Flash editors in FPD file.
jlin16 [Fri, 30 Jun 2006 11:27:36 +0000 (11:27 +0000)]
Modify BuildOptions and Flash editors in FPD file.

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

17 years agoAdd X64 binary shell files
lgao4 [Fri, 30 Jun 2006 10:27:49 +0000 (10:27 +0000)]
Add X64 binary shell files

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

17 years agoRemove ModuleEditor and PackageEditor from Tools\Source
hche10x [Fri, 30 Jun 2006 10:06:58 +0000 (10:06 +0000)]
Remove ModuleEditor and PackageEditor from Tools\Source

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@671 6f19259b...
hche10x [Fri, 30 Jun 2006 09:59:54 +0000 (09:59 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@671 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1.Updated some functions header of BaseLib with new MWG spec
vanjeff [Fri, 30 Jun 2006 08:40:03 +0000 (08:40 +0000)]
1.Updated some functions header of BaseLib with new MWG spec
2.Rollback EnablePaging64.asm

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

17 years agoRemove DiskIoPartition and old Emu, adjust MonoStatusCode in EdkNt32Pkg
lgao4 [Fri, 30 Jun 2006 04:47:43 +0000 (04:47 +0000)]
Remove DiskIoPartition and old Emu, adjust MonoStatusCode in EdkNt32Pkg

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

17 years agoAdjust MonoStatusCode module in EdkNt32Pkg to avoid ".." used in Msa file.
lgao4 [Fri, 30 Jun 2006 04:46:20 +0000 (04:46 +0000)]
Adjust MonoStatusCode module in EdkNt32Pkg to avoid ".." used in Msa file.

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

17 years agoremove this old emu directory
lgao4 [Fri, 30 Jun 2006 04:45:20 +0000 (04:45 +0000)]
remove this old emu directory

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

17 years agoRemove DiskIoPartition module
lgao4 [Fri, 30 Jun 2006 04:41:18 +0000 (04:41 +0000)]
Remove DiskIoPartition module

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

17 years agoSync DebugSupport Protocol with UEFI2.0 spec
lgao4 [Thu, 29 Jun 2006 10:31:10 +0000 (10:31 +0000)]
Sync DebugSupport Protocol with UEFI2.0 spec

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

17 years agomerged the last changes in new schema
jwang36 [Thu, 29 Jun 2006 02:19:49 +0000 (02:19 +0000)]
merged the last changes in new schema

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

17 years agoFixed autogen bug (EDKT12, EDKT19)
qouyang [Wed, 28 Jun 2006 10:01:50 +0000 (10:01 +0000)]
Fixed autogen bug (EDKT12, EDKT19)

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