]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
14 years agoUse UNI file string to display Boot Option for language localization.
gikidy [Thu, 25 Jun 2009 04:44:45 +0000 (04:44 +0000)]
Use UNI file string to display Boot Option for language localization.

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

14 years agofix build failure.
eric_tian [Thu, 25 Jun 2009 03:15:56 +0000 (03:15 +0000)]
fix build failure.

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

14 years agochange the enum field name convention to pass ECC
eric_tian [Thu, 25 Jun 2009 03:14:12 +0000 (03:14 +0000)]
change the enum field name convention to pass ECC

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

14 years agoroll back r8590 patch
eric_tian [Thu, 25 Jun 2009 02:07:10 +0000 (02:07 +0000)]
roll back r8590 patch

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

14 years agoFix build warning of implicitly pointer casting
klu2 [Wed, 24 Jun 2009 19:12:35 +0000 (19:12 +0000)]
Fix build warning of implicitly pointer casting

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

14 years agoadd assertion to ensure ACPI table is checksumed.
eric_tian [Wed, 24 Jun 2009 09:44:32 +0000 (09:44 +0000)]
add assertion to ensure ACPI table is checksumed.

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

14 years agodo checksum before installing IBFT.
eric_tian [Wed, 24 Jun 2009 09:39:47 +0000 (09:39 +0000)]
do checksum before installing IBFT.

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

14 years agoFix the potential issue that using integrate as BOOLEAN value in judgment.
klu2 [Wed, 24 Jun 2009 08:41:14 +0000 (08:41 +0000)]
Fix the potential issue that using integrate as BOOLEAN value in judgment.

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

14 years agoUse INTN to case the result of subtract
klu2 [Wed, 24 Jun 2009 07:50:36 +0000 (07:50 +0000)]
Use INTN to case the result of subtract

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

14 years agoExplicit to judge whether Index is out of boundary.
klu2 [Wed, 24 Jun 2009 07:42:19 +0000 (07:42 +0000)]
Explicit to judge whether Index is out of boundary.

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

14 years agoAdd NULL checking for input parameter.
klu2 [Wed, 24 Jun 2009 07:04:45 +0000 (07:04 +0000)]
Add NULL checking for input parameter.

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

14 years ago1) Add blank before @file to follows doxygen style.
klu2 [Wed, 24 Jun 2009 06:29:12 +0000 (06:29 +0000)]
1) Add blank before @file to follows doxygen style.
2) Adjust function order to avoid pre-declaration for function prototype.

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

14 years agoRefine comments
klu2 [Wed, 24 Jun 2009 06:21:49 +0000 (06:21 +0000)]
Refine comments

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

14 years agoRefine comments.
klu2 [Wed, 24 Jun 2009 06:13:43 +0000 (06:13 +0000)]
Refine comments.

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

14 years agoThis patch includes:
klu2 [Wed, 24 Jun 2009 05:49:49 +0000 (05:49 +0000)]
This patch includes:
1) Update and refine functions/header files comments
2) Try to use LinkedList library instance produced by BaseLib but not access linked list via pointer directly.

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

14 years agoUpdate code style and comments
lgao4 [Wed, 24 Jun 2009 05:33:36 +0000 (05:33 +0000)]
Update code style and comments

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

14 years agoRefine the comments for IntelFrameworkPkg/Include/Protocol/DataHub.h
klu2 [Wed, 24 Jun 2009 03:01:38 +0000 (03:01 +0000)]
Refine the comments for IntelFrameworkPkg/Include/Protocol/DataHub.h

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

14 years agoremove the self-implementation on checksum() in this module by using BaseLib.
eric_tian [Wed, 24 Jun 2009 02:32:30 +0000 (02:32 +0000)]
remove the self-implementation on checksum() in this module by using BaseLib.

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

14 years agoremove the self-implementation on checksum() in this module by using BaseLib.
eric_tian [Wed, 24 Jun 2009 02:30:53 +0000 (02:30 +0000)]
remove the self-implementation on checksum() in this module by using BaseLib.

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

14 years agoCode scrub for IdeBusDxe driver
jchen20 [Wed, 24 Jun 2009 02:21:05 +0000 (02:21 +0000)]
Code scrub for IdeBusDxe driver

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

14 years agoUpdate structure's comments to doxygen style.
klu2 [Wed, 24 Jun 2009 02:18:54 +0000 (02:18 +0000)]
Update structure's comments to doxygen style.

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

14 years agoRestore Include/Library/ShellCEntryLib.h. Cleanup function and
jljusten [Tue, 23 Jun 2009 21:40:29 +0000 (21:40 +0000)]
Restore Include/Library/ShellCEntryLib.h.  Cleanup function and
function prototype comments.

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

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8633 6f19259b...
jcarsey [Tue, 23 Jun 2009 21:15:07 +0000 (21:15 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8633 6f19259b-4bc3-4df7-8a09-765794883524

14 years agoFix a syntax error. There was an extra closing parenthesis: ')'
jljusten [Tue, 23 Jun 2009 18:30:45 +0000 (18:30 +0000)]
Fix a syntax error.  There was an extra closing parenthesis: ')'

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

14 years agoSet the SMI port in the ACPI FACP table to 0. This signals to the
jljusten [Tue, 23 Jun 2009 18:30:44 +0000 (18:30 +0000)]
Set the SMI port in the ACPI FACP table to 0.  This signals to the
ACPI Operating System that a transition from SMI to SCI mode is not
required.

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

14 years agoMake 0xa0000 - 0xb0000 I/O memory.
jljusten [Tue, 23 Jun 2009 18:30:43 +0000 (18:30 +0000)]
Make 0xa0000 - 0xb0000 I/O memory.

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

14 years agoFix some potential buffer overflow issue.
klu2 [Tue, 23 Jun 2009 09:36:17 +0000 (09:36 +0000)]
Fix some potential buffer overflow issue.

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

14 years agofixed Unix GCC build issue.
vanjeff [Tue, 23 Jun 2009 09:31:41 +0000 (09:31 +0000)]
fixed Unix GCC build issue.

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

14 years agoFix potential buffer overflow issue.
klu2 [Tue, 23 Jun 2009 08:57:31 +0000 (08:57 +0000)]
Fix potential buffer overflow issue.

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

14 years agoAdd more checking to avoid the buffer overflow.
klu2 [Tue, 23 Jun 2009 08:42:38 +0000 (08:42 +0000)]
Add more checking to avoid the buffer overflow.

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

14 years agorefine VariablePei driver to unify the algorithm of access VariableIndexTable among...
eric_tian [Tue, 23 Jun 2009 08:30:04 +0000 (08:30 +0000)]
refine VariablePei driver to unify the algorithm of access VariableIndexTable among various archs.
1. record the distance of two neighboring VAR_ADDED type variables rather than the offset of each variable. As the field recording this info is UINT16 width, the latter causes in IA32/X64 platform, it can only cache those variables from offset 0 to offset 2^16; in IPF platform, from offset 0 to offset 2^18(extend the scope by left-shift the offset two bits).
when taking the former algorithm, the max range of caching variable is from offset 0 to offset 122*(2^16)

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

14 years agoClean up meta data and code scrub for PCI Bus module.
vanjeff [Tue, 23 Jun 2009 07:19:00 +0000 (07:19 +0000)]
Clean up meta data and code scrub for PCI Bus module.

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

14 years agoSynchronize the binary with build tools' source at r1630 which fix the issue that...
klu2 [Tue, 23 Jun 2009 05:42:02 +0000 (05:42 +0000)]
Synchronize the binary with build tools' source at r1630 which fix the issue that the dependency of some header files is missed in Gnu makefile

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

14 years agofixed one bug causing "sct -u" failure when running at twice or more times.
vanjeff [Mon, 22 Jun 2009 07:55:37 +0000 (07:55 +0000)]
fixed one bug causing "sct -u" failure when running at twice or more times.

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

14 years agoCorrect the code format.
lgao4 [Mon, 22 Jun 2009 06:02:05 +0000 (06:02 +0000)]
Correct the code format.

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

14 years agoThis patch includes:
klu2 [Mon, 22 Jun 2009 03:01:53 +0000 (03:01 +0000)]
This patch includes:
1) Use the binaries of boot sector directly instead of building it. Because the code of boot sector will be modified rarely and it is native code.
2) Correct the shell binary file path which is changed by recently.

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

14 years agoUpdate FV file path to follow the definition in Framework DxeCis 0.91.
lgao4 [Mon, 22 Jun 2009 02:15:30 +0000 (02:15 +0000)]
Update FV file path to follow the definition in Framework DxeCis 0.91.

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

14 years agoFix the wrong structure definition in Smbios.h.
klu2 [Sun, 21 Jun 2009 13:56:26 +0000 (13:56 +0000)]
Fix the wrong structure definition in Smbios.h.

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

14 years agoSynchronize all binaries with build tools source base on r1628.
klu2 [Sun, 21 Jun 2009 13:33:37 +0000 (13:33 +0000)]
Synchronize all binaries with build tools source base on r1628.

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

14 years agoFix ICC compatibility issues
mdkinney [Sat, 20 Jun 2009 17:05:16 +0000 (17:05 +0000)]
Fix ICC compatibility issues

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

14 years agoSynchronize binary with modification of r1618 in buildtools project. The modification...
klu2 [Fri, 19 Jun 2009 15:55:44 +0000 (15:55 +0000)]
Synchronize binary with modification of r1618 in buildtools project. The modification is made for WorkspaceDatabase.py and affect the frozen binary of build.exe, GenFds.exe and TargetTools.exe
The modification is add additional checking for whether need renew the immediate file workspace database, the renew reason maybe:
The renew reason maybe:
1) If user force to renew;
2) If user do not force renew, and
   a) If the time of last modified python source is newer than database file;
   b) If the time of last modified frozen executable file is newer than database file, the executable file is build.exe in window and build in Linux/Unix/OSX

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

14 years agoRefine include file for PCI Platform Protocol, and update C source code accordingly.
xli24 [Fri, 19 Jun 2009 09:35:07 +0000 (09:35 +0000)]
Refine include file for PCI Platform Protocol, and update C source code accordingly.

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

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8613 6f19259b...
jchen20 [Fri, 19 Jun 2009 08:52:01 +0000 (08:52 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8613 6f19259b-4bc3-4df7-8a09-765794883524

14 years agoRemove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable
klu2 [Fri, 19 Jun 2009 08:50:35 +0000 (08:50 +0000)]
Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable

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

14 years agoRemove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable
klu2 [Fri, 19 Jun 2009 08:49:10 +0000 (08:49 +0000)]
Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable

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

14 years agoRemove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable
klu2 [Fri, 19 Jun 2009 08:48:13 +0000 (08:48 +0000)]
Remove unused PCDs: PcdPciIsaEnable and PcdPciVgaEnable

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

14 years agoCode scrub for IdeBusDxe driver and PeiS3Lib.(undergoing)
jchen20 [Fri, 19 Jun 2009 08:40:58 +0000 (08:40 +0000)]
Code scrub for IdeBusDxe driver and PeiS3Lib.(undergoing)

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

14 years agoCode scrub for VgaMiniPortDxe.
xli24 [Fri, 19 Jun 2009 08:26:33 +0000 (08:26 +0000)]
Code scrub for VgaMiniPortDxe.

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

14 years agoAdd missing source item in INF for Bmp.h header file
klu2 [Fri, 19 Jun 2009 07:59:04 +0000 (07:59 +0000)]
Add missing source item in INF for Bmp.h header file

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

14 years ago1) Make naming of enumeration type follows coding style
klu2 [Fri, 19 Jun 2009 07:45:13 +0000 (07:45 +0000)]
1) Make naming of enumeration type follows coding style
2) Add missing parameter in function description.

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

14 years agoRefine the comments.
klu2 [Fri, 19 Jun 2009 06:52:51 +0000 (06:52 +0000)]
Refine the comments.

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

14 years agoClean up the Ps2keyboardDxe module
klu2 [Fri, 19 Jun 2009 06:18:09 +0000 (06:18 +0000)]
Clean up the Ps2keyboardDxe module
1) Use MicroSecondDelay() produced by TimerLib to replace gBS->Stall
2) Add more command/register/status definition for 8042/8048 chipset and remove hard code value used in driver's source code;
3) Remove some unused function declaration before function implementation.

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

14 years agoUpdate comments.
xli24 [Fri, 19 Jun 2009 05:36:19 +0000 (05:36 +0000)]
Update comments.

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

14 years agoCode scrub for SmmRuntimeDxeReportStatusCodeLibFramework.
xli24 [Fri, 19 Jun 2009 05:29:50 +0000 (05:29 +0000)]
Code scrub for SmmRuntimeDxeReportStatusCodeLibFramework.

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

14 years agoRemove an inline assembly statement added for debug
rsun3 [Thu, 18 Jun 2009 11:21:09 +0000 (11:21 +0000)]
Remove an inline assembly statement added for debug

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

14 years agoReviewed the description in the FatBinPkg .dec file.
pkandel [Thu, 18 Jun 2009 10:53:54 +0000 (10:53 +0000)]
Reviewed the description in the FatBinPkg .dec file.

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

14 years agoReviewed the description of ECP in the .dec file for clarity and completeness, and...
pkandel [Thu, 18 Jun 2009 10:52:29 +0000 (10:52 +0000)]
Reviewed the description of ECP in the .dec file for clarity and completeness, and reviewed comments in the Compatibility/Include folder.

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

14 years agoRemove the binary files of those applications which have been contained in Minimum...
eric_tian [Thu, 18 Jun 2009 09:56:14 +0000 (09:56 +0000)]
Remove the binary files of those applications which have been contained in Minimum Shell. Only retain those applications which is in Full Shell but not in Minimum Shell.

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

14 years agoThe unicode char and shift unicode char should be unicode but not ascii char.
klu2 [Thu, 18 Jun 2009 09:24:42 +0000 (09:24 +0000)]
The unicode char and shift unicode char should be unicode but not ascii char.

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

14 years agoupdate the usage help text on variable statistic information.
eric_tian [Thu, 18 Jun 2009 08:23:57 +0000 (08:23 +0000)]
update the usage help text on variable statistic information.
VariableInfo application also is added a output string to help user know what happens.

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

14 years agoCorrect Fat Comments
lgao4 [Thu, 18 Jun 2009 08:01:07 +0000 (08:01 +0000)]
Correct Fat Comments
Add Fat License

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

14 years agoCode scrub for PeiDxeDebugLibReportStatusCode.
xli24 [Thu, 18 Jun 2009 07:25:24 +0000 (07:25 +0000)]
Code scrub for PeiDxeDebugLibReportStatusCode.

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

14 years agoFix wrong variable used that may overwrite correct data with incorrect one.
gikidy [Thu, 18 Jun 2009 06:40:20 +0000 (06:40 +0000)]
Fix wrong variable used that may overwrite correct data with incorrect one.

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

14 years agoRetire FrameworkDevicePath header file. It is not defined in framework spec. And...
lgao4 [Thu, 18 Jun 2009 05:21:54 +0000 (05:21 +0000)]
Retire FrameworkDevicePath header file. It is not defined in framework spec. And it is not used by EDKII modules.

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

14 years ago1. used PciPlatfromProtocolGuid to get VgaIo and IsaIo supported capability.
vanjeff [Thu, 18 Jun 2009 03:03:59 +0000 (03:03 +0000)]
1. used PciPlatfromProtocolGuid to get VgaIo and IsaIo supported capability.
2. Fixed ECC issues.

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

14 years agothe checksum must to be updated when install a new table into ACPI table
eric_tian [Thu, 18 Jun 2009 01:31:05 +0000 (01:31 +0000)]
the checksum must to be updated when install a new table into ACPI table

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

14 years agofix swap of pointers
jcarsey [Wed, 17 Jun 2009 16:39:35 +0000 (16:39 +0000)]
fix swap of pointers

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

14 years agoAdd ASL_OUTFLAG to contain the different ASL output options.
lgao4 [Wed, 17 Jun 2009 09:34:46 +0000 (09:34 +0000)]
Add ASL_OUTFLAG to contain the different ASL output options.
ASL_FLAG to contain other ASL options.

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

14 years agoUpdate header file comments.
lgao4 [Wed, 17 Jun 2009 08:46:49 +0000 (08:46 +0000)]
Update header file comments.

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

14 years agoFix build of ShellC Lib/App for GCC.
jljusten [Wed, 17 Jun 2009 08:02:21 +0000 (08:02 +0000)]
Fix build of ShellC Lib/App for GCC.

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

14 years agoadd meta-data to describe module behavior
eric_tian [Wed, 17 Jun 2009 02:19:09 +0000 (02:19 +0000)]
add meta-data to describe module behavior

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

14 years agoclean ECC issue
eric_tian [Wed, 17 Jun 2009 01:57:42 +0000 (01:57 +0000)]
clean ECC issue

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

14 years agoremoving return cursor to old position...
jcarsey [Wed, 17 Jun 2009 00:52:11 +0000 (00:52 +0000)]
removing return cursor to old position...

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

14 years agoadding sample "C" entry application
jcarsey [Tue, 16 Jun 2009 19:59:59 +0000 (19:59 +0000)]
adding sample "C" entry application

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

14 years agofixed color printing in ShellPrintEx function
jcarsey [Tue, 16 Jun 2009 19:03:54 +0000 (19:03 +0000)]
fixed color printing in ShellPrintEx function

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

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8576 6f19259b...
jcarsey [Tue, 16 Jun 2009 13:16:06 +0000 (13:16 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8576 6f19259b-4bc3-4df7-8a09-765794883524

14 years agoUpdate comments. Remove a definition not defined in the Framework SMM CIS spec 0.90.
rsun3 [Tue, 16 Jun 2009 09:45:46 +0000 (09:45 +0000)]
Update comments. Remove a definition not defined in the Framework SMM CIS spec 0.90.

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

14 years agoUpdate comments.
rsun3 [Tue, 16 Jun 2009 08:33:16 +0000 (08:33 +0000)]
Update comments.

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

14 years agoUpdate comment in SMM Library class include file.
rsun3 [Tue, 16 Jun 2009 06:00:41 +0000 (06:00 +0000)]
Update comment in SMM Library class include file.

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

14 years agoComment update.
rsun3 [Tue, 16 Jun 2009 05:28:57 +0000 (05:28 +0000)]
Comment update.

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

14 years agoCorrect the GUID for EFI_FORM_BROWSER_COMPATIBILITY_PROTOCOL_GUID.
rsun3 [Tue, 16 Jun 2009 03:24:26 +0000 (03:24 +0000)]
Correct the GUID for EFI_FORM_BROWSER_COMPATIBILITY_PROTOCOL_GUID.

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

14 years agoUpdate comments.
xli24 [Tue, 16 Jun 2009 03:03:43 +0000 (03:03 +0000)]
Update comments.

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

14 years agoUpdate comments.
xli24 [Tue, 16 Jun 2009 03:00:44 +0000 (03:00 +0000)]
Update comments.

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

14 years agoUpdate comments.
xli24 [Tue, 16 Jun 2009 02:58:56 +0000 (02:58 +0000)]
Update comments.

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

14 years agoRemove unused SerialIo protocol.
lgao4 [Tue, 16 Jun 2009 01:33:51 +0000 (01:33 +0000)]
Remove unused SerialIo protocol.

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

14 years agoRetire the duplicate StatusCode PCD:
lgao4 [Tue, 16 Jun 2009 01:16:27 +0000 (01:16 +0000)]
Retire the duplicate StatusCode PCD:
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial, PcdStatusCodeUseHardSerial, PcdStatusCodeUseRuntimeMemory, PcdStatusCodeReplayInSerial, PcdStatusCodeReplayInRuntimeMemory, PcdStatusCodeReplayInDataHub, PcdStatusCodeReplayInOEM, PcdStatusCodeRuntimeMemorySize

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

14 years agoclarify content
jcarsey [Tue, 16 Jun 2009 01:04:29 +0000 (01:04 +0000)]
clarify content

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

14 years agoUpdating with new functions and adding "C" style entrypoint library with example...
jcarsey [Tue, 16 Jun 2009 00:23:19 +0000 (00:23 +0000)]
Updating with new functions and adding "C" style entrypoint library with example application.

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

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8563 6f19259b...
jcarsey [Mon, 15 Jun 2009 23:45:12 +0000 (23:45 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8563 6f19259b-4bc3-4df7-8a09-765794883524

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8562 6f19259b...
jcarsey [Mon, 15 Jun 2009 23:43:34 +0000 (23:43 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8562 6f19259b-4bc3-4df7-8a09-765794883524

14 years agoFix ShellPkg build errors for UNIXGCC toolchain.
jljusten [Mon, 15 Jun 2009 18:42:13 +0000 (18:42 +0000)]
Fix ShellPkg build errors for UNIXGCC toolchain.

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

14 years agoCorrected bad declaration.
gikidy [Mon, 15 Jun 2009 05:15:51 +0000 (05:15 +0000)]
Corrected bad declaration.

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

14 years agoCorrected bad declaration.
gikidy [Mon, 15 Jun 2009 05:15:06 +0000 (05:15 +0000)]
Corrected bad declaration.

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

14 years agoRetire VariablePei and PcatSingleSegmentPciCfgPei in IntelFrameworkModulePkg.
lgao4 [Mon, 15 Jun 2009 02:05:14 +0000 (02:05 +0000)]
Retire VariablePei and PcatSingleSegmentPciCfgPei in IntelFrameworkModulePkg.

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

14 years agoRetire DataHubProducer header file
lgao4 [Fri, 12 Jun 2009 09:16:31 +0000 (09:16 +0000)]
Retire DataHubProducer header file

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

14 years agoRetire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid,
lgao4 [Fri, 12 Jun 2009 09:09:51 +0000 (09:09 +0000)]
Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid,
gEfiMiscProducerGuid, which are not consumed by any module.
They can be replaced by gEfiCallerIdGuid.

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

14 years agoAdd comments for IntelFrameworkModulePkg Header file.
lgao4 [Fri, 12 Jun 2009 09:02:15 +0000 (09:02 +0000)]
Add comments for IntelFrameworkModulePkg Header file.

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

14 years agoISA Bus code scrub.
rsun3 [Fri, 12 Jun 2009 08:18:57 +0000 (08:18 +0000)]
ISA Bus code scrub.

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

14 years agoFix Parameter IN OUT
lgao4 [Fri, 12 Jun 2009 05:58:40 +0000 (05:58 +0000)]
Fix Parameter IN OUT

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

14 years agoUpdate some comments for MdeModulePkg Include header files.
lgao4 [Fri, 12 Jun 2009 05:47:03 +0000 (05:47 +0000)]
Update some comments for MdeModulePkg Include header files.

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