]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoUse ebp as frame buffer in DivU64x32. Fix a typo in GetPowerOfTwo.
qwang12 [Mon, 21 Jul 2008 05:57:04 +0000 (05:57 +0000)]
Use ebp as frame buffer in DivU64x32. Fix a typo in GetPowerOfTwo.

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

15 years agochange lower case to upper case to pass Unix build
eric_tian [Mon, 21 Jul 2008 02:55:15 +0000 (02:55 +0000)]
change lower case to upper case to pass Unix build

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

15 years agoAvoid the name collision.
yshang1 [Mon, 21 Jul 2008 02:46:21 +0000 (02:46 +0000)]
Avoid the name collision.

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

15 years agoInline ASM in .c file is specific to MS tool-chain. Other tool-chain (such as Intel...
qwang12 [Mon, 21 Jul 2008 01:49:04 +0000 (01:49 +0000)]
Inline ASM in .c file is specific to MS tool-chain. Other tool-chain (such as Intel compiler) may not support it. Add in .asm files to make these function to be built by Assembler so that they are avaliable too for other tool-chain.

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

15 years agoFix a bug in Power10U64. Power10U64 should clean up the stack after calling MultU64x3...
qwang12 [Mon, 21 Jul 2008 01:42:14 +0000 (01:42 +0000)]
Fix a bug in Power10U64. Power10U64 should clean up the stack after calling MultU64x32. It also should load eax and edx with the initial value just in case it return directly when "Power" is zero.

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

15 years agoFix a bug that PeiCore might fail to fix up Ppi pointer in CAR.
qhuang8 [Sat, 19 Jul 2008 15:56:49 +0000 (15:56 +0000)]
Fix a bug that PeiCore might fail to fix up Ppi pointer in CAR.

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

15 years agoFix the ICC waring for unreachable code.
qhuang8 [Sat, 19 Jul 2008 02:07:48 +0000 (02:07 +0000)]
Fix the ICC waring for unreachable code.

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

15 years agoSimplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save the extra...
qhuang8 [Sat, 19 Jul 2008 01:38:40 +0000 (01:38 +0000)]
Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save the extra GUID copy.

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

15 years agoRemove INF/MSA file name to align with directory name
qhuang8 [Sat, 19 Jul 2008 01:35:35 +0000 (01:35 +0000)]
Remove INF/MSA file name to align with directory name

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

15 years agoRemove directory DxeDebugLibSerialPort to BaseDebugLibSerialPort since this instance...
qhuang8 [Sat, 19 Jul 2008 01:32:53 +0000 (01:32 +0000)]
Remove directory DxeDebugLibSerialPort to BaseDebugLibSerialPort since this instance is EFI agnostic.

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

15 years ago1. Add usb LUD support in BDS
qhuang8 [Fri, 18 Jul 2008 10:02:14 +0000 (10:02 +0000)]
1. Add usb LUD support in BDS
2. Enhance the orignal enumeration logic to check whether a internal shell boot option is valid.

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

15 years agoInitialize the timeout value to 0, the original template is not proper initialized.
qhuang8 [Fri, 18 Jul 2008 09:58:14 +0000 (09:58 +0000)]
Initialize the timeout value to 0, the original template is not proper initialized.

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

15 years agoCode scrub for DxeCore
qhuang8 [Fri, 18 Jul 2008 09:50:09 +0000 (09:50 +0000)]
Code scrub for DxeCore

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

15 years agoCode scrub for DiskIo, Partition & Unicode Collation
qhuang8 [Fri, 18 Jul 2008 09:49:25 +0000 (09:49 +0000)]
Code scrub for DiskIo, Partition & Unicode Collation

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

15 years agocode scrub.
vanjeff [Fri, 18 Jul 2008 08:20:08 +0000 (08:20 +0000)]
code scrub.

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

15 years agoroll back the changes as NT32 could not use PciLib
eric_tian [Fri, 18 Jul 2008 08:03:26 +0000 (08:03 +0000)]
roll back the changes as NT32 could not use PciLib

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

15 years agoCode scrub DxeIpl to add back the CONST modifier and solve a typecast warning.
qhuang8 [Fri, 18 Jul 2008 02:47:57 +0000 (02:47 +0000)]
Code scrub DxeIpl to add back the CONST modifier and solve a typecast warning.

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

15 years agoreplace PCI Root Bridge I/O protocol with PciLib to achieve M2 qulity.
eric_tian [Fri, 18 Jul 2008 02:31:09 +0000 (02:31 +0000)]
replace PCI Root Bridge I/O protocol with PciLib to achieve M2 qulity.

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

15 years agoCorrect ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to set...
lgao4 [Thu, 17 Jul 2008 08:45:10 +0000 (08:45 +0000)]
Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to set ImageContext->EntryPoint after relocate when the destination address is specified.

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

15 years agoMerge Tracker EDK877
lgao4 [Thu, 17 Jul 2008 07:05:21 +0000 (07:05 +0000)]
Merge Tracker EDK877
The WriteQueueSize in EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER was changed from UINT32 to UINT64 to fix the unaligned problem with the ftw record on IPF platform.

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

15 years agoRemove the wrong @return doxygen comment.
qwang12 [Thu, 17 Jul 2008 03:32:10 +0000 (03:32 +0000)]
Remove the wrong @return doxygen comment.

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

15 years agoAdd PcdSupportFullConfigRoutingProtocol and gEfiDiskInfoAhciInterfaceGuid.
qwang12 [Thu, 17 Jul 2008 03:23:14 +0000 (03:23 +0000)]
Add PcdSupportFullConfigRoutingProtocol and gEfiDiskInfoAhciInterfaceGuid.

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

15 years agoEnhance FtwReclaimWorkSpace() so that it can be called when the working space header...
lgao4 [Thu, 17 Jul 2008 02:18:13 +0000 (02:18 +0000)]
Enhance FtwReclaimWorkSpace() so that it can be called when the working space header is not correct.

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

15 years agoChange first char in filename to uppercase
klu2 [Thu, 17 Jul 2008 01:29:38 +0000 (01:29 +0000)]
Change first char in filename to uppercase

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

15 years agoChange first char in filename to uppercase
klu2 [Thu, 17 Jul 2008 01:25:52 +0000 (01:25 +0000)]
Change first char in filename to uppercase

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

15 years agoChange first char in filename to uppercase
klu2 [Thu, 17 Jul 2008 01:24:20 +0000 (01:24 +0000)]
Change first char in filename to uppercase

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

15 years agoRefine code for BasePalCallLibNull & PeiPalCallLib.
xli24 [Wed, 16 Jul 2008 14:36:38 +0000 (14:36 +0000)]
Refine code for BasePalCallLibNull & PeiPalCallLib.

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

15 years agoTemporarily remove the immature "CONST" modifier.
qhuang8 [Wed, 16 Jul 2008 13:43:26 +0000 (13:43 +0000)]
Temporarily remove the immature "CONST" modifier.
Use FUNCTION_ENTRY_POINT macro to print the entry point of DXE core.

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

15 years agoMake RTC module pass build.
xli24 [Wed, 16 Jul 2008 13:32:36 +0000 (13:32 +0000)]
Make RTC module pass build.

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

15 years agoAdd declarations for two new PCDs.
qhuang8 [Wed, 16 Jul 2008 13:22:10 +0000 (13:22 +0000)]
Add declarations for two new PCDs.

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

15 years agoCode Scrub DxeIpl module.
qhuang8 [Wed, 16 Jul 2008 13:17:50 +0000 (13:17 +0000)]
Code Scrub DxeIpl module.

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

15 years agoAdd PCD PcdRealTimeClockUpdateTimeout and update code accordingly.
xli24 [Wed, 16 Jul 2008 11:50:02 +0000 (11:50 +0000)]
Add PCD PcdRealTimeClockUpdateTimeout and update code accordingly.

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

15 years agoCode Scrub for header files in MdePkg/Include/Ppi and Uefi directory.
lgao4 [Wed, 16 Jul 2008 10:44:37 +0000 (10:44 +0000)]
Code Scrub for header files in MdePkg/Include/Ppi and Uefi directory.

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

15 years agoFix function comment to follows doxygen format.
klu2 [Wed, 16 Jul 2008 09:40:06 +0000 (09:40 +0000)]
Fix function comment to follows doxygen format.

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

15 years agoUse two PCDs to replace _DISABLE_UNUSED_HII_PROTOCOLS_ macro.
qwang12 [Wed, 16 Jul 2008 09:36:33 +0000 (09:36 +0000)]
Use two PCDs to replace _DISABLE_UNUSED_HII_PROTOCOLS_ macro.

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

15 years agoFix function comment to follows doxygen format.
klu2 [Wed, 16 Jul 2008 09:29:20 +0000 (09:29 +0000)]
Fix function comment to follows doxygen format.

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

15 years agoClean up BdsDxe for Doxygen comments requirement.
qwang12 [Wed, 16 Jul 2008 07:50:37 +0000 (07:50 +0000)]
Clean up BdsDxe for Doxygen comments requirement.

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

15 years agoremove the wrong comments.
qwang12 [Wed, 16 Jul 2008 07:36:58 +0000 (07:36 +0000)]
remove the wrong comments.

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

15 years agoFix the bug to create Pci2.3 and Pci3.0 rom image.
lgao4 [Wed, 16 Jul 2008 07:08:12 +0000 (07:08 +0000)]
Fix the bug to create Pci2.3 and Pci3.0 rom image.

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

15 years agoCode Scrub the common includes in MdePkg.
yshang1 [Wed, 16 Jul 2008 06:31:22 +0000 (06:31 +0000)]
Code Scrub the common includes in MdePkg.

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

15 years agomove the temporary build script.We could directly generate SecMain using normal build...
eric_tian [Wed, 16 Jul 2008 06:00:28 +0000 (06:00 +0000)]
move the temporary build script.We could directly generate SecMain using normal build process.

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

15 years agomerge the generation of SecMain into the whole build process.
eric_tian [Wed, 16 Jul 2008 05:28:50 +0000 (05:28 +0000)]
merge the generation of SecMain into the whole build process.

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

15 years agomodify file name to uppercase.
eric_tian [Wed, 16 Jul 2008 05:02:51 +0000 (05:02 +0000)]
modify file name to uppercase.

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

15 years agomodify file name to uppercase.
eric_tian [Wed, 16 Jul 2008 04:58:21 +0000 (04:58 +0000)]
modify file name to uppercase.

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

15 years agosync filename exactly.
vanjeff [Wed, 16 Jul 2008 04:52:40 +0000 (04:52 +0000)]
sync filename exactly.

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

15 years agoClean up IfrSupportLib.
qwang12 [Wed, 16 Jul 2008 03:06:59 +0000 (03:06 +0000)]
Clean up IfrSupportLib.

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

15 years agoClean up ExtendedIfrSupportLib.
qwang12 [Wed, 16 Jul 2008 03:05:41 +0000 (03:05 +0000)]
Clean up ExtendedIfrSupportLib.

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

15 years agoUse standard VA_LIST to pass variable argument list.
qwang12 [Wed, 16 Jul 2008 03:04:53 +0000 (03:04 +0000)]
Use standard VA_LIST to pass variable argument list.

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

15 years agorename
vanjeff [Wed, 16 Jul 2008 02:56:26 +0000 (02:56 +0000)]
rename

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

15 years agorename
vanjeff [Wed, 16 Jul 2008 02:56:01 +0000 (02:56 +0000)]
rename

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

15 years agosync filename exactly.
vanjeff [Wed, 16 Jul 2008 02:54:54 +0000 (02:54 +0000)]
sync filename exactly.

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

15 years agoClean up HiiLib.
qwang12 [Wed, 16 Jul 2008 01:22:51 +0000 (01:22 +0000)]
Clean up HiiLib.

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

15 years agoFix a porting issue.
qhuang8 [Wed, 16 Jul 2008 01:22:26 +0000 (01:22 +0000)]
Fix a porting issue.

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

15 years agoCode scrub for DevicePathDxe driver.
qhuang8 [Wed, 16 Jul 2008 01:10:45 +0000 (01:10 +0000)]
Code scrub for DevicePathDxe driver.

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

15 years agoCode scrub for the Debug library, PostCode library, Print library, and ExtractGuidedS...
lgao4 [Tue, 15 Jul 2008 11:12:43 +0000 (11:12 +0000)]
Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library.

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

15 years agoadd GLOBAL_REMOVE_IF_UNREFERENCED and CONST modifier.
qwang12 [Tue, 15 Jul 2008 09:42:57 +0000 (09:42 +0000)]
add GLOBAL_REMOVE_IF_UNREFERENCED and CONST modifier.

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

15 years ago[Description]:
qwang12 [Tue, 15 Jul 2008 09:34:35 +0000 (09:34 +0000)]
[Description]:
 Sync 1 trackers.
 EDK 1098
[Impaction]:
Should be minimal impact as there is no code parsing the HII vendor specific device.
[Reference Info]:
EDK 1098 Seems there are two same device path protocols in NT

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

15 years agomodify coding style to pass ecc tool
eric_tian [Tue, 15 Jul 2008 09:25:54 +0000 (09:25 +0000)]
modify coding style to pass ecc tool

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

15 years agomodify coding style to pass ecc tool
eric_tian [Tue, 15 Jul 2008 09:24:35 +0000 (09:24 +0000)]
modify coding style to pass ecc tool

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

15 years agocode scrub
vanjeff [Tue, 15 Jul 2008 08:59:29 +0000 (08:59 +0000)]
code scrub

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

15 years agoClean up SetupBrowserDxe for Doxygen comments requirement.
qwang12 [Tue, 15 Jul 2008 08:35:54 +0000 (08:35 +0000)]
Clean up SetupBrowserDxe for Doxygen comments requirement.

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

15 years agoCode scrub.
vanjeff [Tue, 15 Jul 2008 08:16:24 +0000 (08:16 +0000)]
Code scrub.

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

15 years agoFix function comment to follows doxygen format.
klu2 [Tue, 15 Jul 2008 07:34:07 +0000 (07:34 +0000)]
Fix function comment to follows doxygen format.

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

15 years agoset initialized value for PrintNum.
vanjeff [Tue, 15 Jul 2008 06:52:26 +0000 (06:52 +0000)]
set initialized value for PrintNum.

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

15 years agocheck list clean.
vanjeff [Tue, 15 Jul 2008 06:43:11 +0000 (06:43 +0000)]
check list clean.

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

15 years agoClean up HiiDatabase for Doxygen comments requirement.
qwang12 [Tue, 15 Jul 2008 06:29:27 +0000 (06:29 +0000)]
Clean up HiiDatabase for Doxygen comments requirement.

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

15 years agoRoll back 1 == Var to Var == 1 for save size.
lgao4 [Tue, 15 Jul 2008 04:26:14 +0000 (04:26 +0000)]
Roll back 1 == Var to Var == 1 for save size.

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

15 years agoAdd CONST modifier to align with the global array of mUnicodeWidthTable.
qhuang8 [Mon, 14 Jul 2008 13:27:59 +0000 (13:27 +0000)]
Add CONST modifier to align with the global array of mUnicodeWidthTable.

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

15 years agoCode scrub:
yshang1 [Mon, 14 Jul 2008 09:01:34 +0000 (09:01 +0000)]
Code scrub:
MdePkg/Library/BaseCacheMaintenanceLib
MdePkg/Library/BaseDebugLibNull
MdePkg/Library/BaseIoLibIntrinsic
MdePkg/Library/BaseLib
MdePkg/Library/BasePeCoffLib
MdePkg/Library/CpuLib
MdePkg/Library/DxeMemoryLib
MdePkg/Library/DxePiLib
MdePkg/Library/PeiIoLib
MdePkg/Library/PeiMemoryLib
MdePkg/Library/UefiBootServicesTableLib
MdePkg/Library/UefiLib
MdePkg/Library/UefiRuntimeLib

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

15 years agoClean up FaultTolerantWriteDxe for Doxygen comments requirement.
qwang12 [Mon, 14 Jul 2008 08:19:45 +0000 (08:19 +0000)]
Clean up FaultTolerantWriteDxe for Doxygen comments requirement.

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

15 years agoTempRamSupportPpi is architectural required for IA32/x64/IPF.
klu2 [Mon, 14 Jul 2008 07:25:08 +0000 (07:25 +0000)]
TempRamSupportPpi is architectural required for IA32/x64/IPF.

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

15 years agoCode scrub for PCD PEIM.
klu2 [Mon, 14 Jul 2008 07:17:04 +0000 (07:17 +0000)]
Code scrub for PCD PEIM.

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

15 years agoClean up Runtime for Doxygen comments requirement.
qwang12 [Mon, 14 Jul 2008 05:43:37 +0000 (05:43 +0000)]
Clean up Runtime for Doxygen comments requirement.

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

15 years agoClean up ExtendedHiiLib, HiiLib, IfrSupportLib, ExtendedIfrSupportLib for Doxygen...
qwang12 [Mon, 14 Jul 2008 05:30:21 +0000 (05:30 +0000)]
Clean up ExtendedHiiLib, HiiLib, IfrSupportLib, ExtendedIfrSupportLib for Doxygen comments requirement.

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

15 years agoClean up ExtendedHiiLib, HiiLib, IfrSupportLib, ExtendedIfrSupportLib for Doxygen...
qwang12 [Mon, 14 Jul 2008 05:29:49 +0000 (05:29 +0000)]
Clean up ExtendedHiiLib, HiiLib, IfrSupportLib, ExtendedIfrSupportLib for Doxygen comments requirement.

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

15 years agocase UINTN to UINT32.
vanjeff [Mon, 14 Jul 2008 02:26:07 +0000 (02:26 +0000)]
case UINTN to UINT32.

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

15 years agoClean up BdsDxe for Doxygen comments requirement.
qwang12 [Mon, 14 Jul 2008 01:16:02 +0000 (01:16 +0000)]
Clean up BdsDxe for Doxygen comments requirement.

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

15 years agoCode Scrub for DxeCrc32GuidedSectionExtractLib library instance.
lgao4 [Fri, 11 Jul 2008 08:18:17 +0000 (08:18 +0000)]
Code Scrub for DxeCrc32GuidedSectionExtractLib library instance.

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

15 years agoMake doxygen type comment for Nt32Pkg.dec file.
klu2 [Fri, 11 Jul 2008 07:33:59 +0000 (07:33 +0000)]
Make doxygen type comment for Nt32Pkg.dec file.

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

15 years agoadd functions header for ConSplitterDxe module.
vanjeff [Fri, 11 Jul 2008 07:23:59 +0000 (07:23 +0000)]
add functions header for ConSplitterDxe module.

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

15 years agomodify coding style to pass ecc tool and provide comments that complied with Doxgen.
eric_tian [Fri, 11 Jul 2008 07:06:56 +0000 (07:06 +0000)]
modify coding style to pass ecc tool and provide comments that complied with Doxgen.

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

15 years agomodify coding style to pass ecc tool and provide comments that complied with Doxgen.
eric_tian [Fri, 11 Jul 2008 06:49:09 +0000 (06:49 +0000)]
modify coding style to pass ecc tool and provide comments that complied with Doxgen.

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

15 years agomodify coding style to pass ecc tool and provide comments that complied with Doxgen.
eric_tian [Fri, 11 Jul 2008 06:38:58 +0000 (06:38 +0000)]
modify coding style to pass ecc tool and provide comments that complied with Doxgen.

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

15 years agoClean up GenericBdsLib library Instance.
qwang12 [Fri, 11 Jul 2008 06:02:04 +0000 (06:02 +0000)]
Clean up GenericBdsLib library Instance.

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

15 years agoClean up Device Manager module in BdsDxe.
qwang12 [Thu, 10 Jul 2008 12:24:53 +0000 (12:24 +0000)]
Clean up Device Manager module in BdsDxe.

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

15 years agoClean up Boot Manager module in BdsDxe.
qwang12 [Thu, 10 Jul 2008 11:38:22 +0000 (11:38 +0000)]
Clean up Boot Manager module in BdsDxe.

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

15 years agoClean up BootMaint module in BdsDxe.
qwang12 [Thu, 10 Jul 2008 10:30:43 +0000 (10:30 +0000)]
Clean up BootMaint module in BdsDxe.

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

15 years agoClean up BootMaint module in BdsDxe.
qwang12 [Thu, 10 Jul 2008 09:01:12 +0000 (09:01 +0000)]
Clean up BootMaint module in BdsDxe.

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

15 years agoClean up BootMaint module in BdsDxe.
qwang12 [Thu, 10 Jul 2008 09:00:40 +0000 (09:00 +0000)]
Clean up BootMaint module in BdsDxe.

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

15 years agoAdd function header and pass ECC tools
klu2 [Thu, 10 Jul 2008 05:51:21 +0000 (05:51 +0000)]
Add function header and pass ECC tools

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

15 years agoadd functions header for ConPlatformDxe and ConSplitterdxe modules.
vanjeff [Thu, 10 Jul 2008 03:25:37 +0000 (03:25 +0000)]
add functions header for ConPlatformDxe and ConSplitterdxe modules.

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

15 years agoCode scrub for the Capsule, SecurityStub, and Crc32 library instance.
lgao4 [Wed, 9 Jul 2008 13:33:20 +0000 (13:33 +0000)]
Code scrub for the Capsule, SecurityStub, and Crc32 library instance.

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

15 years agoUpdate shell binaries to Shell 1.05 release and integrate an issue to solve RFC3066...
qhuang8 [Wed, 9 Jul 2008 10:41:20 +0000 (10:41 +0000)]
Update shell binaries to Shell 1.05 release and integrate an issue to solve RFC3066 language compatibility issues.

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

15 years agoAdd protocol several UEFI 2.1 protocol definitions so that some EDK 1.05 drivers...
qhuang8 [Wed, 9 Jul 2008 10:24:16 +0000 (10:24 +0000)]
Add protocol several UEFI 2.1 protocol definitions so that some EDK 1.05 drivers can be built.

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

15 years agomodify coding style to pass ecc tool and provide comments that complied with Doxgen.
eric_tian [Wed, 9 Jul 2008 10:20:26 +0000 (10:20 +0000)]
modify coding style to pass ecc tool and provide comments that complied with Doxgen.

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

15 years agomodify coding style
eric_tian [Wed, 9 Jul 2008 10:06:12 +0000 (10:06 +0000)]
modify coding style

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

15 years agomodify coding style to pass ecc tool and provide comments that complied with Doxgen.
eric_tian [Wed, 9 Jul 2008 10:02:26 +0000 (10:02 +0000)]
modify coding style to pass ecc tool and provide comments that complied with Doxgen.

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

15 years agoADD EFIAPI for library function.
lgao4 [Wed, 9 Jul 2008 08:57:49 +0000 (08:57 +0000)]
ADD EFIAPI for library function.

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

15 years agoTo meet actual filenames
vanjeff [Wed, 9 Jul 2008 07:30:33 +0000 (07:30 +0000)]
To meet actual filenames

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

15 years agorename filename to PciCf8Lib.c. it will match its library name and avoid confusion...
vanjeff [Wed, 9 Jul 2008 07:27:04 +0000 (07:27 +0000)]
rename filename to PciCf8Lib.c. it will match its library name and avoid confusion with Pci Library.

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