]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
17 years ago1)Add a new module CapsuleRuntime under EdkModulePkg\Universal\Capsule\RuntimeDxe...
davidhuang [Thu, 6 Jul 2006 06:42:48 +0000 (06:42 +0000)]
1)Add a new module CapsuleRuntime under EdkModulePkg\Universal\Capsule\RuntimeDxe.And add the module into Nt32.fpd
2)Modify the related files to fit for the runtime services UpdateCapsule/QueryCapsuleCapabilities defined in UEFI2.0 spec
3)Modify the related files to fit for the runtime services QueryVariableInfo defined in UEFI2.0 spec

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

17 years agoAdd in support for MaxSize and CurrentSize for PCD entry.
qwang12 [Thu, 6 Jul 2006 06:10:20 +0000 (06:10 +0000)]
Add in support for MaxSize and CurrentSize for PCD entry.

Change the behavior for PcdSET for Variable_Enabled Pcd entry. If a Variable does not exist, we will only save the value to a volatile space. We save it to variable ONLY when the variable exist.

Fix a few bugs in Pcd Build tool when generated Pcd database for Pcd entry with Unicode String type.

Support PcdSet to return MaxSize if the input SizeOfBuffer is greater than the Max Size declared in FPD file.

Add SetValueWorker and GetValueWoker for each PcdSET and PcdGET function to reduce code size.

Sync function prototype definition for PCD_PPI_SET_POINTER, PCD_PPI_SET_EX_POINTER, PCD_PROTOCOL_SET_POINTER and PCD_PROTOCOL_SET_EX_POINTER with PCD arch spec 0.52.

Add ASSERTION in LibPcdSetPtr.

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

17 years agoBug fixing for FPD ModuleSA editor.
jlin16 [Thu, 6 Jul 2006 05:36:39 +0000 (05:36 +0000)]
Bug fixing for FPD ModuleSA editor.

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

17 years ago1. Sync LinkedList.c with MWG
vanjeff [Thu, 6 Jul 2006 04:07:24 +0000 (04:07 +0000)]
1. Sync LinkedList.c with MWG
2. Fix one bug in Ipf/InterlockedCompareExchange64.s
3. Fix one bug in AsmDisablePaging64()

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

17 years agoRemoved Optional Ffs Sections as it was not being used. Changed UserId in UserExtens...
lhauch [Thu, 6 Jul 2006 04:05:04 +0000 (04:05 +0000)]
Removed Optional Ffs Sections as it was not being used.  Changed UserId in UserExtensions from Fix_Me to TianoCore

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@784 6f19259b...
lgao4 [Thu, 6 Jul 2006 04:02:57 +0000 (04:02 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@784 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdded the MacroDefFile to ProcessSteps for future use, also removed extra Sections...
lhauch [Thu, 6 Jul 2006 03:57:36 +0000 (03:57 +0000)]
Added the MacroDefFile to ProcessSteps for future use, also removed extra Sections from the Ffs Definition as it was not used.

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

17 years agoAdapt to new Main UI interface.
jlin16 [Thu, 6 Jul 2006 03:16:57 +0000 (03:16 +0000)]
Adapt to new Main UI interface.

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

17 years agoChange assembler compiler to windkk.
klu2 [Thu, 6 Jul 2006 03:06:39 +0000 (03:06 +0000)]
Change assembler compiler to windkk.

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

17 years agoFix an issue for user extensions.
wuyizhong [Thu, 6 Jul 2006 01:33:08 +0000 (01:33 +0000)]
Fix an issue for user extensions.

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

17 years agosome bug fixing for FpdFrameworkModules
jlin16 [Thu, 6 Jul 2006 01:09:38 +0000 (01:09 +0000)]
some bug fixing for FpdFrameworkModules

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

17 years agoSimplify the script. It now allows normal ant targets and flags to be passed straight...
bbahnsen [Wed, 5 Jul 2006 21:09:05 +0000 (21:09 +0000)]
Simplify the script. It now allows normal ant targets and flags to be passed straight through. For example

build –v clean
build all –k

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

17 years agoAdd a bash version of the build script
bbahnsen [Wed, 5 Jul 2006 21:04:07 +0000 (21:04 +0000)]
Add a bash version of the build script

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@776 6f19259b...
michaelx_krau [Wed, 5 Jul 2006 20:41:25 +0000 (20:41 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@776 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoMade the default for IA-32 assembler path point to the default install location for...
ajfish [Wed, 5 Jul 2006 20:12:08 +0000 (20:12 +0000)]
Made the default for IA-32 assembler path point to the default install location for MASM.

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

17 years agoMerge latest from branch.
bbahnsen [Wed, 5 Jul 2006 16:45:42 +0000 (16:45 +0000)]
Merge latest from branch.

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

17 years agoAdded target.txt to the ignore list in the Conf directory
lhauch [Wed, 5 Jul 2006 12:40:35 +0000 (12:40 +0000)]
Added target.txt to the ignore list in the Conf directory

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

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