]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoFunction headers in .h and .c files synchronized with spec
jji4 [Wed, 26 Nov 2008 04:36:05 +0000 (04:36 +0000)]
Function headers in .h and .c files synchronized with spec

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

15 years agoSynchronize function comment in
gikidy [Wed, 26 Nov 2008 03:26:37 +0000 (03:26 +0000)]
Synchronize function comment in
MdePkg\Library\CpuLib.h, DebugLib.h,DevicePathLib.h, DxeServicesLib.h, DxeServicesTableLib.h, ExtractGuidedSectionLib.h, HobLib.h
with the c file instance of  this functions in MdePkg.

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

15 years agoRemove checking for overflow in several Multiple functions in BaseLib, for it is...
qhuang8 [Wed, 26 Nov 2008 01:41:49 +0000 (01:41 +0000)]
Remove checking for overflow in several Multiple functions in BaseLib, for it is not feasible to check in C code.

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

15 years agoFix build warning generated by ICC and MSVC compilers.
jljusten [Wed, 26 Nov 2008 01:24:35 +0000 (01:24 +0000)]
Fix build warning generated by ICC and MSVC compilers.

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

15 years agoFixed an incorrect PCD type string conversion
jwang36 [Tue, 25 Nov 2008 09:59:02 +0000 (09:59 +0000)]
Fixed an incorrect PCD type string conversion

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

15 years agoFunction headers in .h and .c files synchronized with spec
jji4 [Tue, 25 Nov 2008 08:38:41 +0000 (08:38 +0000)]
Function headers in .h and .c files synchronized with spec

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

15 years agoFunction headers in .h and .c files synchronized with spec
jji4 [Tue, 25 Nov 2008 07:38:54 +0000 (07:38 +0000)]
Function headers in .h and .c files synchronized with spec

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

15 years agoSynchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenanceLib...
gikidy [Tue, 25 Nov 2008 07:25:14 +0000 (07:25 +0000)]
Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenanceLib.h  with the c file instance of  this functions.

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

15 years agoremove vendor specific fields to improve CDROM read performance.
vanjeff [Tue, 25 Nov 2008 07:00:27 +0000 (07:00 +0000)]
remove vendor specific fields to improve CDROM read performance.

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

15 years agoAdd PI_SPECIFICATION_VERSION = 0x00010000 for the following library instances, becau...
lgao4 [Tue, 25 Nov 2008 04:53:13 +0000 (04:53 +0000)]
Add PI_SPECIFICATION_VERSION  = 0x00010000 for the following library instances, because they depend on the new definitions in PI spec.

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

15 years agoSynchronize function comment in MdePkg\Library\BaseLib.h with the instance of this...
gikidy [Tue, 25 Nov 2008 03:19:49 +0000 (03:19 +0000)]
Synchronize function comment in MdePkg\Library\BaseLib.h  with the instance of  this functions.

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

15 years agoFix minor issues in GCC assembly. The operand is 64bit and "q" prefix should be applied.
qhuang8 [Tue, 25 Nov 2008 02:49:23 +0000 (02:49 +0000)]
Fix minor issues in GCC assembly. The operand is 64bit and "q" prefix should be applied.

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

15 years agoClean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPECIFICATI...
lgao4 [Tue, 25 Nov 2008 02:36:57 +0000 (02:36 +0000)]
Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION from all the MdePkg INF files.

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

15 years agocode scrub
eric_tian [Tue, 25 Nov 2008 02:26:17 +0000 (02:26 +0000)]
code scrub

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

15 years agoFix ICC warnings
qhuang8 [Tue, 25 Nov 2008 00:45:35 +0000 (00:45 +0000)]
Fix ICC warnings

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

15 years agoUse ".486" for the instruction of "wbinvd"
qhuang8 [Tue, 25 Nov 2008 00:05:41 +0000 (00:05 +0000)]
Use ".486" for the instruction of "wbinvd"

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

15 years agoUse "GLOBAL_REMOVE_IF_UNREFERENCED volatile" for variable of binary patch PCD.
klu2 [Mon, 24 Nov 2008 17:57:43 +0000 (17:57 +0000)]
Use "GLOBAL_REMOVE_IF_UNREFERENCED volatile" for variable of binary patch PCD.

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

15 years agoUpdate VfrCompile tool to fix bug that parse the complicated expression, such as...
lgao4 [Mon, 24 Nov 2008 11:56:43 +0000 (11:56 +0000)]
Update VfrCompile tool to fix bug that parse the complicated expression, such as ((BOOLEAN)(1==1)) to create the wrong EndOf opcode.

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

15 years agoFunction headers checked with spec
jji4 [Mon, 24 Nov 2008 09:15:55 +0000 (09:15 +0000)]
Function headers checked with spec

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

15 years agoAdd runtime safe PCI Express Library instance
mdkinney [Mon, 24 Nov 2008 08:36:02 +0000 (08:36 +0000)]
Add runtime safe PCI Express Library instance

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

15 years agoAdd runtime registration function to all PCI Libs
mdkinney [Mon, 24 Nov 2008 08:34:06 +0000 (08:34 +0000)]
Add runtime registration function to all PCI Libs

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

15 years agoAdd reallocation functions to the UEFI Memory Allocation Library
mdkinney [Mon, 24 Nov 2008 08:32:29 +0000 (08:32 +0000)]
Add reallocation functions to the UEFI Memory Allocation Library

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

15 years agoAdd reallocate functions to the PEI Memory Allocation Library
mdkinney [Mon, 24 Nov 2008 08:31:51 +0000 (08:31 +0000)]
Add reallocate functions to the PEI Memory Allocation Library

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

15 years agoAdd EnableCache() and DisableCache() implementations for IA32 and X64 to the BaseLib
mdkinney [Mon, 24 Nov 2008 08:30:58 +0000 (08:30 +0000)]
Add EnableCache() and DisableCache() implementations for IA32 and X64 to the BaseLib

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

15 years agoAdd DxeRuntimePciExpressLib
mdkinney [Mon, 24 Nov 2008 08:29:41 +0000 (08:29 +0000)]
Add DxeRuntimePciExpressLib

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

15 years agoAdd runtime registration functions to the 4 PCI Library classes
mdkinney [Mon, 24 Nov 2008 08:29:02 +0000 (08:29 +0000)]
Add runtime registration functions to the 4 PCI Library classes

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

15 years agoFix typos in the Memory Allocation Library comments
mdkinney [Mon, 24 Nov 2008 08:28:18 +0000 (08:28 +0000)]
Fix typos in the Memory Allocation Library comments

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

15 years agosynchronize the files with the MDE_Library_Spec
gikidy [Mon, 24 Nov 2008 07:54:01 +0000 (07:54 +0000)]
synchronize the files with the MDE_Library_Spec

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

15 years agoRemove GraphicLib library class from MdePkg.dec file.
klu2 [Mon, 24 Nov 2008 07:21:36 +0000 (07:21 +0000)]
Remove GraphicLib library class from MdePkg.dec file.

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

15 years agoCode scrub with spec.
jji4 [Mon, 24 Nov 2008 07:18:15 +0000 (07:18 +0000)]
Code scrub with spec.

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

15 years agoShould use uppercase character for return value's comment.
klu2 [Mon, 24 Nov 2008 07:10:51 +0000 (07:10 +0000)]
Should use uppercase character for return value's comment.

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

15 years agoRename DxePciLibPciRootBridgeIo to UefiPciLibPciRootBridgeIo.
xli24 [Mon, 24 Nov 2008 06:49:15 +0000 (06:49 +0000)]
Rename DxePciLibPciRootBridgeIo to UefiPciLibPciRootBridgeIo.
Rename DxePciSegmentLibPciRootBridgeIo to UefiPciSegmentLibPciRootBridgeIo.
Update MODULE_TYPE and BASE_NAME accordingly.

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

15 years agoRenameRename DxePciLibPciRootBridgeIo to UefiPciLibPciRootBridgeIo.
xli24 [Mon, 24 Nov 2008 06:47:15 +0000 (06:47 +0000)]
RenameRename DxePciLibPciRootBridgeIo to UefiPciLibPciRootBridgeIo.
Rename DxePciSegmentLibPciRootBridgeIo to UefiPciSegmentLibPciRootBridgeIo.

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

15 years ago1. refine the comments
vanjeff [Mon, 24 Nov 2008 06:42:33 +0000 (06:42 +0000)]
1. refine the comments
2. use BITx

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

15 years agoSynchronize comments with .h and .c file. Even format differences will lead doxygen...
klu2 [Mon, 24 Nov 2008 06:42:12 +0000 (06:42 +0000)]
Synchronize comments with .h and .c file. Even format differences will lead doxygen think they are different comment and generate two copy comments.

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

15 years agoretried graphics library class from MdePkg
vanjeff [Mon, 24 Nov 2008 06:03:18 +0000 (06:03 +0000)]
retried graphics library class from MdePkg

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

15 years agoRefine new library instances according to review comments.
xli24 [Mon, 24 Nov 2008 05:55:41 +0000 (05:55 +0000)]
Refine new library instances according to review comments.

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

15 years ago1.retried graphics library class from MdePkg
vanjeff [Mon, 24 Nov 2008 05:49:59 +0000 (05:49 +0000)]
1.retried graphics library class from MdePkg
2.retried graphics library instance from MdeModulePkg
3.Move EnableQuietBoot(), DisableQuietBoot() and LockKeyboards() into GenericBdsLib

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

15 years agoUpdate supported module type of PeiPalLib according to the latest MDE library spec.
xli24 [Mon, 24 Nov 2008 03:05:43 +0000 (03:05 +0000)]
Update supported module type of PeiPalLib according to the latest MDE library spec.

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

15 years agoUse the Controller handle to open the protocol, rather than the
jljusten [Mon, 24 Nov 2008 00:37:12 +0000 (00:37 +0000)]
Use the Controller handle to open the protocol, rather than the
NULL handle which was stored in Private->Handle.

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

15 years agoResolve a bug where the initial ReadEdidData 'for' loop would loop
jljusten [Mon, 24 Nov 2008 00:30:53 +0000 (00:30 +0000)]
Resolve a bug where the initial ReadEdidData 'for' loop would loop
infinitely, since the Index variable was declared as UINT8, and
'EDID_BLOCK_SIZE * 2' is 256.

In the EFI_SUCCESS return path of CirrusLogic5430VideoModeSetup, check
that 'EdidOverrideDataBlock' has been allocated before attempting to
free this memory.

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

15 years agoMove call to CoreDisplayDiscoveredNotDispatched to be before the
jljusten [Mon, 24 Nov 2008 00:19:49 +0000 (00:19 +0000)]
Move call to CoreDisplayDiscoveredNotDispatched to be before the
  ASSERT_EFI_ERROR (CoreAllEfiServicesAvailable ());
statement, since this ASSERT can force the system to hang.  Since
drivers not loading may be the reason that not all EFI services are
available, it is helpful to display the non-dispatched driver list
before using the ASSERT.

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

15 years agoAdd useful DEBUG message for determining the when drivers are
jljusten [Mon, 24 Nov 2008 00:14:27 +0000 (00:14 +0000)]
Add useful DEBUG message for determining the when drivers are
being loaded and dispatched.

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

15 years agoResolved several warnings generated by GCC.
jljusten [Sun, 23 Nov 2008 23:57:13 +0000 (23:57 +0000)]
Resolved several warnings generated by GCC.

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

15 years agoResolved several warnings generated by GCC.
jljusten [Sun, 23 Nov 2008 23:55:02 +0000 (23:55 +0000)]
Resolved several warnings generated by GCC.

In PcatPciRootBridge.c -> GetPciExpressBaseAddressForRootBridge,
fixed a hang condition if the PCI Express Base Address HOB is
not present.

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

15 years agoFix warning generated by GCC compiler.
jljusten [Sun, 23 Nov 2008 23:49:37 +0000 (23:49 +0000)]
Fix warning generated by GCC compiler.

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

15 years agoFix warning generated by GCC. This warning could have been resolved
jljusten [Sun, 23 Nov 2008 23:47:14 +0000 (23:47 +0000)]
Fix warning generated by GCC.  This warning could have been resolved
with additional parenthesis, but I think the logic was previously
incorrect.

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

15 years agoremove definition not defined by UEFI spec.
vanjeff [Sun, 23 Nov 2008 13:41:15 +0000 (13:41 +0000)]
remove definition not defined by UEFI spec.

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

15 years agoRemove absolute URL in comment as they may become stale.
qwang12 [Sun, 23 Nov 2008 04:06:56 +0000 (04:06 +0000)]
Remove absolute URL in comment as they may become stale.

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

15 years agoAdd ReallocatePool(), ReallocateRuntimePool(), and ReallocateReservedPool() to BaseMe...
mdkinney [Sat, 22 Nov 2008 00:54:04 +0000 (00:54 +0000)]
Add ReallocatePool(), ReallocateRuntimePool(), and ReallocateReservedPool() to BaseMemoryLib

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

15 years agoUpdate to use ReallocatePool() from BaseMemoryLib
mdkinney [Sat, 22 Nov 2008 00:52:53 +0000 (00:52 +0000)]
Update to use ReallocatePool() from BaseMemoryLib

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

15 years agoUpdate to use ReallocatePool() from BaseMemoryLib
mdkinney [Sat, 22 Nov 2008 00:52:31 +0000 (00:52 +0000)]
Update to use ReallocatePool() from BaseMemoryLib

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

15 years agoClean up
mdkinney [Sat, 22 Nov 2008 00:51:51 +0000 (00:51 +0000)]
Clean up

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

15 years agoUse VFRPP tool for VFR pre-processing.
jljusten [Fri, 21 Nov 2008 19:09:26 +0000 (19:09 +0000)]
Use VFRPP tool for VFR pre-processing.

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

15 years agoAdd detailed comments.
qwang12 [Fri, 21 Nov 2008 15:50:41 +0000 (15:50 +0000)]
Add detailed comments.

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

15 years ago1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace...
qwang12 [Fri, 21 Nov 2008 15:08:07 +0000 (15:08 +0000)]
1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.
2) VfrCompiler in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.
3) HII Thunk module nows support Narrow Font registered using Framework New Pack HII interface.
4) Fix a bug in IfrLibCreatePopUp2 by updating the prototype. The previous way of using VA_START to get the address of parameter in the argument list and expecting the parameters that follows will be found using VA_ARG macro is wrong.

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

15 years ago1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace...
qwang12 [Fri, 21 Nov 2008 15:07:50 +0000 (15:07 +0000)]
1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.
2) VfrCompiler in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.
3) HII Thunk module nows support Narrow Font registered using Framework New Pack HII interface.
4) Fix a bug in IfrLibCreatePopUp2 by updating the prototype. The previous way of using VA_START to get the address of parameter in the argument list and expecting the parameters that follows will be found using VA_ARG macro is wrong.

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

15 years ago1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace...
qwang12 [Fri, 21 Nov 2008 15:07:14 +0000 (15:07 +0000)]
1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.
2) VfrCompiler in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.
3) HII Thunk module nows support Narrow Font registered using Framework New Pack HII interface.
4) Fix a bug in IfrLibCreatePopUp2 by updating the prototype. The previous way of using VA_START to get the address of parameter in the argument list and expecting the parameters that follows will be found using VA_ARG macro is wrong.

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

15 years agousing the exact device path DEBUGPORT_DEVICE_PATH.
vanjeff [Fri, 21 Nov 2008 09:48:41 +0000 (09:48 +0000)]
using the exact device path DEBUGPORT_DEVICE_PATH.

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

15 years agoCode and comments have been checked with spec.
jji4 [Fri, 21 Nov 2008 09:31:31 +0000 (09:31 +0000)]
Code and comments have been checked with spec.

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

15 years agosynchronize the file with the MDE_Library_Spec and fixed some typo.
gikidy [Fri, 21 Nov 2008 09:27:14 +0000 (09:27 +0000)]
synchronize the file with the MDE_Library_Spec and fixed some typo.

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

15 years agocode scrub.
vanjeff [Fri, 21 Nov 2008 08:32:38 +0000 (08:32 +0000)]
code scrub.

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

15 years ago1. Enhance GenFv WriteFvMap function to print basic debug information (entrypoint...
lgao4 [Fri, 21 Nov 2008 07:23:17 +0000 (07:23 +0000)]
1. Enhance GenFv WriteFvMap function to print basic debug information (entrypoint, baseaddress, .text, .data section base address)  when no map can be referred.

2. Enhance GenFv tool to create the non PI file system firmware volume.

3. Update VfrComile
 1) Set the first framework var store name to “Setup”
 2) Support DEFAULT and MANUFACTURING for framework CheckBox flags value

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

15 years agoCode scrub for DebugPortDxe.
vanjeff [Fri, 21 Nov 2008 07:13:33 +0000 (07:13 +0000)]
Code scrub for DebugPortDxe.

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

15 years agosynchronize the MdePkg/Include/Library/PcdLib.h and the MDE_Library_Spec.Add the...
gikidy [Fri, 21 Nov 2008 07:07:12 +0000 (07:07 +0000)]
synchronize the MdePkg/Include/Library/PcdLib.h and the MDE_Library_Spec.Add the commit for Macro in the PcdLib.h reference to the Spec.

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

15 years agoFunction comments have been checked with spec.
jji4 [Fri, 21 Nov 2008 07:03:12 +0000 (07:03 +0000)]
Function comments have been checked with spec.

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

15 years ago1) Remove the variable initalization in declaration.
qwang12 [Fri, 21 Nov 2008 06:59:58 +0000 (06:59 +0000)]
1) Remove the variable initalization in declaration.
2) Change all gBS->FreePool to use the MdePkg/BaseLib's FreePool.

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

15 years agoCode and comments have been checked with spec.
jji4 [Fri, 21 Nov 2008 06:56:02 +0000 (06:56 +0000)]
Code and comments have been checked with spec.

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

15 years agosynchronize the MdePkg/Include/Library/MemoryAllocationLib.h,PalLib.h the MDE_Library...
gikidy [Fri, 21 Nov 2008 06:34:54 +0000 (06:34 +0000)]
synchronize the MdePkg/Include/Library/MemoryAllocationLib.h,PalLib.h the MDE_Library_Spec.

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

15 years ago1. Add Max Try Times check to clear Ps2Kbd status register. If exceed the max try...
lgao4 [Fri, 21 Nov 2008 05:55:40 +0000 (05:55 +0000)]
1. Add Max Try Times check to clear Ps2Kbd status register. If exceed the max try times, the device may be error.

2. To follow PI spec, PciCfg PPI doesn't require ASSERT for the unalign PCI IO access.

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

15 years agoChanged the way to compare the content of AutoGen with the file to be generated from...
jwang36 [Fri, 21 Nov 2008 04:38:01 +0000 (04:38 +0000)]
Changed the way to compare the content of AutoGen with the file to be generated from it. This is to solve the re-generation issue of AutoGen files because of the newline format is different between the internal representation and the file.

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

15 years agochange DxeSmmDriverEntryPoint library class name to UefiEntryPoint
eric_tian [Fri, 21 Nov 2008 04:30:05 +0000 (04:30 +0000)]
change DxeSmmDriverEntryPoint library class name to UefiEntryPoint

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

15 years agodetab
lgao4 [Fri, 21 Nov 2008 03:18:22 +0000 (03:18 +0000)]
detab

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

15 years agoFunction comments have been checked with spec.
jji4 [Fri, 21 Nov 2008 03:07:28 +0000 (03:07 +0000)]
Function comments have been checked with spec.

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

15 years agoUpdate DeviceIo protocol based on EFI 1.1 updated spec.
lgao4 [Fri, 21 Nov 2008 03:00:06 +0000 (03:00 +0000)]
Update DeviceIo protocol based on EFI 1.1 updated spec.

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

15 years agoFunction headers and comments have been checked with spec.
jji4 [Fri, 21 Nov 2008 02:57:57 +0000 (02:57 +0000)]
Function headers and comments have been checked with spec.

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

15 years agoFunction headers and comments have been checked with spec.
jji4 [Fri, 21 Nov 2008 02:57:04 +0000 (02:57 +0000)]
Function headers and comments have been checked with spec.

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

15 years agoFunction headers and comments have been checked with spec.
jji4 [Fri, 21 Nov 2008 02:03:33 +0000 (02:03 +0000)]
Function headers and comments have been checked with spec.

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

15 years agoCode and comments have been checked with spec.
jji4 [Thu, 20 Nov 2008 08:55:42 +0000 (08:55 +0000)]
Code and comments have been checked with spec.

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

15 years agoretried GetGraphicsBitMapFromFV()and GetGraphicsBitMapFromFVEx(), instead using GetSe...
vanjeff [Thu, 20 Nov 2008 07:19:01 +0000 (07:19 +0000)]
retried GetGraphicsBitMapFromFV()and GetGraphicsBitMapFromFVEx(), instead using GetSectionFromAnyFv() in DxeServiceLib.

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

15 years agosynchronize the MdePkg/Include/Library/IoLib.h and the MDE_Library_Spec.
gikidy [Thu, 20 Nov 2008 06:28:39 +0000 (06:28 +0000)]
synchronize the MdePkg/Include/Library/IoLib.h and the MDE_Library_Spec.

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

15 years agoGCC Build Clean: Add doxygen comment and fix build break issue.
qwang12 [Thu, 20 Nov 2008 06:27:17 +0000 (06:27 +0000)]
GCC Build Clean: Add doxygen comment and fix build break issue.

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

15 years agoCode have been checked with spec.
jji4 [Thu, 20 Nov 2008 05:19:15 +0000 (05:19 +0000)]
Code have been checked with spec.

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

15 years agoECC Cleanup: Remove variable initialization in declaration.
qwang12 [Thu, 20 Nov 2008 05:15:13 +0000 (05:15 +0000)]
ECC Cleanup: Remove variable initialization in declaration.

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

15 years agoSynchronize the MdePkg\Include\Library\HobLib.h,
gikidy [Thu, 20 Nov 2008 04:55:02 +0000 (04:55 +0000)]
Synchronize the MdePkg\Include\Library\HobLib.h,
DxeServicesTableLib.h with the MDE_Library_Spec.

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

15 years agoRemoved Graphics library instance in IntelFrameworkModulePkg, since no one use it...
vanjeff [Thu, 20 Nov 2008 03:19:35 +0000 (03:19 +0000)]
Removed Graphics library instance in IntelFrameworkModulePkg, since no one use it and Graphics library class will be retried later.

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

15 years ago1.Removed PrintXY from Graphics Library.
vanjeff [Thu, 20 Nov 2008 03:08:28 +0000 (03:08 +0000)]
1.Removed PrintXY from Graphics Library.
2.Added PrintXY and AsciiPrintXY in Uefi Library
3.Moved PcdUgaConsumeSupport from MdeModulePkg to MdePkg.

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

15 years agoECC clanup: Update the doxygen comment.
qwang12 [Thu, 20 Nov 2008 02:02:16 +0000 (02:02 +0000)]
ECC clanup: Update the doxygen comment.

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

15 years agoChanged file line format of AutoGen files to native style.
jwang36 [Thu, 20 Nov 2008 02:00:07 +0000 (02:00 +0000)]
Changed file line format of AutoGen files to native style.

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

15 years agoDetab
qhuang8 [Wed, 19 Nov 2008 15:22:53 +0000 (15:22 +0000)]
Detab

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

15 years agoDetab
qhuang8 [Wed, 19 Nov 2008 15:14:25 +0000 (15:14 +0000)]
Detab

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

15 years agoUpdate SecurityStub function to align PI spec.
lgao4 [Wed, 19 Nov 2008 14:25:16 +0000 (14:25 +0000)]
Update SecurityStub function to align PI spec.

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

15 years agoUpdate comments for Protocol definitions to match UEFI spec. And add the missing...
lgao4 [Wed, 19 Nov 2008 14:24:27 +0000 (14:24 +0000)]
Update comments for Protocol definitions to match UEFI spec. And add the missing comments for the data structure.

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

15 years agoUpdate comments for Protocol definitions to match UEFI spec.
lgao4 [Wed, 19 Nov 2008 14:23:54 +0000 (14:23 +0000)]
Update comments for Protocol definitions to match UEFI spec.
And add the missing comments for the data structure.

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

15 years agoUpdate the base name based on convention.
qwang12 [Wed, 19 Nov 2008 13:38:22 +0000 (13:38 +0000)]
Update the base name based on convention.

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

15 years agoECC Cleanup: Update Doxygen comment
qwang12 [Wed, 19 Nov 2008 13:36:34 +0000 (13:36 +0000)]
ECC Cleanup: Update Doxygen comment

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

15 years agoDoxygen fix.
qwang12 [Wed, 19 Nov 2008 12:30:42 +0000 (12:30 +0000)]
Doxygen fix.

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

15 years agoFixed a ECC error.
qwang12 [Wed, 19 Nov 2008 12:01:25 +0000 (12:01 +0000)]
Fixed a ECC error.

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

15 years agoComments have been synchronized with spec.
jji4 [Wed, 19 Nov 2008 10:01:14 +0000 (10:01 +0000)]
Comments have been synchronized with spec.

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

15 years agoSynchronize the MdePkg\Include\Library\BaseMemoryLib.h,
gikidy [Wed, 19 Nov 2008 10:00:35 +0000 (10:00 +0000)]
Synchronize the MdePkg\Include\Library\BaseMemoryLib.h,
CacheMaintenance.h,CpuLib.h,DebugLib.h,DevicePathLib.h with the MDE_Library_Spec.

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