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

14 years agoClarify build tools project's combo path
klu2 [Fri, 12 Jun 2009 01:44:42 +0000 (01:44 +0000)]
Clarify build tools project's combo path

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

14 years agoAdd missing python binary freezed from build tools project at r1623
klu2 [Fri, 12 Jun 2009 01:41:25 +0000 (01:41 +0000)]
Add missing python binary freezed from build tools project at r1623

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

14 years agoCommitting changes to the comments, to improve code documentation.
pkandel [Thu, 11 Jun 2009 14:17:23 +0000 (14:17 +0000)]
Committing changes to the comments, to improve code documentation.

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

14 years agoISA Bus driver code scrub. Fix a bug in Stop() that CloseProtocol() on PCI IO Protoco...
rsun3 [Thu, 11 Jun 2009 10:24:50 +0000 (10:24 +0000)]
ISA Bus driver code scrub. Fix a bug in Stop() that CloseProtocol() on PCI IO Protocol fails because the child device handle is invalid after UninstallMultipleProtocolInterfaces() is called to destroy the child device handle.

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

14 years agoSynchronize the source of build tool from build tool project (r1623) to binary in...
klu2 [Thu, 11 Jun 2009 09:45:52 +0000 (09:45 +0000)]
Synchronize the source of build tool from build tool project (r1623) to binary in edk2 project at (r8530)

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

14 years agoFix BDS limitation of two "EFI DVD/CDROM" options appear after plug two CD-ROM.
gikidy [Thu, 11 Jun 2009 08:35:53 +0000 (08:35 +0000)]
Fix BDS limitation of two "EFI DVD/CDROM" options appear after plug two CD-ROM.

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

14 years agoUpdate comments for PeiReportStatusCodeLib.
xli24 [Thu, 11 Jun 2009 07:54:59 +0000 (07:54 +0000)]
Update comments for PeiReportStatusCodeLib.

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

14 years agoCode scrub for DxeReportStatusCodeLib.
xli24 [Thu, 11 Jun 2009 07:22:06 +0000 (07:22 +0000)]
Code scrub for DxeReportStatusCodeLib.

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

14 years agoThe USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke...
gikidy [Thu, 11 Jun 2009 06:25:30 +0000 (06:25 +0000)]
The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead.

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

14 years agoupdate codes per MdePkg doxgen review comments.
vanjeff [Thu, 11 Jun 2009 01:46:51 +0000 (01:46 +0000)]
update codes per MdePkg doxgen review comments.

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

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f19259b...
jcarsey [Wed, 10 Jun 2009 19:43:17 +0000 (19:43 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f19259b-4bc3-4df7-8a09-765794883524

14 years agofix comments
jcarsey [Wed, 10 Jun 2009 18:59:22 +0000 (18:59 +0000)]
fix comments

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

14 years agofix comments
jcarsey [Wed, 10 Jun 2009 18:57:33 +0000 (18:57 +0000)]
fix comments

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

14 years agoupdated comment
jcarsey [Wed, 10 Jun 2009 18:03:50 +0000 (18:03 +0000)]
updated comment

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

14 years agoupdated comments
jcarsey [Wed, 10 Jun 2009 17:51:13 +0000 (17:51 +0000)]
updated comments

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

14 years agoupdated comments
jcarsey [Wed, 10 Jun 2009 17:46:17 +0000 (17:46 +0000)]
updated comments

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

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8511 6f19259b...
jcarsey [Wed, 10 Jun 2009 17:41:25 +0000 (17:41 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8511 6f19259b-4bc3-4df7-8a09-765794883524

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8510 6f19259b...
jcarsey [Wed, 10 Jun 2009 17:18:09 +0000 (17:18 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8510 6f19259b-4bc3-4df7-8a09-765794883524

14 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8509 6f19259b...
jcarsey [Wed, 10 Jun 2009 17:07:59 +0000 (17:07 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8509 6f19259b-4bc3-4df7-8a09-765794883524

14 years agoFor X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, replace...
gikidy [Wed, 10 Jun 2009 09:00:21 +0000 (09:00 +0000)]
For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, replace movdqa with movdqu.

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

14 years agoSave/Restore xmm6-xmm15 in function setJump/longJump for GAS.
gikidy [Wed, 10 Jun 2009 08:07:37 +0000 (08:07 +0000)]
Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.

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

14 years agoSave/Restore xmm6-xmm15 in function setJump/longJump.
gikidy [Wed, 10 Jun 2009 07:14:17 +0000 (07:14 +0000)]
Save/Restore xmm6-xmm15 in function setJump/longJump.

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