]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
17 years agoAdded to fix the issue of many property override warning when build with -v option...
jwang36 [Fri, 18 Aug 2006 00:54:57 +0000 (00:54 +0000)]
Added to fix the issue of many property override warning when build with -v option; and also improve the build performance.

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

17 years ago1. Fix the bug "not to re-init GlobalData when switch to different workspace".
hche10x [Thu, 17 Aug 2006 23:21:27 +0000 (23:21 +0000)]
1. Fix the bug "not to re-init GlobalData when switch to different workspace".

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

17 years ago1. Gray out all "Feature Flag" fields in module and move them to the bottom of the...
hche10x [Thu, 17 Aug 2006 18:08:07 +0000 (18:08 +0000)]
1. Gray out all "Feature Flag" fields in module and move them to the bottom of the frame
2. Make "Usage" required in PCD frame of module

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

17 years agoContinue to fix EDKT187.
klu2 [Thu, 17 Aug 2006 16:23:46 +0000 (16:23 +0000)]
Continue to fix EDKT187.
After discussion with ouyang, qian and shi, carl, we find it is no necessary to add PcdLib according to whether library instance use PcdLib.
In this patch. I remove original fixing and correct some MSA file.

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

17 years ago1. Extend "Copyright" field to a 2 lines text area in Create Far interface
hche10x [Thu, 17 Aug 2006 16:07:49 +0000 (16:07 +0000)]
1. Extend "Copyright" field to a 2 lines text area in Create Far interface

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

17 years agoFix the wrong datum size for PcdWinNtPhysicalDisk in Nt32.fpd file.
klu2 [Thu, 17 Aug 2006 15:27:32 +0000 (15:27 +0000)]
Fix the wrong datum size for PcdWinNtPhysicalDisk in Nt32.fpd file.

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

17 years agomodify critic
alfred [Thu, 17 Aug 2006 10:22:09 +0000 (10:22 +0000)]
modify critic

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

17 years agoRemove #include STRING_DEFINES_FILE from C file. Using ForceInclude to include $...
wuyizhong [Thu, 17 Aug 2006 09:45:22 +0000 (09:45 +0000)]
Remove #include STRING_DEFINES_FILE from C file. Using ForceInclude to include ${BASE_NAME}StrDefs.h header file. Remove flag /DSTRING_DEFINED_FILE=${BASE_NAME}StrDefs.h. Move flags /DSTRING_ARRAY_NAME=${BASE_NAME}Strings from FPDs to BuildMacro since this flag will be used only unicode files exist.

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

17 years agomultiline support for critic
alfred [Thu, 17 Aug 2006 08:24:51 +0000 (08:24 +0000)]
multiline support for critic

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

17 years agoFix
klu2 [Thu, 17 Aug 2006 08:21:14 +0000 (08:21 +0000)]
Fix
1) the PCD value for PcdWinNtFileSystem in Nt32.fpd file,
2) help text for PcdWinNtVirtualDisk in EdkNt32Pkg.spd
3) the value for PcdWinNtPhysicalDisk in Nt32.fpd file.

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

17 years agofast edition with 'read line' implement
alfred [Thu, 17 Aug 2006 07:47:37 +0000 (07:47 +0000)]
fast edition with 'read line' implement

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

17 years agoslow edition
alfred [Thu, 17 Aug 2006 06:57:03 +0000 (06:57 +0000)]
slow edition

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

17 years agoAdd class header to FrameworkBuildTask. Remove some unused code from top level build...
wuyizhong [Thu, 17 Aug 2006 06:51:51 +0000 (06:51 +0000)]
Add class header to FrameworkBuildTask. Remove some unused code from top level build.xml.

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

17 years agoAdded AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.
bxing [Thu, 17 Aug 2006 05:32:47 +0000 (05:32 +0000)]
Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.

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

17 years agoUsing Common Definitions. Remove some unused codes.
wuyizhong [Thu, 17 Aug 2006 05:29:15 +0000 (05:29 +0000)]
Using Common Definitions. Remove some unused codes.

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

17 years agoRemove dead code.
qhuang8 [Thu, 17 Aug 2006 05:25:16 +0000 (05:25 +0000)]
Remove dead code.

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

17 years agoModify Critic
alfred [Thu, 17 Aug 2006 05:06:49 +0000 (05:06 +0000)]
Modify Critic

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

17 years agoFix EDKT191.
jlin16 [Thu, 17 Aug 2006 03:11:55 +0000 (03:11 +0000)]
Fix EDKT191.

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

17 years ago1. Merge ModuleDefinitions to MsaHeader
hche10x [Thu, 17 Aug 2006 02:04:40 +0000 (02:04 +0000)]
1. Merge ModuleDefinitions to MsaHeader
2. Make InMemoryDB consistent for all operations
3. Extend Copyright to 2 lines text area in msa header

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

17 years agoTurned off the AUTO_RESIZE on the table so that it would work on a small display...
lhauch [Wed, 16 Aug 2006 19:58:28 +0000 (19:58 +0000)]
Turned off the AUTO_RESIZE on the table so that it would work on a small display.  Large display now has unused space, still trying to find a cure for this.

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

17 years agofix EDKT189.
jlin16 [Wed, 16 Aug 2006 17:37:34 +0000 (17:37 +0000)]
fix EDKT189.
and remove FFS file Guid text field from ModuleSaOptions pane.

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

17 years agoFix the track EDKT187: If a module do not use PCD, PcdLib library class need not...
klu2 [Wed, 16 Aug 2006 13:59:00 +0000 (13:59 +0000)]
Fix the track EDKT187: If a module do not use PCD, PcdLib library class need not be exist in its MSA file.
The fixing is judge whether the module's library instance use PCD, if use, build tools will add PcdLib into module's autogen.h automatically.

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

17 years agoEnhancing Critic
alfred [Wed, 16 Aug 2006 12:09:16 +0000 (12:09 +0000)]
Enhancing Critic

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

17 years agoEmbeded autogenerated code in Java code instead of getting them from a real file...
qwang12 [Wed, 16 Aug 2006 10:52:14 +0000 (10:52 +0000)]
Embeded autogenerated code in Java code instead of getting them from a real file. Hence, remove the template code from the PCD/Conf directory.

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

17 years agoEmbeded autogenerated code in Java code instead of getting them from a real file.
qwang12 [Wed, 16 Aug 2006 10:51:01 +0000 (10:51 +0000)]
Embeded autogenerated code in Java code instead of getting them from a real file.

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

17 years agoAdded comments and polished the code.
jwang36 [Wed, 16 Aug 2006 10:35:00 +0000 (10:35 +0000)]
Added comments and polished the code.

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

17 years agoAdd boot script dispatch opcode 2
xgu3 [Wed, 16 Aug 2006 07:23:37 +0000 (07:23 +0000)]
Add boot script dispatch opcode 2

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

17 years agoFix EDKT 188.
qouyang [Wed, 16 Aug 2006 06:22:43 +0000 (06:22 +0000)]
Fix EDKT 188.

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

17 years agoAdd Critic.java
alfred [Wed, 16 Aug 2006 05:49:09 +0000 (05:49 +0000)]
Add Critic.java

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

17 years agoModify Module description for binary shell module.
lgao4 [Wed, 16 Aug 2006 05:42:00 +0000 (05:42 +0000)]
Modify Module description for binary shell module.

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

17 years agoChange pcd name form MaxSizePopulateCapsule to PcdMaxSizePopulateCapsule.
davidhuang [Wed, 16 Aug 2006 04:48:08 +0000 (04:48 +0000)]
Change pcd name form MaxSizePopulateCapsule to PcdMaxSizePopulateCapsule.
Change pcd name form MaxSizeNonPopulateCapsule to PcdMaxSizeNonPopulateCapsule.

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

17 years agoIdentify SupArch for .msa
alfred [Wed, 16 Aug 2006 01:14:51 +0000 (01:14 +0000)]
Identify SupArch for .msa

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

17 years agoAdded module type column to the FPD module table, and also removed AUTO_RESIZE_OFF...
lhauch [Tue, 15 Aug 2006 23:59:55 +0000 (23:59 +0000)]
Added module type column to the FPD module table, and also removed AUTO_RESIZE_OFF, so that the columns fill the pane - only the Path column can be re-sized to any great extent, the other columns can be resized just enough to show the data.

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

17 years agosort modules by name alphabetically when start; make column width resizable and remov...
jlin16 [Tue, 15 Aug 2006 23:24:24 +0000 (23:24 +0000)]
sort modules by name alphabetically when start; make column width resizable and remove unused code in FpdModuleSA.

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

17 years agoAdjusted column sizes, made resizable, added Module Type column to All Module Table...
lhauch [Tue, 15 Aug 2006 22:21:07 +0000 (22:21 +0000)]
Adjusted column sizes, made resizable, added Module Type column to All Module Table, adjusted the Version columns to be module version, then pkg version.

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

17 years agomove the package definitions to header editor.
jlin16 [Tue, 15 Aug 2006 21:55:55 +0000 (21:55 +0000)]
move the package definitions to header editor.

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

17 years agoRefine the code for PCD tools.
klu2 [Tue, 15 Aug 2006 18:33:53 +0000 (18:33 +0000)]
Refine the code for PCD tools.

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

17 years agoFix the bug that using hardcode driver name to judge whether current driver is PCD...
klu2 [Tue, 15 Aug 2006 17:11:06 +0000 (17:11 +0000)]
Fix the bug that using hardcode driver name to judge whether current driver is PCD driver.

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

17 years agojava variable should have its first char in low case.
jlin16 [Tue, 15 Aug 2006 15:41:06 +0000 (15:41 +0000)]
java variable should have its first char in low case.

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

17 years agoadd serial number to MsaTreeEditor.java
alfred [Tue, 15 Aug 2006 12:40:47 +0000 (12:40 +0000)]
add serial number to MsaTreeEditor.java

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

17 years agoTurn to Regex in ModuleReader.java
alfred [Tue, 15 Aug 2006 12:35:00 +0000 (12:35 +0000)]
Turn to Regex in ModuleReader.java
1st edition of MsaTreeEditor.java
Some edit on ia32 x64... in .inf-read and MsaWriter.java

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

17 years agoFix PCD declaration error in DxeStatusCode.msa
yshang1 [Tue, 15 Aug 2006 11:26:07 +0000 (11:26 +0000)]
Fix PCD declaration error in DxeStatusCode.msa

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

17 years agoFix track EDKT179.
klu2 [Tue, 15 Aug 2006 10:40:42 +0000 (10:40 +0000)]
Fix track EDKT179.
In fact, I remove the judgment for unmached PCD value. because the checking work should be done in wizard tools.

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

17 years agoAdd PcdPciExpressBaseAddress info to MdePkg.spd
qhuang8 [Tue, 15 Aug 2006 09:51:45 +0000 (09:51 +0000)]
Add PcdPciExpressBaseAddress info to MdePkg.spd

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

17 years agoAdd porting Guide to obsolete Edk Library interfaces.
qhuang8 [Tue, 15 Aug 2006 09:18:07 +0000 (09:18 +0000)]
Add porting Guide to obsolete Edk Library interfaces.

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

17 years agoAdjust some code format and clear some unused codes.
wuyizhong [Tue, 15 Aug 2006 08:36:45 +0000 (08:36 +0000)]
Adjust some code format and clear some unused codes.

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

17 years agoDon't need to generate FFS.org file in new build process.
lgao4 [Tue, 15 Aug 2006 08:28:16 +0000 (08:28 +0000)]
Don't need to generate FFS.org file in new build process.

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

17 years agoModify GenFfsTask to make it don't create ORG file.
qouyang [Tue, 15 Aug 2006 08:05:34 +0000 (08:05 +0000)]
Modify GenFfsTask to make it don't create ORG file.

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

17 years ago1. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.
vanjeff [Tue, 15 Aug 2006 06:35:47 +0000 (06:35 +0000)]
1. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.
2. Synchronization modification described in Tracker EDKT182 to all dependent files.

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

17 years agomoved exception and logger classes to org.tianocore.common package
yshi8 [Tue, 15 Aug 2006 06:27:57 +0000 (06:27 +0000)]
moved exception and logger classes to org.tianocore.common package

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

17 years agoAdjust Nt32 SecMain user-defined build file to use OBJECTS.
wuyizhong [Tue, 15 Aug 2006 06:12:41 +0000 (06:12 +0000)]
Adjust Nt32 SecMain user-defined build file to use OBJECTS.

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

17 years agomoved exception and logger classes to org.tianocore.common package; and created defin...
yshi8 [Tue, 15 Aug 2006 05:48:17 +0000 (05:48 +0000)]
moved exception and logger classes to org.tianocore.common package; and created definitions classes to put common definitions.

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

17 years agoChange Fat binary Guid to EnhancedFat
qhuang8 [Tue, 15 Aug 2006 04:58:27 +0000 (04:58 +0000)]
Change Fat binary Guid to EnhancedFat

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

17 years agoRe-Follow...
alfred [Tue, 15 Aug 2006 04:43:21 +0000 (04:43 +0000)]
Re-Follow...

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

17 years agoFaint!change messages cause error, this is an revert
alfred [Tue, 15 Aug 2006 04:36:25 +0000 (04:36 +0000)]
Faint!change messages cause error, this is an revert

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

17 years agoFollow changes on grammar in messages by Larry
alfred [Tue, 15 Aug 2006 04:32:05 +0000 (04:32 +0000)]
Follow changes on grammar in messages by Larry

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

17 years ago1. Add EBC architecture support
qhuang8 [Tue, 15 Aug 2006 04:31:54 +0000 (04:31 +0000)]
1. Add EBC architecture support
2. Update Fat binary image to Enhanced Fat binary.

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

17 years agoAdd subdirectory support
alfred [Tue, 15 Aug 2006 04:27:45 +0000 (04:27 +0000)]
Add subdirectory support

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

17 years ago1. To let MSA/SPD/FPD Header have their own sections, not are the top level of the...
hche10x [Tue, 15 Aug 2006 04:05:20 +0000 (04:05 +0000)]
1. To let MSA/SPD/FPD Header have their own sections, not are the top level of the tree pane
2. Change "Package Headers" of the tree to "Package Includes"

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

17 years agochange table column positions in tables of FrameworkModules and horizontal scrollbar...
jlin16 [Mon, 14 Aug 2006 20:23:11 +0000 (20:23 +0000)]
change table column positions in tables of FrameworkModules and horizontal scrollbar will appear when needed.

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

17 years agoFixed grammar in messages.
lhauch [Mon, 14 Aug 2006 19:21:03 +0000 (19:21 +0000)]
Fixed grammar in messages.

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

17 years agoFixed grammar in messages.
lhauch [Mon, 14 Aug 2006 19:20:35 +0000 (19:20 +0000)]
Fixed grammar in messages.

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

17 years agoFixed grammar in messages.
lhauch [Mon, 14 Aug 2006 18:41:39 +0000 (18:41 +0000)]
Fixed grammar in messages.

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

17 years agoFixed grammar in messages.
lhauch [Mon, 14 Aug 2006 17:19:24 +0000 (17:19 +0000)]
Fixed grammar in messages.

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

17 years agoAdd judgement if filepath is . or not.
wuyizhong [Mon, 14 Aug 2006 09:44:00 +0000 (09:44 +0000)]
Add judgement if filepath is . or not.

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1253 6f19259b...
alfred [Mon, 14 Aug 2006 07:03:21 +0000 (07:03 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1253 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoUsing ${OBJECTS} instead of fileset to trace all obj files. Add a new Macro named...
wuyizhong [Mon, 14 Aug 2006 07:00:48 +0000 (07:00 +0000)]
Using ${OBJECTS} instead of fileset to trace all obj files. Add a new Macro named Build_Init to provide a way to initial some properties for user.

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1251 6f19259b...
alfred [Mon, 14 Aug 2006 06:47:58 +0000 (06:47 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1251 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1250 6f19259b...
alfred [Mon, 14 Aug 2006 06:40:48 +0000 (06:40 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1250 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd more comments in UefiDriverModelLib
yshang1 [Mon, 14 Aug 2006 05:18:48 +0000 (05:18 +0000)]
Add more comments in UefiDriverModelLib

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

17 years agoAdd License Head to all files
alfred [Mon, 14 Aug 2006 05:16:07 +0000 (05:16 +0000)]
Add License Head to all files

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1247 6f19259b...
alfred [Mon, 14 Aug 2006 05:03:11 +0000 (05:03 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1247 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoDo Not cleanall librarys with a module build clean or build cleanall.
wuyizhong [Mon, 14 Aug 2006 03:47:59 +0000 (03:47 +0000)]
Do Not cleanall librarys with a module build clean or build cleanall.

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1245 6f19259b...
yshang1 [Mon, 14 Aug 2006 03:34:45 +0000 (03:34 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1245 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd function headers in UefiDriverModuleLib
yshang1 [Mon, 14 Aug 2006 03:33:32 +0000 (03:33 +0000)]
Add function headers in UefiDriverModuleLib

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

17 years agoTried to fix EDKT149. Since the issue happened randomly, only long time test can...
jwang36 [Mon, 14 Aug 2006 01:53:55 +0000 (01:53 +0000)]
Tried to fix EDKT149. Since the issue happened randomly, only long time test can make sure it's really fixed.

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

17 years agoPrefixed global variable with "m"
ajfish [Fri, 11 Aug 2006 18:20:39 +0000 (18:20 +0000)]
Prefixed global variable with "m"

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

17 years agoFixed issue with new MAP file feature a fprintf was using a pointer to the .PDB file...
ajfish [Fri, 11 Aug 2006 18:08:43 +0000 (18:08 +0000)]
Fixed issue with new MAP file feature a fprintf was using a pointer to the .PDB file that was in data that had been freed. Moved the fprint before the free and also print out if the image is PE32 or TE now in the map file.

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

17 years agoFixed bugs found when this code was ported into R8.
ajfish [Fri, 11 Aug 2006 18:04:56 +0000 (18:04 +0000)]
Fixed bugs found when this code was ported into R8.

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1239 6f19259b...
alfred [Fri, 11 Aug 2006 03:22:44 +0000 (03:22 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1239 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoChange Variable to use PCD
xgu3 [Thu, 10 Aug 2006 17:04:33 +0000 (17:04 +0000)]
Change Variable to use PCD

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

17 years agoFix BDS boot from file . and .. fail assertion
xgu3 [Thu, 10 Aug 2006 12:53:55 +0000 (12:53 +0000)]
Fix BDS boot from file . and .. fail assertion

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

17 years agoModify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOB
xgu3 [Thu, 10 Aug 2006 12:28:02 +0000 (12:28 +0000)]
Modify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOB

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1235 6f19259b...
alfred [Thu, 10 Aug 2006 09:48:30 +0000 (09:48 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1235 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1234 6f19259b...
alfred [Thu, 10 Aug 2006 09:33:40 +0000 (09:33 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1234 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1233 6f19259b...
alfred [Thu, 10 Aug 2006 09:31:10 +0000 (09:31 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1233 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd MigrationTools
alfred [Thu, 10 Aug 2006 09:27:16 +0000 (09:27 +0000)]
Add MigrationTools

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

17 years agoAdd Migration Tool Database files
qhuang8 [Thu, 10 Aug 2006 09:15:27 +0000 (09:15 +0000)]
Add Migration Tool Database files

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

17 years agoFix EDKT186.
qouyang [Thu, 10 Aug 2006 06:09:10 +0000 (06:09 +0000)]
Fix EDKT186.
Fix EDKT148.

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

17 years agoAdded stringToInt method to handle hex integer for FFS_ATTRIB_DATA_ALIGNMENT
jwang36 [Thu, 10 Aug 2006 06:02:12 +0000 (06:02 +0000)]
Added stringToInt method to handle hex integer for FFS_ATTRIB_DATA_ALIGNMENT

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

17 years agoRemoved unnecessary MSR access in InternalX86Delay()
bxing [Thu, 10 Aug 2006 04:42:10 +0000 (04:42 +0000)]
Removed unnecessary MSR access in InternalX86Delay()

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

17 years agoSync this file with MiscSubClass spec and add some struture alias to use them more...
lgao4 [Wed, 9 Aug 2006 09:45:32 +0000 (09:45 +0000)]
Sync this file with MiscSubClass spec and add some struture alias to use them more conviniently.

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

17 years agoFix EDKT 150 to make IPF XIP module 16-byte align. Create new IPF_PEI_CORE, IPF_PE32_...
lgao4 [Wed, 9 Aug 2006 08:29:38 +0000 (08:29 +0000)]
Fix EDKT 150 to make IPF XIP module 16-byte align. Create new IPF_PEI_CORE, IPF_PE32_PEIM ffs layout for IPF XIP module. And add 12 bytes Blank.pad file in build directory. And add PeiEntryPoint library class in PeiStatuCode module msa file.

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

17 years ago1. Added ReadWriteBarrier() before and after each I/O read/write function.
bxing [Wed, 9 Aug 2006 06:38:30 +0000 (06:38 +0000)]
1. Added ReadWriteBarrier() before and after each I/O read/write function.
2. Removed all ReadWriteBarrier() function calls in all MMIO functions.

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

17 years agoVariable PEIM use to PCD entry to get the base address of NV Storegae region.
qwang12 [Wed, 9 Aug 2006 05:09:30 +0000 (05:09 +0000)]
Variable PEIM use to PCD entry to get the base address of NV Storegae region.
This patch changes:

1) make the PcdFlashNvStorageVariableBase PCD entry type in Variable PEIM to be "DYNAMIC", which means it can be flexible to be FIX_AT_BUILD, DYNAMIC or PATCH_IN_MODULE.
2) make FlashMap depends on PCD_PPI
3) make FlashMap PEIM to the value of PcdFlashNvStorageVariableBase according NT emulator's FwhPPI installed by NT32 emulator's SEC.

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

17 years agoFixed EDKT163. Added code to assign "arch" to null when no "SupArchList" is specified...
jwang36 [Wed, 9 Aug 2006 04:56:49 +0000 (04:56 +0000)]
Fixed EDKT163. Added code to assign "arch" to null when no "SupArchList" is specified and made several format clean.

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

17 years agoSet different arguments for gcc3.x.x and gcc4.x.x. Suppress pointer-sign warning...
wuyizhong [Wed, 9 Aug 2006 03:14:51 +0000 (03:14 +0000)]
Set different arguments for gcc3.x.x and gcc4.x.x. Suppress pointer-sign warning in gcc4.x.x.

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

17 years agoChanged the alignment related member and method to conform to FFS spec.
jwang36 [Wed, 9 Aug 2006 02:25:52 +0000 (02:25 +0000)]
Changed the alignment related member and method to  conform to FFS spec.

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

17 years agoEnhance FfsLayout parsing. When specify a file for a section, then just use the file...
wuyizhong [Wed, 9 Aug 2006 02:18:20 +0000 (02:18 +0000)]
Enhance FfsLayout parsing. When specify a file for a section, then just use the file as section file.

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

17 years agoFixed grammar and column widths (set min, preferred and max widths for version and...
lhauch [Wed, 9 Aug 2006 01:09:11 +0000 (01:09 +0000)]
Fixed grammar and column widths (set min, preferred and max widths for version and arch)

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