]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years ago1, Enable USB boot for R9's Duet.
klu2 [Tue, 6 Jan 2009 03:25:24 +0000 (03:25 +0000)]
1, Enable USB boot for R9's Duet.
2, Work around an RTC issue for DUET under vmware environment.
3, Enable early serial status code output for DxeCore module.

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

15 years agoAdd DuetDxeReportStatusCodeLib which will get ReportStatusCode from hob if fail to...
klu2 [Tue, 6 Jan 2009 01:59:59 +0000 (01:59 +0000)]
Add DuetDxeReportStatusCodeLib which will get ReportStatusCode from hob if fail to get protocol. This library could be used for DxeCore module to output early debug message via serial.

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

15 years agoAs variable area is not reliable in recovery path, then we should not produce Readonl...
eric_tian [Mon, 5 Jan 2009 09:53:54 +0000 (09:53 +0000)]
As variable area is not reliable in recovery path, then we should not produce ReadonlyVariable2&ReadonlyVariable ppi at the point. This way causes other Pei module wanted to access to variable will fail

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

15 years ago1. Add some ASSERT();
gikidy [Mon, 5 Jan 2009 09:34:40 +0000 (09:34 +0000)]
1. Add some ASSERT();
2. Fix some typo.

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

15 years agoAs variable area is not reliable in recovery path, then we should not produce Readonl...
eric_tian [Mon, 5 Jan 2009 05:50:22 +0000 (05:50 +0000)]
As variable area is not reliable in recovery path, then we should not produce ReadonlyVariable2 ppi at the point. This way causes other Pei module wanted to access to variable will fail

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

15 years ago1.Coding style checked
jji4 [Mon, 5 Jan 2009 05:33:03 +0000 (05:33 +0000)]
1.Coding style checked
2.CompareMem() replaced by CompareGuid()

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

15 years agoFix VS2005 build error
lgao4 [Mon, 5 Jan 2009 02:20:16 +0000 (02:20 +0000)]
Fix VS2005 build error

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

15 years agoCorrect Compiler option /FAcs to /FAsc
lgao4 [Mon, 5 Jan 2009 02:12:37 +0000 (02:12 +0000)]
Correct Compiler option /FAcs to /FAsc

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

15 years agoCode scrub for GraphicConsoleDxe Module.
gikidy [Sun, 4 Jan 2009 09:36:31 +0000 (09:36 +0000)]
Code scrub for GraphicConsoleDxe Module.

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

15 years agoRevert OUTPUT_DIRECTORY to Build/EdkCompatibilityPkg. Build tool is enhanced to handl...
qwang12 [Sun, 4 Jan 2009 09:12:47 +0000 (09:12 +0000)]
Revert OUTPUT_DIRECTORY to Build/EdkCompatibilityPkg. Build tool is enhanced to handle long path name issue which cause build failure in GCC tool chains

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

15 years agoAdd a comment to describe the reason why the GUID for HII protocol is not matched...
qwang12 [Sun, 4 Jan 2009 08:41:24 +0000 (08:41 +0000)]
Add a comment to describe the reason why the GUID for HII protocol is not matched between code and HII spec 0.92 .

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

15 years agoReplace some CopyMem() for GUID copy with CopyGuid().
gdong1 [Sun, 4 Jan 2009 08:06:07 +0000 (08:06 +0000)]
Replace some CopyMem() for GUID copy with CopyGuid().
Replace some gBS->FreePool() with FreePool().
Add EFIAPI modifier.
Removed inconsistent OPTIONAL modifier.
Coding style issue fix.

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

15 years agoReplace CopyMem() which can be replaced by BaseLib's Read/WriteUnalianedXX() as these...
qwang12 [Sun, 4 Jan 2009 06:01:35 +0000 (06:01 +0000)]
Replace CopyMem() which can be replaced by BaseLib's Read/WriteUnalianedXX() as these are applied to base data type such as UINT32.

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

15 years agoFix PCD typo
klu2 [Sun, 4 Jan 2009 05:57:14 +0000 (05:57 +0000)]
Fix PCD typo

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

15 years agoTemporarily remove the assertions and we may find some error handling way to address...
qhuang8 [Sun, 4 Jan 2009 03:38:23 +0000 (03:38 +0000)]
Temporarily remove the assertions and we may find some error handling way to address potential dereference to NULL pointer.

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

15 years agoCode scrub for the following drivers and librarys.
lgao4 [Sun, 4 Jan 2009 03:20:55 +0000 (03:20 +0000)]
Code scrub for the following drivers and librarys.

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

15 years agoRetiring the ANT/JAVA build and removing the older EDK II files that were required...
lhauch [Wed, 31 Dec 2008 17:20:38 +0000 (17:20 +0000)]
Retiring the ANT/JAVA build and removing the older EDK II files that were required ANT/JAVA.
Last Ant/Java build was r7166
Developers requiring the Java/Ant packages should checkout the branch from:
https://edk2.tianocore.org/svn/edk2/branches/AntJava

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

15 years agoadded messages for forcing reconfig, over-write of Conf files
lhauch [Wed, 31 Dec 2008 17:05:30 +0000 (17:05 +0000)]
added messages for forcing reconfig, over-write of Conf files

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

15 years agoRemoved Java/Ant specific content from the setup scripts.
lhauch [Wed, 31 Dec 2008 16:57:24 +0000 (16:57 +0000)]
Removed Java/Ant specific content from the setup scripts.

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

15 years agoRetiring the ANT/JAVA build and removing the older EDK II packages that required...
lhauch [Wed, 31 Dec 2008 16:26:40 +0000 (16:26 +0000)]
Retiring the ANT/JAVA build and removing the older EDK II packages that required ANT/JAVA.
Last Ant/Java build was r7166
Developers requiring the Java/Ant packages should checkout the branch from:
https://edk2.tianocore.org/svn/edk2/branches/AntJava

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

15 years agoremove unnecessary check for NULL pointer.
vanjeff [Wed, 31 Dec 2008 08:05:18 +0000 (08:05 +0000)]
remove unnecessary check for NULL pointer.

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

15 years agoadd check for NULL pointer reference.
vanjeff [Wed, 31 Dec 2008 07:50:01 +0000 (07:50 +0000)]
add check for NULL pointer reference.

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

15 years agoRenamed remotely
xli24 [Wed, 31 Dec 2008 07:45:28 +0000 (07:45 +0000)]
Renamed remotely

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

15 years agoCode Scrub for USB Mouse Absolute Pointer Driver.
xli24 [Wed, 31 Dec 2008 07:32:33 +0000 (07:32 +0000)]
Code Scrub for USB Mouse Absolute Pointer Driver.

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

15 years agoAdd some ASSERT()s to avoid NULL reference.
gikidy [Wed, 31 Dec 2008 07:24:49 +0000 (07:24 +0000)]
Add some ASSERT()s to avoid NULL reference.

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

15 years agoUpdated the changes in r7158
jwang36 [Wed, 31 Dec 2008 06:09:27 +0000 (06:09 +0000)]
Updated the changes in r7158

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

15 years agoFix some typo.
gikidy [Wed, 31 Dec 2008 06:06:57 +0000 (06:06 +0000)]
Fix some typo.

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

15 years agoUpdated the macro description according to the latest changes in build tool.
jwang36 [Wed, 31 Dec 2008 06:06:11 +0000 (06:06 +0000)]
Updated the macro description according to the latest changes in build tool.

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

15 years ago1) Re-fine and fully test the mechanism of getting over the long command line limitation
jwang36 [Wed, 31 Dec 2008 05:53:26 +0000 (05:53 +0000)]
1) Re-fine and fully test the mechanism of getting over the long command line limitation
2) Change the -s option from "SpawnMode" to be "SilentMode"
3) Change the prototype of PeiCoreEntryPoint in AutoGen-ed code
4) Remove CalcDeps module since it's no longer needed.
5) Remove "-k", "-g" and "-l" switches from build
6) Remove MULTIPLE_THREAD in target.template. Use MAX_CONCURRENT_THREAD_NUMBER to get the functionality.

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

15 years agoenhanced function header
jgong5 [Tue, 30 Dec 2008 12:26:40 +0000 (12:26 +0000)]
enhanced function header

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

15 years agoEnhance function header
jgong5 [Tue, 30 Dec 2008 12:12:46 +0000 (12:12 +0000)]
Enhance function header

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

15 years agoFix bug that Duet BDS fail to get PciExpressAddress from guid hob.
klu2 [Tue, 30 Dec 2008 08:26:28 +0000 (08:26 +0000)]
Fix bug that Duet BDS fail to get PciExpressAddress from guid hob.

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

15 years agoCheck comments, format and fix some typo.
gikidy [Tue, 30 Dec 2008 07:34:44 +0000 (07:34 +0000)]
Check comments, format and fix some typo.

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

15 years ago1. Use Mde library for Debug Port Module
vanjeff [Tue, 30 Dec 2008 07:10:46 +0000 (07:10 +0000)]
1. Use Mde library for Debug Port Module
2. Minimum changed for Debug Support Module.

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

15 years agoTypo corrected
jji4 [Tue, 30 Dec 2008 07:06:28 +0000 (07:06 +0000)]
Typo corrected

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

15 years agoCode Scrub for USB mouse driver.
xli24 [Tue, 30 Dec 2008 05:55:39 +0000 (05:55 +0000)]
Code Scrub for USB mouse driver.

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

15 years agoFix build break
qhuang8 [Tue, 30 Dec 2008 04:26:53 +0000 (04:26 +0000)]
Fix build break

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

15 years agocode scrub for Ip4ConfigDxe
jgong5 [Tue, 30 Dec 2008 02:21:34 +0000 (02:21 +0000)]
code scrub for Ip4ConfigDxe

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

15 years agoUpdate copyright for files modified in this year
qhuang8 [Mon, 29 Dec 2008 14:07:07 +0000 (14:07 +0000)]
Update copyright for files modified in this year

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

15 years agoFix the IN OUT modifier for parameters.
niry [Mon, 29 Dec 2008 12:58:38 +0000 (12:58 +0000)]
Fix the IN OUT modifier for parameters.

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

15 years agofixed potential NULL pointer reference issue.
vanjeff [Mon, 29 Dec 2008 07:10:16 +0000 (07:10 +0000)]
fixed potential NULL pointer reference issue.

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

15 years agoAdd () after function name so that Doxygen can create reference in doc.
jgong5 [Mon, 29 Dec 2008 03:49:50 +0000 (03:49 +0000)]
Add () after function name so that Doxygen can create reference in doc.

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

15 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f19259b...
ywu21 [Mon, 29 Dec 2008 01:28:11 +0000 (01:28 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f19259b-4bc3-4df7-8a09-765794883524

15 years ago1). Fix the debug level for DEBUG macro
niry [Mon, 29 Dec 2008 01:16:13 +0000 (01:16 +0000)]
1). Fix the debug level for DEBUG macro
2). Uniform the function description comments

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

15 years agono need to use EFIAPI
jgong5 [Fri, 26 Dec 2008 09:33:26 +0000 (09:33 +0000)]
no need to use EFIAPI

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

15 years agoCheck Library usage.
gikidy [Fri, 26 Dec 2008 09:22:38 +0000 (09:22 +0000)]
Check Library usage.

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

15 years agoCheck Library usage and fix some typo.
gikidy [Fri, 26 Dec 2008 09:18:12 +0000 (09:18 +0000)]
Check Library usage and fix some typo.

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

15 years agoFix OPTIONAL usage
jgong5 [Fri, 26 Dec 2008 09:12:58 +0000 (09:12 +0000)]
Fix OPTIONAL usage

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

15 years agoAdd more comments
jgong5 [Fri, 26 Dec 2008 09:09:02 +0000 (09:09 +0000)]
Add more comments

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

15 years agoCheck Library usage and fix some typo.
gikidy [Fri, 26 Dec 2008 08:42:24 +0000 (08:42 +0000)]
Check Library usage and fix some typo.

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

15 years agoCoding style checked
jji4 [Fri, 26 Dec 2008 08:07:22 +0000 (08:07 +0000)]
Coding style checked

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

15 years agoCorrect binary tools for generating DUET image.
klu2 [Fri, 26 Dec 2008 07:56:49 +0000 (07:56 +0000)]
Correct binary tools for generating DUET image.

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

15 years agoEnable debug print for Duet platform.
klu2 [Fri, 26 Dec 2008 07:55:02 +0000 (07:55 +0000)]
Enable debug print for Duet platform.

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

15 years agoUnicode characters removed
jji4 [Fri, 26 Dec 2008 07:22:08 +0000 (07:22 +0000)]
Unicode characters removed

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

15 years agoLibrary usage checked
jji4 [Fri, 26 Dec 2008 06:53:45 +0000 (06:53 +0000)]
Library usage checked

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

15 years agoRemove a goto statement.
niry [Fri, 26 Dec 2008 03:40:27 +0000 (03:40 +0000)]
Remove a goto statement.

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

15 years agoRemove the capsule PCD value setting. This value is same to the default value. No...
lgao4 [Fri, 26 Dec 2008 03:27:27 +0000 (03:27 +0000)]
Remove the capsule PCD value setting. This value is same to the default value. No setting is required.

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

15 years agoRemove the capsule PCD value setting. This value is same to the default value. No...
lgao4 [Fri, 26 Dec 2008 03:27:13 +0000 (03:27 +0000)]
Remove the capsule PCD value setting. This value is same to the default value. No setting is required.

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

15 years agoUpgrade both PACKAGE_VERSION and PLATFORM_VERSION to 0.5 as major function has been...
qwang12 [Fri, 26 Dec 2008 03:15:47 +0000 (03:15 +0000)]
Upgrade both PACKAGE_VERSION and PLATFORM_VERSION to 0.5 as major function has been implemented including:
1) Verification with EDK style Chipset and Platform modules
2) Verification with EDK II cores + Compatibility Modules + EDK style Chipset and Platform modules.
3) Package level build Verification for these build combinations:
   1) EFI_SPECIFICATION_VERSION=0x00020000 and PI_SPECIFICATION_VERSION=0x00009000
   2) EFI_SPECIFICATION_VERSION=0x00020000 and PI_SPECIFICATION_VERSION=0x00010000
   3) EFI_SPECIFICATION_VERSION=0x0002000A and PI_SPECIFICATION_VERSION=0x00010000

No major incompatible changes. Please check ChangeLog.txt for details.

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

15 years agoRefine function comments for BdsDxe module.
klu2 [Fri, 26 Dec 2008 02:22:37 +0000 (02:22 +0000)]
Refine function comments for BdsDxe module.

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

15 years agoAdd more comments for Netbuf* functions in NetLib.h
niry [Thu, 25 Dec 2008 14:19:52 +0000 (14:19 +0000)]
Add more comments for Netbuf* functions in NetLib.h

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

15 years agogit-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7125 6f19259b...
niry [Thu, 25 Dec 2008 14:17:24 +0000 (14:17 +0000)]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7125 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd more comments to describe the net buffer operation functions.
niry [Thu, 25 Dec 2008 13:39:12 +0000 (13:39 +0000)]
Add more comments to describe the net buffer operation functions.

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

15 years agoOnly define MEDIA_FW_VOL_FILEPATH_DEVICE_PATH for EFI_SPECIFICATION_VERSION <= 0x0002...
qwang12 [Thu, 25 Dec 2008 11:36:45 +0000 (11:36 +0000)]
Only define MEDIA_FW_VOL_FILEPATH_DEVICE_PATH for EFI_SPECIFICATION_VERSION <= 0x00020000. When EFI_SPECIFICATION_VERSION > 0x00020000,  this definition is defined at EdkCompatibilityPkg\Foundation\Efi\Include\EfiDevicePath.h

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

15 years agoChange MAX_CHOICE_NUM to max UINT8 value
lgao4 [Thu, 25 Dec 2008 09:30:36 +0000 (09:30 +0000)]
Change MAX_CHOICE_NUM to max UINT8 value

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

15 years agoCode Clean for Driver PlatformDriOverrideDxe and PlatOverMngr application. And Clean...
lgao4 [Thu, 25 Dec 2008 09:13:53 +0000 (09:13 +0000)]
Code Clean for Driver PlatformDriOverrideDxe and PlatOverMngr application. And Clean PlatDriOver library class.

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

15 years agoFixup for review
hfang [Thu, 25 Dec 2008 08:59:02 +0000 (08:59 +0000)]
Fixup for review

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

15 years agoRoll back to add rule for uni file, change Uni output file to $(DEBUG_DIR)(+)$(MODULE...
lgao4 [Thu, 25 Dec 2008 03:22:58 +0000 (03:22 +0000)]
Roll back to add rule for uni file, change Uni output file to $(DEBUG_DIR)(+)$(MODULE_NAME)StrDefs.h.

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

15 years agoEFI_SIGNATURE_32 has been replaced by SIGNATURE_32
vanjeff [Thu, 25 Dec 2008 02:36:03 +0000 (02:36 +0000)]
EFI_SIGNATURE_32 has been replaced by SIGNATURE_32

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

15 years agoRemove unused PCH compiler option and unused build rule for uni file.
lgao4 [Thu, 25 Dec 2008 01:09:52 +0000 (01:09 +0000)]
Remove unused PCH compiler option and unused build rule for uni file.

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

15 years agoPure UEFI code should not include “PiDxe.h” & “PiPei.h”
ywu21 [Wed, 24 Dec 2008 13:52:48 +0000 (13:52 +0000)]
Pure UEFI code should not include “PiDxe.h” & “PiPei.h”

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

15 years agoPure UEFI code should not include “PiDxe.h” & “PiPei.h”
ywu21 [Wed, 24 Dec 2008 13:50:38 +0000 (13:50 +0000)]
Pure UEFI code should not include “PiDxe.h” & “PiPei.h”

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

15 years agoFixing function headers.
niry [Wed, 24 Dec 2008 08:14:19 +0000 (08:14 +0000)]
Fixing function headers.

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

15 years agocode scrub ArpDxe
jgong5 [Wed, 24 Dec 2008 05:26:57 +0000 (05:26 +0000)]
code scrub ArpDxe

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

15 years agocorrect some coding style issues.
gdong1 [Wed, 24 Dec 2008 02:42:57 +0000 (02:42 +0000)]
correct some coding style issues.

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

15 years agoRefine function comments for BdsDxe module.
klu2 [Wed, 24 Dec 2008 01:50:59 +0000 (01:50 +0000)]
Refine function comments for BdsDxe module.

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

15 years agoUpdate Comments
lgao4 [Wed, 24 Dec 2008 01:42:23 +0000 (01:42 +0000)]
Update Comments

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

15 years agomake the comment parameter be consistent with the function parameter.
gdong1 [Wed, 24 Dec 2008 01:33:25 +0000 (01:33 +0000)]
make the comment parameter be consistent with the function parameter.

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

15 years agoCode clean for Ftw driver, remove the obsolete logic for boot block. Correct some...
lgao4 [Wed, 24 Dec 2008 01:24:17 +0000 (01:24 +0000)]
Code clean for Ftw driver, remove the obsolete logic for boot block. Correct some comments in Pei Pcd driver.

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

15 years ago1. code scrub for ConSplitterDxe.
vanjeff [Wed, 24 Dec 2008 00:15:20 +0000 (00:15 +0000)]
1. code scrub for ConSplitterDxe.
2. fixed some bugs when thunking UGA based on GOP.

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

15 years agoupdated some comments.
vanjeff [Wed, 24 Dec 2008 00:11:16 +0000 (00:11 +0000)]
updated some comments.

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

15 years agoCode scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English...
qhuang8 [Tue, 23 Dec 2008 16:20:43 +0000 (16:20 +0000)]
Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English, EBC.

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

15 years agocorrect some code style issue
gdong1 [Tue, 23 Dec 2008 10:25:33 +0000 (10:25 +0000)]
correct some code style issue

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

15 years agoRemove the BUGBUG modifier in the comment
gdong1 [Tue, 23 Dec 2008 09:47:58 +0000 (09:47 +0000)]
Remove the BUGBUG modifier in the comment

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

15 years agoIn Comment, the parameter name does NOT consistent with function parameter name
gdong1 [Tue, 23 Dec 2008 09:45:45 +0000 (09:45 +0000)]
In Comment, the parameter name does NOT consistent with function parameter name

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

15 years agopure UEFI should not include “PiDxe.h” and “PiPei.h”
ywu21 [Tue, 23 Dec 2008 09:18:06 +0000 (09:18 +0000)]
pure UEFI should not include “PiDxe.h” and “PiPei.h”

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

15 years agoScrubbed some code for Ip4ConfigDxe.
jgong5 [Tue, 23 Dec 2008 08:23:43 +0000 (08:23 +0000)]
Scrubbed some code for Ip4ConfigDxe.

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

15 years agoFix function header
ywu21 [Tue, 23 Dec 2008 07:38:59 +0000 (07:38 +0000)]
Fix function header

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

15 years agoFix filer header
ywu21 [Tue, 23 Dec 2008 07:35:46 +0000 (07:35 +0000)]
Fix filer header
Fix function header
Fix return status issues
Fix  in out issues
group functions source files reasonably to avoid duplicate functions declarations

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

15 years agoFix function header
ywu21 [Tue, 23 Dec 2008 07:29:54 +0000 (07:29 +0000)]
Fix function header
Fix return status issues
Fix  in out issues

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

15 years agoRemove #include <Protocol/LoadedImage.h>
ywu21 [Tue, 23 Dec 2008 07:22:15 +0000 (07:22 +0000)]
Remove #include <Protocol/LoadedImage.h>
Remove //#include <Protocol/Ip4.h>
Remove  #include <Library/UefiLib.h>
Fix one function header description error

Fix filer header
Fix function header
Fix return status issues
Fix  in out issues
Fix  no Boolean expression issues

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

15 years agofix ECC tool's warning
eric_tian [Tue, 23 Dec 2008 05:08:24 +0000 (05:08 +0000)]
fix ECC tool's warning

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

15 years agocorrect the guid value of EFI_CAPSULE_ARCH_PROTOCOL_GUID which is differ from PI1...
eric_tian [Tue, 23 Dec 2008 04:58:23 +0000 (04:58 +0000)]
correct the guid value of EFI_CAPSULE_ARCH_PROTOCOL_GUID which is differ from PI1.1 spec

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

15 years agoRefine function comments for BdsDxe module.
klu2 [Tue, 23 Dec 2008 03:32:20 +0000 (03:32 +0000)]
Refine function comments for BdsDxe module.

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

15 years agocorrect the comments style.
gdong1 [Tue, 23 Dec 2008 03:12:54 +0000 (03:12 +0000)]
correct the comments style.

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

15 years agorefine comments for EFI_CONSOLE_CONTROL_PROTOCOL
eric_tian [Tue, 23 Dec 2008 02:56:44 +0000 (02:56 +0000)]
refine comments for EFI_CONSOLE_CONTROL_PROTOCOL

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

15 years agoremedy the comment of EFI_CONSOLE_CONTROL_PROTOCOL_LOCK_STD_IN
eric_tian [Tue, 23 Dec 2008 02:32:07 +0000 (02:32 +0000)]
remedy the comment of EFI_CONSOLE_CONTROL_PROTOCOL_LOCK_STD_IN

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

15 years agodetab
qhuang8 [Mon, 22 Dec 2008 12:50:45 +0000 (12:50 +0000)]
detab

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

15 years agoUpdate to use Dos format
qhuang8 [Mon, 22 Dec 2008 12:48:25 +0000 (12:48 +0000)]
Update to use Dos format

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

15 years agoUpdate to use Dos format for all .s files
qhuang8 [Mon, 22 Dec 2008 12:47:53 +0000 (12:47 +0000)]
Update to use Dos format for all .s files

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