]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
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

17 years agosingleton of Database & FirstPanel
alfred [Mon, 28 Aug 2006 02:55:44 +0000 (02:55 +0000)]
singleton of Database & FirstPanel

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

17 years agoadd MigrationTool
alfred [Mon, 28 Aug 2006 02:28:24 +0000 (02:28 +0000)]
add MigrationTool

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

17 years agoGenerate Module Orders in FV at BuildOptions, UserExtensions with UserId "IMAGES...
jlin16 [Sun, 27 Aug 2006 02:56:35 +0000 (02:56 +0000)]
Generate Module Orders in FV at BuildOptions, UserExtensions with UserId "IMAGES" and Identifier "1".

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

17 years agochanged variable names from textfieldsomething to somethingtextfield
lhauch [Sun, 27 Aug 2006 00:45:02 +0000 (00:45 +0000)]
changed variable names from textfieldsomething to somethingtextfield

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

17 years agoMade the Specification look like a comment at the bottom of the page, since it cannot...
lhauch [Sun, 27 Aug 2006 00:43:05 +0000 (00:43 +0000)]
Made the Specification look like a comment at the bottom of the page, since it cannot be modified, it did not need to have a label, nor did it require the star, indicating that it was required.  Also made the Copyright a ScrollPane so that multiple copyright lines can be displayed.

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

17 years ago1. Fix a bug about "Can't open a module/platform/package again after they are closed...
hche10x [Sat, 26 Aug 2006 01:51:56 +0000 (01:51 +0000)]
1. Fix a bug about "Can't open a module/platform/package again after they are closed once"

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

17 years agoAdded Support for OPTIONAL property: MULTIPLE_THREAD = enable tag (if not present...
lhauch [Fri, 25 Aug 2006 20:58:03 +0000 (20:58 +0000)]
Added Support for OPTIONAL property: MULTIPLE_THREAD = enable tag (if not present, MULTIPLE_THREAD should be disabled!  Wizard removes this line if not enabled.)
Added Support for OPTIONAL property: MAX_CONCURRENT_THREAD_NUMBER = #  (if MULTIPLE_THREAD is not present, then this should be ignored! - wizard will remove this line if MULTIPLE_THREAD is not enabled.)

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

17 years agodraft UI implementation of module orders in FV.
jlin16 [Fri, 25 Aug 2006 18:53:59 +0000 (18:53 +0000)]
draft UI implementation of module orders in FV.

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

17 years agoMade the Specification look like a comment at the bottom of the page, since it cannot...
lhauch [Fri, 25 Aug 2006 17:18:54 +0000 (17:18 +0000)]
Made the Specification look like a comment at the bottom of the page, since it cannot be modified, it did not need to have a label, nor did it require the star, indicating that it was required.

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

17 years agoFix EDKT212.
wuyizhong [Fri, 25 Aug 2006 03:01:17 +0000 (03:01 +0000)]
Fix EDKT212.

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

17 years agoStarted cleaning up the Build Options screen so that we can add some additional infor...
lhauch [Fri, 25 Aug 2006 01:44:06 +0000 (01:44 +0000)]
Started cleaning up the Build Options screen so that we can add some additional information for the command line arguments that need to be put into the <BuildOptions><Options><Option> lines.
Re-ordered the content in the file, removed the layout from the Options tab.  No changes to functionality were made, just look & feel.

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

17 years agoUse unified global data to get module informations.
jlin16 [Thu, 24 Aug 2006 23:37:27 +0000 (23:37 +0000)]
Use unified global data to get module informations.

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

17 years ago1. Provide "Find" function for Ppi/Protocol/Guid/Pcd/LibraryClass.
hche10x [Thu, 24 Aug 2006 20:58:25 +0000 (20:58 +0000)]
1. Provide "Find" function for Ppi/Protocol/Guid/Pcd/LibraryClass.

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

17 years agoFix track EDKT106 & EDKT112: map LibPcdSetPtr function for PatchPcdSetPtr macro funct...
klu2 [Thu, 24 Aug 2006 17:04:56 +0000 (17:04 +0000)]
Fix track EDKT106 & EDKT112: map LibPcdSetPtr function for PatchPcdSetPtr macro function defined in PcdLib library class

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

17 years agoFixed the issue caused by introducing INCLUDE_PATH property;
jwang36 [Thu, 24 Aug 2006 13:40:42 +0000 (13:40 +0000)]
Fixed the issue caused by introducing INCLUDE_PATH property;
Re-designed NestElement class and all classes which implemented its interface because they have many common code; and changed all classes which use those re-designed classes.

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

17 years agoModify code according suggestion from code review meeting.
qouyang [Thu, 24 Aug 2006 09:24:29 +0000 (09:24 +0000)]
Modify code according suggestion from code review meeting.

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

17 years agomodify output path
alfred [Thu, 24 Aug 2006 04:19:53 +0000 (04:19 +0000)]
modify output path

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

17 years agomodify critic
alfred [Thu, 24 Aug 2006 03:06:30 +0000 (03:06 +0000)]
modify critic

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

17 years agomodify critic
alfred [Thu, 24 Aug 2006 03:02:29 +0000 (03:02 +0000)]
modify critic

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

17 years agomodify ui title
alfred [Thu, 24 Aug 2006 02:06:17 +0000 (02:06 +0000)]
modify ui title

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

17 years agolittle modify
alfred [Thu, 24 Aug 2006 01:00:09 +0000 (01:00 +0000)]
little modify

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

17 years agoUI rearrangement for build options and moduleSa settings.
jlin16 [Wed, 23 Aug 2006 23:51:50 +0000 (23:51 +0000)]
UI rearrangement for build options and moduleSa settings.

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

17 years agoFixed grammar in messages.
lhauch [Wed, 23 Aug 2006 18:04:35 +0000 (18:04 +0000)]
Fixed grammar in messages.

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

17 years agoFixed grammar in messages.
lhauch [Wed, 23 Aug 2006 18:03:17 +0000 (18:03 +0000)]
Fixed grammar in messages.

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

17 years agoFixed grammar in messages.
lhauch [Wed, 23 Aug 2006 17:51:26 +0000 (17:51 +0000)]
Fixed grammar in messages.

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

17 years agoFixed grammar in messages.
lhauch [Wed, 23 Aug 2006 17:40:50 +0000 (17:40 +0000)]
Fixed grammar in messages.

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

17 years agoFixed spelling errors and XML element capitalization.
lhauch [Wed, 23 Aug 2006 17:06:08 +0000 (17:06 +0000)]
Fixed spelling errors and XML element capitalization.

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

17 years agoFixed grammar in messages.
lhauch [Wed, 23 Aug 2006 16:39:35 +0000 (16:39 +0000)]
Fixed grammar in messages.

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

17 years agoFixed grammar in messages.
lhauch [Wed, 23 Aug 2006 15:58:45 +0000 (15:58 +0000)]
Fixed grammar in messages.

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

17 years agoFixed grammar in messages
lhauch [Wed, 23 Aug 2006 15:13:10 +0000 (15:13 +0000)]
Fixed grammar in messages

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