]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
17 years agoChange PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PCD type...
lgao4 [Thu, 7 Sep 2006 08:24:27 +0000 (08:24 +0000)]
Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PCD type can be
FIXED_AT_BUILD and PATCHABLE_IN_MODULE.
Change Some WINNT PCDs type declared in EdkNt32Pkg.spd as DYNAMIC, because they is used in Nt32 emluator platform as DYNAMIC type.

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

17 years agoUnify the logger and exception in AutoGen.
qouyang [Thu, 7 Sep 2006 08:02:44 +0000 (08:02 +0000)]
Unify the logger and exception in AutoGen.

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

17 years agorefresh Pcd data from library instance when editing the settings of FrameworkModules
jlin16 [Thu, 7 Sep 2006 07:57:58 +0000 (07:57 +0000)]
refresh Pcd data from library instance when editing the settings of FrameworkModules

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

17 years agoRemove trailing blanks.
qhuang8 [Thu, 7 Sep 2006 07:40:42 +0000 (07:40 +0000)]
Remove trailing blanks.

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

17 years agofix logfile.close(), trim \n
alfred [Thu, 7 Sep 2006 07:19:39 +0000 (07:19 +0000)]
fix logfile.close(), trim \n

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

17 years agoMove ${PLATFORM}_build.xml from PLATFORM_DIR to BULID_DIR. Now, all output files...
wuyizhong [Thu, 7 Sep 2006 02:39:37 +0000 (02:39 +0000)]
Move ${PLATFORM}_build.xml from PLATFORM_DIR to BULID_DIR. Now, all output files will be only under BUILD_DIR. To change BUILD_DIR in FPD.PlatformDefinitions.OutputDirectory, both abstract and relative path is allowed. For relative path is relative to WORKSPACE_DIR. Default BUILD_DIR is PLATFORM_DIR/BUILD.

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

17 years agoThere is a potential flaw in HelpInfo.java previously. It use String[substrnum] to...
jjin9 [Thu, 7 Sep 2006 02:37:43 +0000 (02:37 +0000)]
There is a potential flaw in HelpInfo.java previously. It use String[substrnum] to save the result of splitString(), the substrnum is calculated approximatively and has to be set larger enough to provide sufficient space. So substrnum relate to the string specifically.
In this version, it use ListedList to implement the splitString(), which is independent of string specifically.

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

17 years agoSupport pointer return type
qhuang8 [Wed, 6 Sep 2006 11:20:45 +0000 (11:20 +0000)]
Support pointer return type

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

17 years agoSet MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace...
lgao4 [Wed, 6 Sep 2006 09:56:16 +0000 (09:56 +0000)]
Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace root build directory according to Jordon's suggestions.

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

17 years agoUpdate GlobalData, SPD, SurfaceAreaQuery to using EdkException.
wuyizhong [Wed, 6 Sep 2006 09:37:36 +0000 (09:37 +0000)]
Update GlobalData, SPD, SurfaceAreaQuery to using EdkException.

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

17 years ago1.modify the usage info
jjin9 [Wed, 6 Sep 2006 09:32:32 +0000 (09:32 +0000)]
1.modify the usage info
2.update the context tool to provide an example in help info

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

17 years agoFV from FDF file options editor.
jlin16 [Wed, 6 Sep 2006 09:28:47 +0000 (09:28 +0000)]
FV from FDF file options editor.

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

17 years agoUpdate RuntimeLib.
yshang1 [Wed, 6 Sep 2006 09:18:14 +0000 (09:18 +0000)]
Update RuntimeLib.

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

17 years agoEnhance doxygening function headers for .h file.
qhuang8 [Wed, 6 Sep 2006 07:49:27 +0000 (07:49 +0000)]
Enhance doxygening function headers for .h file.

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

17 years agoMinor adjustments.
qhuang8 [Wed, 6 Sep 2006 07:38:37 +0000 (07:38 +0000)]
Minor adjustments.

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

17 years agoRemove unused code.
yshang1 [Wed, 6 Sep 2006 07:38:07 +0000 (07:38 +0000)]
Remove unused code.

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

17 years agodebug R8Lib.h
alfred [Wed, 6 Sep 2006 07:32:58 +0000 (07:32 +0000)]
debug R8Lib.h
add @return

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

17 years agoUpdate Binary Fat module to release version for reduce size.
lgao4 [Wed, 6 Sep 2006 07:07:07 +0000 (07:07 +0000)]
Update Binary Fat module to release version for reduce size.

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

17 years agoChange GenBuildLogger format.
wuyizhong [Wed, 6 Sep 2006 06:38:26 +0000 (06:38 +0000)]
Change GenBuildLogger format.

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

17 years agoChanged EdkException to GenBuildException for consistency
jwang36 [Wed, 6 Sep 2006 06:07:25 +0000 (06:07 +0000)]
Changed EdkException to GenBuildException for consistency

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

17 years agoRemove FrameworkLogger in FrameworkTasks and EdkException in GenBuild. Update EdkLog...
wuyizhong [Wed, 6 Sep 2006 05:58:31 +0000 (05:58 +0000)]
Remove FrameworkLogger in FrameworkTasks and EdkException in GenBuild. Update EdkLog to accept one more parameter. Remove all System.out in GenBuild.

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

17 years agomodify r8onlylib generate
alfred [Wed, 6 Sep 2006 05:40:02 +0000 (05:40 +0000)]
modify r8onlylib generate
add Element

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

17 years agoLaplace take over SourceFileReplacer.java
alfred [Wed, 6 Sep 2006 04:39:31 +0000 (04:39 +0000)]
Laplace take over SourceFileReplacer.java

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

17 years agoAdded AutoGen.h to assembly and vfr dependency check
jwang36 [Wed, 6 Sep 2006 03:34:55 +0000 (03:34 +0000)]
Added AutoGen.h to assembly and vfr dependency check

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

17 years agoLaplace, run
alfred [Wed, 6 Sep 2006 02:14:52 +0000 (02:14 +0000)]
Laplace, run

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

17 years agoChanged EncapsulationTag to ToolName
lhauch [Wed, 6 Sep 2006 01:57:29 +0000 (01:57 +0000)]
Changed EncapsulationTag to ToolName

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

17 years agoAdd clean and cleanall target for Fat and Logo customized build xml.
lgao4 [Tue, 5 Sep 2006 13:52:58 +0000 (13:52 +0000)]
Add clean and cleanall target for Fat and Logo customized build xml.

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

17 years agoFix PeiLoadImage() for compressed peim to print the correct image address and entrypoint.
lgao4 [Tue, 5 Sep 2006 11:28:57 +0000 (11:28 +0000)]
Fix PeiLoadImage() for compressed peim to print the correct image address and entrypoint.

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

17 years agoa. Sync FV info with FDF file contents when editing FV information.
jlin16 [Tue, 5 Sep 2006 10:31:51 +0000 (10:31 +0000)]
a. Sync FV info with FDF file contents when editing FV information.
b. display module GUID in FrameworkModules if that module no longer exists in workspace.
c. modify SourceFiles to reflect changes in Wizard Package/Platform part.

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

17 years agoadd commentout entrypoint
alfred [Tue, 5 Sep 2006 08:59:44 +0000 (08:59 +0000)]
add commentout entrypoint

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

17 years agoREMODEL OF SourceFileReplacer.java
alfred [Tue, 5 Sep 2006 07:37:01 +0000 (07:37 +0000)]
REMODEL OF SourceFileReplacer.java
AT LAST

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

17 years ago1. Add keyboard support for tree pane, now you can press "ENTER" on a module/package...
hche10x [Tue, 5 Sep 2006 07:34:32 +0000 (07:34 +0000)]
1. Add keyboard support for tree pane, now you can press "ENTER" on a module/package/platform to open it, just like double-click.
2. Add check point when opening a node of tree, ignore the node whose id is null.

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

17 years agoadd dxsfile convert
alfred [Tue, 5 Sep 2006 07:04:47 +0000 (07:04 +0000)]
add dxsfile convert

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1461 6f19259b...
yshang1 [Tue, 5 Sep 2006 06:55:35 +0000 (06:55 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1461 6f19259b-4bc3-4df7-8a09-765794883524

17 years ago1. Fix EDKT230 "A library class should not be specified for a module more than one...
hche10x [Tue, 5 Sep 2006 06:51:14 +0000 (06:51 +0000)]
1. Fix EDKT230 "A library class should not be specified for a module more than one time"

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1459 6f19259b...
yshang1 [Tue, 5 Sep 2006 06:50:31 +0000 (06:50 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1459 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoAdd one more platform level common property "TARGET_DIR". Take Nt32 for example:...
wuyizhong [Tue, 5 Sep 2006 06:37:04 +0000 (06:37 +0000)]
Add one more platform level common property "TARGET_DIR". Take Nt32 for example: TARGET_DIR=${BUILD_DIR}/${TARGET}_${TAGNAME}

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

17 years agoMiss one import.
wuyizhong [Tue, 5 Sep 2006 06:33:27 +0000 (06:33 +0000)]
Miss one import.

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

17 years agoAdd one more platform level common property "TARGET_DIR". Take Nt32 for example:...
wuyizhong [Tue, 5 Sep 2006 06:27:16 +0000 (06:27 +0000)]
Add one more platform level common property "TARGET_DIR". Take Nt32 for example: TARGET_DIR=${BUILD_DIR}/${TARGET}_${TAGNAME}

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

17 years agoUpdate for the interface has changed.
wuyizhong [Tue, 5 Sep 2006 06:25:20 +0000 (06:25 +0000)]
Update for the interface has changed.

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

17 years agoAdd the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg PeiVariable...
lgao4 [Tue, 5 Sep 2006 06:20:21 +0000 (06:20 +0000)]
Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg PeiVariable, RuntimeDxeVariabe, and Ftw module needs these PCDs.
PcdFlashNvStorageVariableBase
PcdFlashNvStorageVariableSize
PcdFlashNvStorageFtwSpareBase
PcdFlashNvStorageFtwSpareSize
PcdFlashNvStorageFtwWorkingBase
PcdFlashNvStorageFtwWorkingSize

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

17 years ago1. Add a splash screen when starting, fix EDKT228
hche10x [Tue, 5 Sep 2006 06:11:36 +0000 (06:11 +0000)]
1. Add a splash screen when starting, fix EDKT228
2. Update FrameworkWizard.msa for files list

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1452 6f19259b...
yshang1 [Tue, 5 Sep 2006 06:05:32 +0000 (06:05 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1452 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoenhance ForDoAll
alfred [Tue, 5 Sep 2006 05:52:57 +0000 (05:52 +0000)]
enhance ForDoAll

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

17 years agoAdd two definitions to ToolDefinitions. Enhance EdkLog and GenBuildLogger. GenBuildLo...
wuyizhong [Tue, 5 Sep 2006 05:47:21 +0000 (05:47 +0000)]
Add two definitions to ToolDefinitions. Enhance EdkLog and GenBuildLogger. GenBuildLogger contains two behaviors now, one is for normal; while another is for multi-thread. (4)

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

17 years agoFollow up EDKT247-253
yshang1 [Tue, 5 Sep 2006 05:41:32 +0000 (05:41 +0000)]
Follow up EDKT247-253

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

17 years agoAdded pre-compiled header support for compiling source code
jwang36 [Tue, 5 Sep 2006 03:16:09 +0000 (03:16 +0000)]
Added pre-compiled header support for compiling source code

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

17 years agoAdd method for Microcode building
jchen20 [Tue, 5 Sep 2006 02:44:54 +0000 (02:44 +0000)]
Add method for Microcode building

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

17 years agoUpdate coding style of Nt32OemHookStatusCodeLib.c
yshang1 [Tue, 5 Sep 2006 02:39:09 +0000 (02:39 +0000)]
Update coding style of Nt32OemHookStatusCodeLib.c

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

17 years agoUpdate library constructor definition.
yshang1 [Tue, 5 Sep 2006 02:14:32 +0000 (02:14 +0000)]
Update library constructor definition.

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

17 years ago1. Fix bug EDKT241 "If and MSA file is missing, the Wizard gives a NULL Pointer Excep...
hche10x [Tue, 5 Sep 2006 02:12:02 +0000 (02:12 +0000)]
1. Fix bug EDKT241 "If and MSA file is missing, the Wizard gives a NULL Pointer Exception, with no hints that the workspace is not valid."

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

17 years agoFix EdkII tracker 219, change incorrect print level in line 200 and line 453 from...
lgao4 [Tue, 5 Sep 2006 02:07:18 +0000 (02:07 +0000)]
Fix EdkII tracker 219, change incorrect print level in line 200 and line 453 from EFI_D_INFO to EFI_D_ERROR

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

17 years agoAdded two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is for...
jwang36 [Tue, 5 Sep 2006 01:43:14 +0000 (01:43 +0000)]
Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is for compiling source files with pre-compiled header file.

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

17 years agoFor long text display for table cell.
jlin16 [Mon, 4 Sep 2006 09:34:14 +0000 (09:34 +0000)]
For long text display for table cell.

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

17 years agoa. Enhanced toolchain setting UI for ModuleSa build options and global build options.
jlin16 [Mon, 4 Sep 2006 09:32:37 +0000 (09:32 +0000)]
a. Enhanced toolchain setting UI for ModuleSa build options and global build options.
b. Fpd editor, Flash part UI FV operations.

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

17 years agolet critic prepared
alfred [Mon, 4 Sep 2006 08:43:05 +0000 (08:43 +0000)]
let critic prepared

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

17 years agoBackup original properties to avoid property overriding message. This change is for...
wuyizhong [Mon, 4 Sep 2006 07:13:01 +0000 (07:13 +0000)]
Backup original properties to avoid property overriding message. This change is for multi-thread build preparations. (3)

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

17 years agomodify moduleinfo
alfred [Mon, 4 Sep 2006 06:38:16 +0000 (06:38 +0000)]
modify moduleinfo

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1436 6f19259b...
yshang1 [Mon, 4 Sep 2006 06:26:18 +0000 (06:26 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1436 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoUpdate Coding style of status code.
yshang1 [Mon, 4 Sep 2006 06:09:01 +0000 (06:09 +0000)]
Update Coding style of status code.

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

17 years agoAdd thread control classes. (2)
wuyizhong [Mon, 4 Sep 2006 04:50:59 +0000 (04:50 +0000)]
Add thread control classes. (2)

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

17 years agoAdd thread control classes. (2)
wuyizhong [Mon, 4 Sep 2006 03:49:31 +0000 (03:49 +0000)]
Add thread control classes. (2)

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

17 years agoFollow up EDKT238, EDKT239, EDKT242, EDKT243
yshang1 [Mon, 4 Sep 2006 03:37:39 +0000 (03:37 +0000)]
Follow up EDKT238, EDKT239, EDKT242, EDKT243

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

17 years agoFix EdkII tracker 223 to enhance genfvimage tool to support TE image format. If so...
lgao4 [Fri, 1 Sep 2006 12:30:25 +0000 (12:30 +0000)]
Fix EdkII tracker 223 to enhance genfvimage tool to support TE image format. If so, PEI CORE can contain one TE section to reduce size.

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1430 6f19259b...
wuyizhong [Fri, 1 Sep 2006 09:46:29 +0000 (09:46 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1430 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoadd the copyright info and the file description.
jjin9 [Fri, 1 Sep 2006 09:39:30 +0000 (09:39 +0000)]
add the copyright info and the file description.

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

17 years agoRemove static from SurfaceAreaQuery.java for preparing parallel build.(1)
wuyizhong [Fri, 1 Sep 2006 09:28:15 +0000 (09:28 +0000)]
Remove static from SurfaceAreaQuery.java for preparing parallel build.(1)

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

17 years agoadd ContextTool to workspace/Tools
jjin9 [Fri, 1 Sep 2006 09:21:38 +0000 (09:21 +0000)]
add ContextTool to workspace/Tools
In directory: workspace/Tools/bin
please type: ContextTool to see the usage help

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

17 years agoDom test
alfred [Fri, 1 Sep 2006 09:13:03 +0000 (09:13 +0000)]
Dom test

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

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1425 6f19259b...
yshang1 [Fri, 1 Sep 2006 09:10:03 +0000 (09:10 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1425 6f19259b-4bc3-4df7-8a09-765794883524

17 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1424 6f19259b...
yshang1 [Fri, 1 Sep 2006 09:07:37 +0000 (09:07 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1424 6f19259b-4bc3-4df7-8a09-765794883524

17 years agoFollow up EDKT236.
yshang1 [Fri, 1 Sep 2006 07:45:55 +0000 (07:45 +0000)]
Follow up EDKT236.

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

17 years ago1. Fix EDKT202 "Some externs do not have attribute SupArchList"
hche10x [Fri, 1 Sep 2006 06:23:58 +0000 (06:23 +0000)]
1. Fix EDKT202 "Some externs do not have attribute SupArchList"

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

17 years agoadd lisence
alfred [Fri, 1 Sep 2006 06:19:05 +0000 (06:19 +0000)]
add lisence
modify ui func

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

17 years ago1. Fix EDKT214 "Framework Wizard is not synchronized with FrameworkDatabase.db when...
hche10x [Fri, 1 Sep 2006 06:11:35 +0000 (06:11 +0000)]
1. Fix EDKT214 "Framework Wizard is not synchronized with FrameworkDatabase.db when install FAR"
2. Remove some unused code from some files.

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

17 years agoFollow up EDKT235
yshang1 [Fri, 1 Sep 2006 06:09:37 +0000 (06:09 +0000)]
Follow up EDKT235

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

17 years agoFollow up tracker:
yshang1 [Fri, 1 Sep 2006 05:37:49 +0000 (05:37 +0000)]
Follow up tracker:
EDKT236, EDKT237, EDKT232, EDKT229 , EDKT233

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

17 years agoadd ModuleInfo2OutputPath Map
alfred [Fri, 1 Sep 2006 03:24:35 +0000 (03:24 +0000)]
add ModuleInfo2OutputPath Map
modify inf chooser

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

17 years agoFlash UI add new FV feature. modify FvImageNames and FvBindings in fpd file if FV...
jlin16 [Thu, 31 Aug 2006 10:34:14 +0000 (10:34 +0000)]
Flash UI add new FV feature. modify FvImageNames and FvBindings in fpd file if FV name changes.

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

17 years agoRemove stand-alone module judge when parse FPD file.
wuyizhong [Thu, 31 Aug 2006 08:38:25 +0000 (08:38 +0000)]
Remove stand-alone module judge when parse FPD file.

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

17 years agoinitialize text fields to empty when switching dynamic pcd entries.
jlin16 [Thu, 31 Aug 2006 02:02:44 +0000 (02:02 +0000)]
initialize text fields to empty when switching dynamic pcd entries.

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

17 years agoAdd in PCD instantiation for newly added PCD in PcdPEIM.
qwang12 [Thu, 31 Aug 2006 01:43:06 +0000 (01:43 +0000)]
Add in PCD instantiation for newly added PCD in PcdPEIM.

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

17 years agofunc name changed & modify common.todoall
alfred [Thu, 31 Aug 2006 01:06:09 +0000 (01:06 +0000)]
func name changed & modify common.todoall

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

17 years agochange boolean PCD value to capital "TRUE" "FALSE".
jlin16 [Wed, 30 Aug 2006 09:37:44 +0000 (09:37 +0000)]
change boolean PCD value to capital "TRUE" "FALSE".

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

17 years agoChange true to TRUE.
qwang12 [Wed, 30 Aug 2006 09:24:04 +0000 (09:24 +0000)]
Change true to TRUE.

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

17 years agoChange true to TRUE.
qwang12 [Wed, 30 Aug 2006 09:21:08 +0000 (09:21 +0000)]
Change true to TRUE.

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

17 years agoAdd in feature flag PcdPeiPcdDatabaseSetEnabled, PcdPeiPcdDatabaseGetSizeEnabled...
qwang12 [Wed, 30 Aug 2006 09:11:34 +0000 (09:11 +0000)]
Add in feature flag PcdPeiPcdDatabaseSetEnabled, PcdPeiPcdDatabaseGetSizeEnabled, PcdPeiPcdDatabaseCallbackOnSetEnabled, PcdPeiPcdDatabaseExEnabled to allow user to customize Pcd service PEIM. It is very curical to save size in PEI phase.

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

17 years agoeditable comment style
alfred [Wed, 30 Aug 2006 08:36:25 +0000 (08:36 +0000)]
editable comment style

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

17 years agoChange output dir layout from Target/TagName/Arch to Target_TagName/Arch.
wuyizhong [Wed, 30 Aug 2006 03:57:57 +0000 (03:57 +0000)]
Change output dir layout from Target/TagName/Arch to Target_TagName/Arch.

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

17 years agoAdd comments.
qouyang [Wed, 30 Aug 2006 03:53:23 +0000 (03:53 +0000)]
Add comments.

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

17 years agoAdd Arch Check for single module build. To Fix T167 & T224.
wuyizhong [Wed, 30 Aug 2006 03:11:48 +0000 (03:11 +0000)]
Add Arch Check for single module build. To Fix T167 & T224.

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

17 years agoAdded the ToolChainId class which will read the target.txt and tool definition files...
lhauch [Tue, 29 Aug 2006 20:49:49 +0000 (20:49 +0000)]
Added the ToolChainId class which will read the target.txt and tool definition files with various return values.  Updated the ToolTipText in FpdPlatformDefs.java as well as changed the Build Targets from freeform to ComboBox (with the ability to add a new Target name.)

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

17 years agorearrange target of procedures of library instance selection.
jlin16 [Tue, 29 Aug 2006 09:18:39 +0000 (09:18 +0000)]
rearrange target of procedures of library instance selection.

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

17 years agoModify the Autogen.java for <SetVirtualAddressMapCallBack> and
qouyang [Tue, 29 Aug 2006 07:36:14 +0000 (07:36 +0000)]
Modify the Autogen.java for <SetVirtualAddressMapCallBack> and
      <ExitBootServicesCallBack> only working on module type as DXE_DRIVER, DXE_RUNTIME_DRIVER,DXE_SAL_DRIVER,UEFI_DRIVER, UEFI_APPLICATION.

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

17 years agoAdd check before adding msa file to spd file.
jlin16 [Tue, 29 Aug 2006 06:01:11 +0000 (06:01 +0000)]
Add check before adding msa file to spd file.

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

17 years agoFix track EDKT213: PCD value size should be specificed when generate const variable...
klu2 [Tue, 29 Aug 2006 05:28:36 +0000 (05:28 +0000)]
Fix track EDKT213: PCD value size should be specificed when generate const variable for String type, PATCHABLE_IN_MODULE type PCD.
The fixing work is translate the ANSIC string or Unicode string to byte array for PATCHABLE_IN_MODULE PCD.

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

17 years agoAdd a Pcd to define the maximum number of performance log entries during PEI phase.
qhuang8 [Tue, 29 Aug 2006 01:52:19 +0000 (01:52 +0000)]
Add a Pcd to define the maximum number of performance log entries during PEI phase.

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

17 years agoremoved the FlowLayout and made everything fixed.
lhauch [Tue, 29 Aug 2006 01:20:05 +0000 (01:20 +0000)]
removed the FlowLayout and made everything fixed.

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

17 years agoFix the warning of "Unknown argument: -noclasspath" when calling "edksetup ForceRebuild".
qouyang [Mon, 28 Aug 2006 13:06:24 +0000 (13:06 +0000)]
Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup ForceRebuild".

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

17 years agoModify the implementation of performance library so that:
qhuang8 [Mon, 28 Aug 2006 08:36:01 +0000 (08:36 +0000)]
Modify the implementation of performance library so that:
PcdPerformanceLibraryPropertyMask can turn on/off performance measurement.

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