]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
17 years agoUpdated PeiRebase to produce a map file of the relocations done by this tool. This...
ajfish [Sat, 5 Aug 2006 17:32:38 +0000 (17:32 +0000)]
Updated PeiRebase to produce a map file of the relocations done by this tool. This code passes in the map file name as the same name as the FV with a .map appended to the end.

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

17 years agoUpdated PeiRebase to produce a map file of the relocations done by this tool
ajfish [Sat, 5 Aug 2006 17:22:18 +0000 (17:22 +0000)]
Updated PeiRebase to produce a map file of the relocations done by this tool

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

17 years agoRemove debug log.
qouyang [Sat, 5 Aug 2006 13:11:12 +0000 (13:11 +0000)]
Remove debug log.

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

17 years agoFix EDKT148.
qouyang [Sat, 5 Aug 2006 11:14:33 +0000 (11:14 +0000)]
Fix EDKT148.

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

17 years ago1, Make exception string friendly, readable.
klu2 [Fri, 4 Aug 2006 18:22:21 +0000 (18:22 +0000)]
1, Make exception string friendly, readable.
2, Add new PlatformPcdPreprocessBuildException and PlatformPcdPreprocessException for catching PlatformPcdPreprocessAction.
3, Clean up some code for pcd's action package.

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

17 years agoFix EDKT140(CompressDll.dll does not build under cygwin gcc).
qouyang [Fri, 4 Aug 2006 03:17:05 +0000 (03:17 +0000)]
Fix EDKT140(CompressDll.dll does not build under cygwin gcc).

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

17 years agoChanged ToolTipText to read Enter a string; the tool will convert to Unicode Data.
lhauch [Thu, 3 Aug 2006 19:58:58 +0000 (19:58 +0000)]
Changed ToolTipText to read Enter a string; the tool will convert to Unicode Data.

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

17 years agoChange PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't print...
lgao4 [Thu, 3 Aug 2006 11:32:57 +0000 (11:32 +0000)]
Change PcdReportStatusCodePropertyMask default value from 0x7 to 0x6, don't print Progress Code Info.

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

17 years agoGenTeImage can't work well with Linux is caused by its parameter parsing. GenTeImage...
wuyizhong [Thu, 3 Aug 2006 09:40:28 +0000 (09:40 +0000)]
GenTeImage can't work well with Linux is caused by its parameter parsing. GenTeImage will replace all Parameter's first character to '-' if start with '/'. Actually, it is not necessary to deal with, after remove this processor, it works well now.

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

17 years agoFix makefile's parameter bug for OSX building.
klu2 [Thu, 3 Aug 2006 08:53:53 +0000 (08:53 +0000)]
Fix makefile's parameter bug for OSX building.

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

17 years ago1. Fix bug for wrong Variable name in msa file
hche10x [Thu, 3 Aug 2006 08:07:13 +0000 (08:07 +0000)]
1. Fix bug for wrong Variable name in msa file
2. Release cursor after saving files.
3. Adjust some file's coding style.

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

17 years agoModify code according to Wang, jian's comments.
klu2 [Thu, 3 Aug 2006 05:56:42 +0000 (05:56 +0000)]
Modify code according to Wang, jian's comments.

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

17 years agoAdjust code format and remove unused code.
wuyizhong [Thu, 3 Aug 2006 04:34:39 +0000 (04:34 +0000)]
Adjust code format and remove unused code.

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

17 years agoset default value of PCD from msa file or spd file.
jlin16 [Thu, 3 Aug 2006 03:45:57 +0000 (03:45 +0000)]
set default value of PCD from msa file or spd file.

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

17 years agoRemove some unused code and adjust some code format. Modules build with FPD sequence...
wuyizhong [Thu, 3 Aug 2006 02:55:45 +0000 (02:55 +0000)]
Remove some unused code and adjust some code format. Modules build with FPD sequence. Delete three unused Java files.

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

17 years agoset MaxDatumSize for PcdData.
jlin16 [Wed, 2 Aug 2006 09:34:27 +0000 (09:34 +0000)]
set MaxDatumSize for PcdData.

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

17 years agocomment out item type checking temporarily when adding module to fpd file.
jlin16 [Wed, 2 Aug 2006 07:26:02 +0000 (07:26 +0000)]
comment out item type checking temporarily when adding module to fpd file.

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

17 years agoFix a typo.
qhuang8 [Wed, 2 Aug 2006 04:33:35 +0000 (04:33 +0000)]
Fix a typo.

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

17 years ago1. cleanup functions header in PeCoffLoaderEx.c
vanjeff [Wed, 2 Aug 2006 03:19:19 +0000 (03:19 +0000)]
1. cleanup functions header in PeCoffLoaderEx.c
2. fixed link error in EnablePaging64.asm

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

17 years agoUpdated to handle cygwin/gcc and moved msvc,gcc property settings to the TianoTools...
lhauch [Tue, 1 Aug 2006 23:58:18 +0000 (23:58 +0000)]
Updated to handle cygwin/gcc and moved msvc,gcc property settings to the TianoTools/build.xml file.  Properties are inherited, so we only need to set them one.  Cleaned up clean and cleanall targets to remove the executables and library files.  Added makefile.cygwin to antlr and dlg programs to generate the .exe needed for cygwin.

FlashMap.c needed a newline at the end of the file to remove a warning message in cygwin.

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

17 years agoAdded target Wizard which just relies on the SurfaceArea. Also fixed the echo messages.
lhauch [Tue, 1 Aug 2006 23:54:00 +0000 (23:54 +0000)]
Added target Wizard which just relies on the SurfaceArea.  Also fixed the echo messages.

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

17 years agoUpdate to Release notes to include more information on the GCC build limitations.
michaelx_krau [Tue, 1 Aug 2006 20:18:19 +0000 (20:18 +0000)]
Update to Release notes to include more information on the GCC build limitations.

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

17 years agoAdd new class ModulePcdInfoFromFpd.java
klu2 [Tue, 1 Aug 2006 14:56:44 +0000 (14:56 +0000)]
Add new class ModulePcdInfoFromFpd.java

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

17 years agoAbstract the logic of Platform pcd preprocess according to FPD file to a class. And...
klu2 [Tue, 1 Aug 2006 14:53:02 +0000 (14:53 +0000)]
Abstract the logic of Platform pcd preprocess according to FPD file to a class. And add a new class for building process extend this abstract class. (Missing check-in part)

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

17 years agoAbstract the logic of Platform pcd preprocess according to FPD file to a class. And...
klu2 [Tue, 1 Aug 2006 14:51:46 +0000 (14:51 +0000)]
Abstract the logic of Platform pcd preprocess according to FPD file to a class. And add a new class for building process extend this abstract class.

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

17 years agoMiss loop variable incremental, otherwise, will cause dead loop.
wuyizhong [Tue, 1 Aug 2006 08:39:26 +0000 (08:39 +0000)]
Miss loop variable incremental, otherwise, will cause dead loop.

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

17 years agoAll runtime driver should use functions provided by UefiRuntimeLib library class...
qwang12 [Tue, 1 Aug 2006 07:58:40 +0000 (07:58 +0000)]
All runtime driver should use functions provided by UefiRuntimeLib library class so that it is free of responcibility to fix up the gRT pointer.

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

17 years agoAdd new PcdDatabase.java file.
klu2 [Tue, 1 Aug 2006 06:56:43 +0000 (06:56 +0000)]
Add new PcdDatabase.java file.

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

17 years agoIt is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move it...
klu2 [Tue, 1 Aug 2006 06:50:47 +0000 (06:50 +0000)]
It is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move it out.

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

17 years ago1. Fix the problem of adding PCD for different Arch.
jlin16 [Tue, 1 Aug 2006 05:59:51 +0000 (05:59 +0000)]
1. Fix the problem of adding PCD for different Arch.
2. enhanced exception messages.
3. pick out getModuleId method to GlobalData class.

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

17 years agoAdd EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event for MonotonicCounter driver.
qwang12 [Tue, 1 Aug 2006 05:23:54 +0000 (05:23 +0000)]
Add EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event for MonotonicCounter driver.

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

17 years agoRemove unused folder for PCD building tools.
klu2 [Mon, 31 Jul 2006 19:14:24 +0000 (19:14 +0000)]
Remove unused folder for PCD building tools.

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

17 years agoAdd judgement for PcdTools.jar in NormalBuild path in edksetup.bat
klu2 [Mon, 31 Jul 2006 19:06:25 +0000 (19:06 +0000)]
Add judgement for PcdTools.jar in NormalBuild path in edksetup.bat

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

17 years agoBecause Pcd entity, exception and some action package are shared by Building tools...
klu2 [Mon, 31 Jul 2006 18:55:26 +0000 (18:55 +0000)]
Because Pcd entity, exception and some action package are shared by Building tools and Wizard Tools, so I move them to Tools/Source folder and generated PcdTools.jar,

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

17 years agoAdd folder for common PcdTools classes.
klu2 [Mon, 31 Jul 2006 17:46:22 +0000 (17:46 +0000)]
Add folder for common PcdTools classes.

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

17 years agoPut FrameworkDatabase.db into the svn ignore property for this directory.
lhauch [Mon, 31 Jul 2006 16:51:09 +0000 (16:51 +0000)]
Put FrameworkDatabase.db into the svn ignore property for this directory.

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

17 years agoRemoved extra copyright and license notices - they are included in the header informa...
lhauch [Mon, 31 Jul 2006 15:47:55 +0000 (15:47 +0000)]
Removed extra copyright and license notices - they are included in the header information, and do not need to be a comment a the top of the file.

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

17 years agoCoding style changes
jlin16 [Mon, 31 Jul 2006 11:20:16 +0000 (11:20 +0000)]
Coding style changes

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

17 years agoAdded <if> task to check if FrameworkDatabase.db exists or not before doing copy
jwang36 [Mon, 31 Jul 2006 08:17:22 +0000 (08:17 +0000)]
Added <if> task to check if FrameworkDatabase.db exists or not before doing copy

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

17 years agoFixed EDKT142; Removed FrameworkDatabase.db and added FrameworkDatabase.template
jwang36 [Mon, 31 Jul 2006 06:26:09 +0000 (06:26 +0000)]
Fixed EDKT142; Removed FrameworkDatabase.db and added FrameworkDatabase.template

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

17 years agoFixed track EDKT153, change PCDAutogen code to generate static variable referent...
klu2 [Sun, 30 Jul 2006 14:48:14 +0000 (14:48 +0000)]
Fixed track EDKT153, change PCDAutogen code to generate static variable referent for _PCD_VALUE_... for byte array type PCD in FIXED_AT_BUILD case.

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

17 years agoFlashMap can not work correctly in unix GCC because the windows path char "\" exist...
klu2 [Sun, 30 Jul 2006 08:09:57 +0000 (08:09 +0000)]
FlashMap can not work correctly in unix GCC because the windows path char "\" exist in parameter.
I fix it by adding a NormalizePath function.

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

17 years agoEFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER is defined wrongly. It should be the same...
qwang12 [Sun, 30 Jul 2006 07:40:03 +0000 (07:40 +0000)]
EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER is defined wrongly. It should be the same with what is written down in FTW specification.
And WriteQueueSize should be defined UINT32 to make it the same width in 32 or 64-bits system.

Added two PCD entry: PcdFlashFvBaseArray and PcdFlashFvBaseArrayElementNumber

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

17 years ago1, Fix EDKT141
klu2 [Sat, 29 Jul 2006 14:29:59 +0000 (14:29 +0000)]
1, Fix EDKT141
2, Code clean up for PCD building tools.

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

17 years agoAdded some additional comments in the files, as well as fixed some of them.
lhauch [Sat, 29 Jul 2006 04:39:01 +0000 (04:39 +0000)]
Added some additional comments in the files, as well as fixed some of them.

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

17 years agoBecause the run script will be generated in building, So original run.cmd could be...
klu2 [Sat, 29 Jul 2006 03:56:33 +0000 (03:56 +0000)]
Because the run script will be generated in building, So original run.cmd could be removed from repository's.

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

17 years agoAdjusted sizes to accommodate Windows, iMac and Linux GUI
lhauch [Sat, 29 Jul 2006 00:13:09 +0000 (00:13 +0000)]
Adjusted sizes to accommodate Windows, iMac and Linux GUI

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

17 years agoAdjusted locations and sizes of boxes for Windows, Linux and iMac GUI, no other funct...
lhauch [Sat, 29 Jul 2006 00:04:38 +0000 (00:04 +0000)]
Adjusted locations and sizes of boxes for Windows, Linux and iMac GUI, no other functionality was changed.

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

17 years agoAdjusted sizes to accommodate Windows, iMac and Linux GUI
lhauch [Fri, 28 Jul 2006 23:41:57 +0000 (23:41 +0000)]
Adjusted sizes to accommodate Windows, iMac and Linux GUI

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

17 years agoAdjusted sizes to accommodate Windows, iMac and Linux GUI
lhauch [Fri, 28 Jul 2006 23:26:13 +0000 (23:26 +0000)]
Adjusted sizes to accommodate Windows, iMac and Linux GUI

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

17 years agoAdjusted sizes to accommodate Windows, iMac and Linux GUI
lhauch [Fri, 28 Jul 2006 23:09:53 +0000 (23:09 +0000)]
Adjusted sizes to accommodate Windows, iMac and Linux GUI

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

17 years agoFixed spacing for Linux and iMac display
lhauch [Fri, 28 Jul 2006 19:07:20 +0000 (19:07 +0000)]
Fixed spacing for Linux and iMac display

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

17 years agoThere is a rule here:
klu2 [Fri, 28 Jul 2006 16:44:52 +0000 (16:44 +0000)]
There is a rule here:
If a module link a library instance, all pcds defined by library instance should be instanted in module's <ModuleSA> in FPD file.

I add more checking code follows above rules.

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

17 years ago1. PcdUsage is added to PCD entry in schema so wizard tool is also updated to support...
hche10x [Fri, 28 Jul 2006 08:17:32 +0000 (08:17 +0000)]
1. PcdUsage is added to PCD entry in schema so wizard tool is also updated to support this.

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

17 years ago1. Updated function headers for all assembly function
bxing [Fri, 28 Jul 2006 07:28:19 +0000 (07:28 +0000)]
1. Updated function headers for all assembly function
2. Optimized register usage in SetMemXX functions in all lib instances
3. Fixed a logical error in CopyMem for all lib instances

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

17 years agoAdded more error check on validation to let result be more exact.
jwang36 [Fri, 28 Jul 2006 06:33:01 +0000 (06:33 +0000)]
Added more error check on validation to let result be more exact.

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

17 years agoFix the bug of library instance selection interference between different archs of...
jlin16 [Fri, 28 Jul 2006 06:10:45 +0000 (06:10 +0000)]
Fix the bug of library instance selection interference between different archs of ModuleSA.

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

17 years agoTeImage Signature should be got from Te pointer, not Pe pointer
lgao4 [Fri, 28 Jul 2006 06:08:00 +0000 (06:08 +0000)]
TeImage Signature should be got from Te pointer, not Pe pointer

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

17 years ago1. Fix the bug missing initialize ToolCode drop down list when add a new source file
hche10x [Fri, 28 Jul 2006 05:24:42 +0000 (05:24 +0000)]
1. Fix the bug missing initialize ToolCode drop down list when add a new source file

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

17 years agoRemove additional / or \ in relative path.
wuyizhong [Fri, 28 Jul 2006 05:22:00 +0000 (05:22 +0000)]
Remove additional / or \ in relative path.

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

17 years ago1. Change ToolCode from text field to drop down list, and user can enter their custom...
hche10x [Fri, 28 Jul 2006 05:03:19 +0000 (05:03 +0000)]
1. Change ToolCode from text field to drop down list, and user can enter their customizing tool command.
2. Fix some coding style issue

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

17 years agoFixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling...
lhauch [Fri, 28 Jul 2006 03:20:46 +0000 (03:20 +0000)]
Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area

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

17 years agoFixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling...
lhauch [Fri, 28 Jul 2006 02:02:09 +0000 (02:02 +0000)]
Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area

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

17 years agoFix T105. It is caused by cpptasks which change automati cally root directory like...
wuyizhong [Fri, 28 Jul 2006 01:39:10 +0000 (01:39 +0000)]
Fix T105. It is caused by cpptasks which change automati cally root directory like C: to C:\C. If we pass C:\ to cpptasks, it's okay now.

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

17 years agoFixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling...
lhauch [Fri, 28 Jul 2006 00:17:23 +0000 (00:17 +0000)]
Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area

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

17 years agoFixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling...
lhauch [Thu, 27 Jul 2006 22:22:01 +0000 (22:22 +0000)]
Fixed Absolute position of fields, Added ToolTipText and made HelpText a Scrolling Text Area

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

17 years agoSome clarifications on Rebuild and ForceRebuild options and when they need to be...
bbahnsen [Thu, 27 Jul 2006 22:02:59 +0000 (22:02 +0000)]
Some clarifications on Rebuild and ForceRebuild options and when they need to be invoked.

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

17 years agoHandle the FRAMEWORK_TOOLS_PATH properly on cygwin.
bbahnsen [Thu, 27 Jul 2006 21:54:12 +0000 (21:54 +0000)]
Handle the FRAMEWORK_TOOLS_PATH properly on cygwin.

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

17 years agoAdded a shortcut to FrameworkWizard.bat
ajfish [Thu, 27 Jul 2006 19:54:09 +0000 (19:54 +0000)]
Added a shortcut to FrameworkWizard.bat

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

17 years agoAdded Tool Tip Text, fixed dimensions after modifying HelpText to an Area
lhauch [Thu, 27 Jul 2006 19:00:22 +0000 (19:00 +0000)]
Added Tool Tip Text, fixed dimensions after modifying HelpText to an Area

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

17 years agoMore info on gcc build.
bbahnsen [Thu, 27 Jul 2006 15:55:59 +0000 (15:55 +0000)]
More info on gcc build.

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

17 years agoRename guid variable gEfiSmmPeiSmramMemoryReserve to gEfiSmmPeiSmramMemoryReserveGuid...
lgao4 [Thu, 27 Jul 2006 13:01:53 +0000 (13:01 +0000)]
Rename guid variable gEfiSmmPeiSmramMemoryReserve to gEfiSmmPeiSmramMemoryReserveGuid compatible with guid variable CName style

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

17 years agoFix a warning issue under CYGWIN_GCC building:
klu2 [Thu, 27 Jul 2006 12:25:28 +0000 (12:25 +0000)]
Fix a warning issue under CYGWIN_GCC building:
A function cannot be declared as returning a data object having a volatile or const type, but it can return a pointer to a volatile or const object.

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

17 years ago1. keep from generating empty FrameworkModules.
jlin16 [Thu, 27 Jul 2006 10:36:54 +0000 (10:36 +0000)]
1. keep from generating empty FrameworkModules.
2. remove unused import in EventsDlg.java

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

17 years agokeep from generating empty DynamicPcdBuildDefinitions
jlin16 [Thu, 27 Jul 2006 09:54:36 +0000 (09:54 +0000)]
keep from generating empty DynamicPcdBuildDefinitions

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

17 years agoFixed EDKT147, which will fail the single module build when a module is just defined...
jwang36 [Thu, 27 Jul 2006 09:25:41 +0000 (09:25 +0000)]
Fixed EDKT147, which will fail the single module build when a module is just defined for one ARCH in a platform which supports two ARCHs.

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

17 years agoCheck in patch to refine DevicePath Module and USB2HostController Module.
qhuang8 [Thu, 27 Jul 2006 08:50:08 +0000 (08:50 +0000)]
Check in patch to refine DevicePath Module and USB2HostController Module.

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

17 years agoSomeone lost a new line at the end of file, it causes GCC build error.
xgu3 [Thu, 27 Jul 2006 08:13:32 +0000 (08:13 +0000)]
Someone lost a new line at the end of file, it causes GCC build error.

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

17 years agoFix EDKT143.
jlin16 [Thu, 27 Jul 2006 07:40:21 +0000 (07:40 +0000)]
Fix EDKT143.
Add the feature of inserting Xml Comments before ModuleSA elements and library instance elements.

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

17 years ago This is a patch to change PeiVariable PEIM depex, because t doesn’t depend on Flash...
xgu3 [Thu, 27 Jul 2006 07:11:53 +0000 (07:11 +0000)]
  This is a patch to change PeiVariable PEIM depex, because t doesn’t depend on FlashMap PPI now

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

17 years agoAdd temporary fix for PeLoader
klu2 [Thu, 27 Jul 2006 05:07:48 +0000 (05:07 +0000)]
Add temporary fix for PeLoader

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

17 years agoFixed EDKT145
qouyang [Thu, 27 Jul 2006 03:44:58 +0000 (03:44 +0000)]
Fixed EDKT145

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

17 years agoRemove empty FfsFileNameGuid element under ModuleSaBuildOptions if user input empty...
jlin16 [Thu, 27 Jul 2006 03:21:41 +0000 (03:21 +0000)]
Remove empty FfsFileNameGuid element under ModuleSaBuildOptions if user input empty string into it.

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

17 years agoFixed a spelling error
lhauch [Wed, 26 Jul 2006 23:44:12 +0000 (23:44 +0000)]
Fixed a spelling error

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

17 years agoReverted back to Old style not using the library and fixed the code to do PE32 and...
ajfish [Wed, 26 Jul 2006 23:35:16 +0000 (23:35 +0000)]
Reverted back to Old style not using the library and fixed the code to do PE32 and PE32+.

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

17 years agoAdded back safety check for PE/COFF image walking. I think the safety check is broken...
ajfish [Wed, 26 Jul 2006 23:34:08 +0000 (23:34 +0000)]
Added back safety check for PE/COFF image walking. I think the safety check is broken in some places (Linux) but we need to investigate more.

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

17 years agoAdjusted the Help Text field to be a Text Area inside of a Scroll Pane, with line...
lhauch [Wed, 26 Jul 2006 21:48:33 +0000 (21:48 +0000)]
Adjusted the Help Text field to be a Text Area inside of a Scroll Pane, with line wrapping and wrap on word boundary.

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

17 years agoFixed spelling and grammar, also fixed the size of the pop up dialog boxes and the...
lhauch [Wed, 26 Jul 2006 19:20:43 +0000 (19:20 +0000)]
Fixed spelling and grammar, also fixed the size of the pop up dialog boxes and the placement of the Arch list check boxes in EventsDlg.java

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

17 years agoMore info on compiling with Cygwin.
bbahnsen [Wed, 26 Jul 2006 18:31:53 +0000 (18:31 +0000)]
More info on compiling with Cygwin.

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

17 years agoA couple of cleanups in the TianoTools build.
bbahnsen [Wed, 26 Jul 2006 17:25:15 +0000 (17:25 +0000)]
A couple of cleanups in the TianoTools build.

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

17 years agoRemoved cross references from PciCf8Lib and PciExpressLib class to PciLib class.
ajfish [Wed, 26 Jul 2006 15:23:35 +0000 (15:23 +0000)]
Removed cross references from PciCf8Lib and PciExpressLib class to PciLib class.

Added PeCoffLoaderGetMachineType to the PeCoffGetEntryPointLibrary Class. Document to be updated.

Added the PeCoffLoaderImageReadFromMemory() and PeCoffLoaderRelocateImageForRuntime () to the PcCoffLib.

Updated EfiImage.h and removed EFI_IMAGE_OPTIONAL_HEADER and EFI_IMAGE_NT_HEADERS as they were replaced with checking the MachineType.

PeCoffLib – Added checks for MachineType so the PeCoff lib can load any PE32 or PE32+ image. The relocations are still limited to IA32, X64, IPF, and EBC. I also added a re-relocator function to remove PeLoader Code from Runtime Lib. Even though there is only one instance of the re-relocator I wanted to get all the PeCoff loader code together.

Replaced DEBUG_CODE() macro with DEBUG_CODE_START() and DEBUG_CODE_END() so you can debug through the DEBUG_CODE() macros. Also removed PE/COFF code and replaced with library usage.

I also updated the IO Instrinsic lib to use _ReadWriteBarrior() to help with sync problems

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

17 years agoReplace the original Fat.FFS to fix issue which causes to read some hard-disk slowly.
yshang1 [Wed, 26 Jul 2006 14:21:56 +0000 (14:21 +0000)]
Replace the original Fat.FFS to fix issue which causes to read some hard-disk slowly.

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

17 years agofixed EDKT139.
qouyang [Wed, 26 Jul 2006 10:18:56 +0000 (10:18 +0000)]
fixed EDKT139.

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

17 years agofix the problem that if no data updated in wizard editors, the Save indicator will...
jlin16 [Wed, 26 Jul 2006 09:42:04 +0000 (09:42 +0000)]
fix the problem that if no data updated in wizard editors, the Save indicator will not pop-up.

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

17 years agoAdded code to fail the SAVerify command when validation failed
jwang36 [Wed, 26 Jul 2006 08:24:17 +0000 (08:24 +0000)]
Added code to fail the SAVerify command when validation failed

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

17 years agoAdd tool chain tags for Unix gcc and Cygwin gcc.
bbahnsen [Wed, 26 Jul 2006 00:31:31 +0000 (00:31 +0000)]
Add tool chain tags for Unix gcc and Cygwin gcc.

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

17 years agoA few notes on Linux builds.
bbahnsen [Tue, 25 Jul 2006 22:08:33 +0000 (22:08 +0000)]
A few notes on Linux builds.

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

17 years agoAdd x64 headers.
bbahnsen [Tue, 25 Jul 2006 21:24:27 +0000 (21:24 +0000)]
Add x64 headers.

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

17 years agoSupport building on x64 hosts.
bbahnsen [Tue, 25 Jul 2006 21:08:04 +0000 (21:08 +0000)]
Support building on x64 hosts.

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

17 years agoAdded Copyright
lhauch [Tue, 25 Jul 2006 15:27:10 +0000 (15:27 +0000)]
Added Copyright

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