]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoICC Cleanup:
qwang12 [Tue, 18 Nov 2008 09:57:59 +0000 (09:57 +0000)]
ICC Cleanup:

#if __INTEL_COMPILER

//
// Disable the extra ";" warning;
// All places referencing EFI_GUID_STRING MACRO will generate this error.
//
#pragma warning ( disable : 424 )

//
// error #593: variable "Status" was set but never used
// This error may be flagged if a function only do ASSERT on return status when
// EFI_DEBUG is not defined (EDK's ASSERT will be defined as empty statement).
// To make EdkCompatibilityPkg buildable by ICC with EFI_DEBUG undefined, disable
// this warning.
//
#pragma warning ( disable : 593 )

//
// Disable ICC's remark #869: "Parameter" was never referenced warning.
// This is legal ANSI C code so we disable the remark that is turned on with -Wall
//
#pragma warning ( disable : 869 )

//
// Disable ICC's remark #1418: external function definition with no prior declaration.
// This is legal ANSI C code so we disable the remark that is turned on with /W4
//
#pragma warning ( disable : 1418 )

//
// Disable ICC's remark #1419: external declaration in primary source file
// This is legal ANSI C code so we disable the remark that is turned on with /W4
//
#pragma warning ( disable : 1419 )

#endif

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

15 years agoICC cleanup: Add in (CONST EFI_PEI_SERVICES **)
qwang12 [Tue, 18 Nov 2008 09:56:50 +0000 (09:56 +0000)]
ICC cleanup: Add in (CONST EFI_PEI_SERVICES **)

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

15 years agoICC cleanup: Add in (CONST EFI_PEI_SERVICES **)
qwang12 [Tue, 18 Nov 2008 09:56:38 +0000 (09:56 +0000)]
ICC cleanup: Add in (CONST EFI_PEI_SERVICES **)

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

15 years agoICC cleanup: add EFI_PEI_TRANSFER_CONTROL_SET_JUMP and EFI_PEI_TRANSFER_CONTROL_LONG_...
qwang12 [Tue, 18 Nov 2008 09:56:27 +0000 (09:56 +0000)]
ICC cleanup: add EFI_PEI_TRANSFER_CONTROL_SET_JUMP and EFI_PEI_TRANSFER_CONTROL_LONG_JUMP data cast.

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

15 years agoICC cleanup: Add in (CONST EFI_PEI_SERVICES **)
qwang12 [Tue, 18 Nov 2008 09:52:43 +0000 (09:52 +0000)]
ICC cleanup: Add in (CONST EFI_PEI_SERVICES **)

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

15 years agoICC cleanup: #undef previously defined _DEBUG.
qwang12 [Tue, 18 Nov 2008 09:52:11 +0000 (09:52 +0000)]
ICC cleanup: #undef previously defined _DEBUG.

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

15 years agoBug Fix: Define CPU_STACK_ALIGNMENT for each ARCH.
qwang12 [Tue, 18 Nov 2008 09:50:35 +0000 (09:50 +0000)]
Bug Fix: Define CPU_STACK_ALIGNMENT for each ARCH.

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

15 years agosynced function header
jgong5 [Tue, 18 Nov 2008 09:29:44 +0000 (09:29 +0000)]
synced function header

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

15 years agoGCC Cleanup: UINT8_MAX is defined already in standard header file.
qwang12 [Tue, 18 Nov 2008 08:33:30 +0000 (08:33 +0000)]
GCC Cleanup: UINT8_MAX is defined already in standard header file.

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

15 years agoICC Cleanup: add data typecast after arithemtics.
qwang12 [Tue, 18 Nov 2008 08:12:25 +0000 (08:12 +0000)]
ICC Cleanup: add data typecast after arithemtics.

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

15 years agoICC Cleanup: Remove the unnecessary ',' in the last enum.
qwang12 [Tue, 18 Nov 2008 08:11:23 +0000 (08:11 +0000)]
ICC Cleanup: Remove the unnecessary ',' in the last enum.

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

15 years agoGCC Cleanup: Define EFI_BREAKPOINT for GCC build.
qwang12 [Tue, 18 Nov 2008 08:10:49 +0000 (08:10 +0000)]
GCC Cleanup: Define EFI_BREAKPOINT for GCC build.

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

15 years agoGCC Cleanup: Remove the duplicated typedef and include the header files instead.
qwang12 [Tue, 18 Nov 2008 08:09:40 +0000 (08:09 +0000)]
GCC Cleanup: Remove the duplicated typedef and include the header files instead.

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

15 years agoGCC Cleanup: Remove the duplicated #define.
qwang12 [Tue, 18 Nov 2008 08:09:13 +0000 (08:09 +0000)]
GCC Cleanup: Remove the duplicated #define.

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

15 years agoICC Cleanup: add enum typecast after arithemtics.
qwang12 [Tue, 18 Nov 2008 08:08:54 +0000 (08:08 +0000)]
ICC Cleanup: add enum typecast after arithemtics.

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

15 years agoGCC Cleanup: GUID initializer.
qwang12 [Tue, 18 Nov 2008 08:07:19 +0000 (08:07 +0000)]
GCC Cleanup: GUID initializer.

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

15 years agoICC Cleanup: add (UINT8 *) typecast.
qwang12 [Tue, 18 Nov 2008 08:05:32 +0000 (08:05 +0000)]
ICC Cleanup: add (UINT8 *) typecast.

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

15 years agoICC Cleanup: add (VOID **) typecast.
qwang12 [Tue, 18 Nov 2008 08:04:39 +0000 (08:04 +0000)]
ICC Cleanup: add (VOID **) typecast.

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

15 years agoICC Cleanup: add (VOID **) typecast.
qwang12 [Tue, 18 Nov 2008 08:03:58 +0000 (08:03 +0000)]
ICC Cleanup: add (VOID **) typecast.

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

15 years agoICC Cleanup: Remove the unnecessary ',' in the last enum.
qwang12 [Tue, 18 Nov 2008 08:03:05 +0000 (08:03 +0000)]
ICC Cleanup: Remove the unnecessary ',' in the last enum.

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

15 years agoICC Cleanup: Remove the unnecessary ',' in the last enum.
qwang12 [Tue, 18 Nov 2008 08:02:51 +0000 (08:02 +0000)]
ICC Cleanup: Remove the unnecessary ',' in the last enum.

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

15 years agoGCC Cleanup: Remove unused typedef.
qwang12 [Tue, 18 Nov 2008 08:02:02 +0000 (08:02 +0000)]
GCC Cleanup: Remove unused typedef.

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

15 years agoGCC Cleanup: Remove unused typedef.
qwang12 [Tue, 18 Nov 2008 08:01:47 +0000 (08:01 +0000)]
GCC Cleanup: Remove unused typedef.

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

15 years agoICC Cleanup.
qwang12 [Tue, 18 Nov 2008 08:01:05 +0000 (08:01 +0000)]
ICC Cleanup.

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

15 years agoGCC Cleanup: Add () to (EFI_D_ERROR|EFI_D_INFO) pass GCC build.
qwang12 [Tue, 18 Nov 2008 07:59:24 +0000 (07:59 +0000)]
GCC Cleanup: Add () to (EFI_D_ERROR|EFI_D_INFO) pass GCC build.

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

15 years agoGCC Cleanup: Use a commenting style that pass GCC build.
qwang12 [Tue, 18 Nov 2008 07:52:37 +0000 (07:52 +0000)]
GCC Cleanup: Use a commenting style that pass GCC build.

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

15 years agoAdd in MdeModulePkg.dec depedency as HiiLib is moved to MdeModulePkg.
qwang12 [Tue, 18 Nov 2008 07:50:50 +0000 (07:50 +0000)]
Add in MdeModulePkg.dec depedency as HiiLib is moved to MdeModulePkg.

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

15 years agoRefine MdeModulePkg to pass GCC build.
xli24 [Tue, 18 Nov 2008 07:01:14 +0000 (07:01 +0000)]
Refine MdeModulePkg to pass GCC build.

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

15 years agoCode Scrub: Corrected some retvals according to the spec.
jji4 [Tue, 18 Nov 2008 06:57:25 +0000 (06:57 +0000)]
Code Scrub: Corrected some retvals according to the spec.

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

15 years agoAdd in comment on the EFI_IFR_GUID_VAREQNAME.
qwang12 [Tue, 18 Nov 2008 06:30:49 +0000 (06:30 +0000)]
Add in comment on the EFI_IFR_GUID_VAREQNAME.

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

15 years agoRemove the unnecessary CONST.
qwang12 [Tue, 18 Nov 2008 06:22:02 +0000 (06:22 +0000)]
Remove the unnecessary CONST.

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

15 years agorefine the comments
vanjeff [Tue, 18 Nov 2008 06:01:24 +0000 (06:01 +0000)]
refine the comments

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

15 years agofix code style issue and add function header
niry [Tue, 18 Nov 2008 04:52:51 +0000 (04:52 +0000)]
fix code style issue and add function header

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

15 years agoFix GCC build break.
qhuang8 [Tue, 18 Nov 2008 03:32:46 +0000 (03:32 +0000)]
Fix GCC build break.

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

15 years agoFix a typo
qwang12 [Tue, 18 Nov 2008 01:12:28 +0000 (01:12 +0000)]
Fix a typo

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

15 years agoAdd in parameter checking to pass UEFI HII SCT test.
qwang12 [Mon, 17 Nov 2008 14:30:47 +0000 (14:30 +0000)]
Add in parameter checking to pass UEFI HII SCT test.

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

15 years agoAdd changing log for the removal of timer events macros in UefiScsiLib.
qhuang8 [Mon, 17 Nov 2008 14:28:54 +0000 (14:28 +0000)]
Add changing log for the removal of timer events macros in UefiScsiLib.

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

15 years agoRemove 4 obsolete macros in UefiScsiLib and we have equivalent macros to the UEFI...
qhuang8 [Mon, 17 Nov 2008 14:24:01 +0000 (14:24 +0000)]
Remove 4 obsolete macros in UefiScsiLib and we have equivalent macros to the UEFI Lib for managing Timer Events

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

15 years agoUpdate SCSI modules to use new macros defined in UefiLib.
qhuang8 [Mon, 17 Nov 2008 14:22:23 +0000 (14:22 +0000)]
Update SCSI modules to use new macros defined in UefiLib.

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

15 years agoAdd 3 macros to manager Timer events.
qhuang8 [Mon, 17 Nov 2008 14:21:43 +0000 (14:21 +0000)]
Add 3 macros to manager Timer events.

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

15 years agoAdd a workaround to judge the end-of-device path type:
qhuang8 [Mon, 17 Nov 2008 12:46:35 +0000 (12:46 +0000)]
Add a workaround to judge the end-of-device path type:
We used to have type EFI_END_ENTIRE_DEVICE_PATH (0xff) to tag the end of entire device path.

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

15 years agoCode Scrub:
jji4 [Mon, 17 Nov 2008 11:24:14 +0000 (11:24 +0000)]
Code Scrub:
  The code of MdePkg\Library\UefiScsiLib\ and MdePkg\Library\UefiUsbLib has been checked and modified according to MDE_Library_Spec_0.61h-4.doc.

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

15 years agosynchronize the MdePkg/Include/Library/BaseLib.h and the MDE_Library_Spec.
gikidy [Mon, 17 Nov 2008 09:42:02 +0000 (09:42 +0000)]
synchronize the MdePkg/Include/Library/BaseLib.h and the MDE_Library_Spec.

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

15 years agoupdate comments and refine code.
vanjeff [Mon, 17 Nov 2008 08:13:37 +0000 (08:13 +0000)]
update comments and refine code.

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

15 years agoRefine Logo.inf.
xli24 [Mon, 17 Nov 2008 06:42:04 +0000 (06:42 +0000)]
Refine Logo.inf.

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

15 years agoUpdate function header align to Mde Lib spec.
lgao4 [Mon, 17 Nov 2008 04:39:25 +0000 (04:39 +0000)]
Update function header align to Mde Lib spec.

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

15 years agoUse @retval instead of @return.
xli24 [Mon, 17 Nov 2008 04:34:14 +0000 (04:34 +0000)]
Use @retval instead of @return.

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

15 years agoCode scrub for WatchdogTimer driver.
xli24 [Mon, 17 Nov 2008 04:33:19 +0000 (04:33 +0000)]
Code scrub for WatchdogTimer driver.

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

15 years agoCode scrub for Monotonic Counter Driver.
xli24 [Mon, 17 Nov 2008 03:33:42 +0000 (03:33 +0000)]
Code scrub for Monotonic Counter Driver.

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

15 years agoRefine the prototype of CheckMapping() in PlatDriOverLib.
xli24 [Mon, 17 Nov 2008 02:45:37 +0000 (02:45 +0000)]
Refine the prototype of CheckMapping() in PlatDriOverLib.

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

15 years agoUpdate comments for PeiCore
lgao4 [Mon, 17 Nov 2008 02:41:18 +0000 (02:41 +0000)]
Update comments for PeiCore

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

15 years agoUpdate ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLib to...
lgao4 [Mon, 17 Nov 2008 02:12:36 +0000 (02:12 +0000)]
Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLib to support the modules that uses EDKII Glue Lib

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

15 years agoCreate X64 mode page tables in memory even when PEI is already X64
mdkinney [Sat, 15 Nov 2008 23:59:07 +0000 (23:59 +0000)]
Create X64 mode page tables in memory even when PEI is already X64

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

15 years agoUpdate GenFv to support SEC built using X64 tools
mdkinney [Sat, 15 Nov 2008 21:54:07 +0000 (21:54 +0000)]
Update GenFv to support SEC built using X64 tools

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

15 years agoScrubbed part of the code.
jgong5 [Fri, 14 Nov 2008 09:16:11 +0000 (09:16 +0000)]
Scrubbed part of the code.

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

15 years agoupdated interface comments per UEFI Spec.
jgong5 [Fri, 14 Nov 2008 09:15:28 +0000 (09:15 +0000)]
updated interface comments per UEFI Spec.

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

15 years agoFiles of PeiPalLib uses the wrong license information in the file header. Update...
xli24 [Fri, 14 Nov 2008 07:58:59 +0000 (07:58 +0000)]
Files of PeiPalLib uses the wrong license information in the file header. Update them.

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

15 years agoSynchronization of MDE Library Spec., Mde.dec, and corresponding head files in MdePkg...
jji4 [Fri, 14 Nov 2008 03:46:24 +0000 (03:46 +0000)]
Synchronization of MDE Library Spec., Mde.dec, and corresponding head files in MdePkg\Include\Library.

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

15 years agoSynchronization of MDE Library Spec., Mde.dec, and corresponding head files in MdePkg...
jji4 [Fri, 14 Nov 2008 03:45:34 +0000 (03:45 +0000)]
Synchronization of MDE Library Spec., Mde.dec, and corresponding head files in MdePkg\Include\Library.

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

15 years agoCode Scrub
jji4 [Fri, 14 Nov 2008 02:49:25 +0000 (02:49 +0000)]
Code Scrub

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

15 years agoAdd the dependency of DevicePathLib for the reference of DevicePathLib macros.
qhuang8 [Fri, 14 Nov 2008 01:48:58 +0000 (01:48 +0000)]
Add the dependency of DevicePathLib for the reference of DevicePathLib macros.

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

15 years agoAdd dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.
qhuang8 [Thu, 13 Nov 2008 15:33:57 +0000 (15:33 +0000)]
Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.

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

15 years agoAdd missed Metronome.h in [Sources] section
qhuang8 [Thu, 13 Nov 2008 11:36:30 +0000 (11:36 +0000)]
Add missed Metronome.h in [Sources] section

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

15 years agoAdd change log as the brief summary of previous non-backward compatible changes to...
qhuang8 [Thu, 13 Nov 2008 11:23:43 +0000 (11:23 +0000)]
Add change log as the brief summary of previous non-backward compatible changes to MdePkg and other packages.

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

15 years agoAdd package dependency of MdeModulePkg.dec since HiiLib has been moved to MdeModulePkg
qhuang8 [Thu, 13 Nov 2008 10:59:57 +0000 (10:59 +0000)]
Add package dependency of MdeModulePkg.dec since HiiLib has been moved to MdeModulePkg

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

15 years agoAdd package dependency of MdeModulePkg.dec since HiiLib has been moved to MdeModulePkg
qhuang8 [Thu, 13 Nov 2008 10:59:37 +0000 (10:59 +0000)]
Add package dependency of MdeModulePkg.dec since HiiLib has been moved to MdeModulePkg

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

15 years agoRemoved the replacement rule of PEI_PCI_CFG_PPI for R8 source code conversion
jwang36 [Thu, 13 Nov 2008 10:24:56 +0000 (10:24 +0000)]
Removed the replacement rule of PEI_PCI_CFG_PPI for R8 source code conversion

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

15 years agoAdd dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.
qhuang8 [Thu, 13 Nov 2008 10:10:16 +0000 (10:10 +0000)]
Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.

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

15 years agoUpdate UNIX DSC file for library class/instances renaming.
qhuang8 [Thu, 13 Nov 2008 09:44:29 +0000 (09:44 +0000)]
Update UNIX DSC file for library class/instances renaming.

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

15 years agoUpdate DUET DSC file for library class/instances renaming.
qhuang8 [Thu, 13 Nov 2008 09:41:38 +0000 (09:41 +0000)]
Update DUET DSC file for library class/instances renaming.

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

15 years agoUpdate ECP DSC file for library class/instances renaming.
qhuang8 [Thu, 13 Nov 2008 09:36:05 +0000 (09:36 +0000)]
Update ECP DSC file for library class/instances renaming.

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

15 years agoUpdate MdeModulePkg DSC file for library class/instances renaming.
qhuang8 [Thu, 13 Nov 2008 09:35:12 +0000 (09:35 +0000)]
Update MdeModulePkg DSC file for library class/instances renaming.

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

15 years agoUpdate NT32 platform DSC file for library class/instances renaming.
qhuang8 [Thu, 13 Nov 2008 09:27:05 +0000 (09:27 +0000)]
Update NT32 platform DSC file for library class/instances renaming.
Tested on build and boot to shell, reconnect -r 3 times.

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

15 years agoAdd dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.
qhuang8 [Thu, 13 Nov 2008 09:24:27 +0000 (09:24 +0000)]
Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.

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

15 years agoAdd dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.
qhuang8 [Thu, 13 Nov 2008 09:24:17 +0000 (09:24 +0000)]
Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.

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

15 years agoAdd dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.
qhuang8 [Thu, 13 Nov 2008 09:23:44 +0000 (09:23 +0000)]
Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.

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

15 years agoRename the reference library class of UsbLib to UefiUsbLib.
qhuang8 [Thu, 13 Nov 2008 09:19:18 +0000 (09:19 +0000)]
Rename the reference library class of UsbLib to UefiUsbLib.

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

15 years agoRename the reference library class of ScsiLib to UefiScsiLib.
qhuang8 [Thu, 13 Nov 2008 09:18:40 +0000 (09:18 +0000)]
Rename the reference library class of ScsiLib to UefiScsiLib.

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

15 years agoRename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove the refere...
qhuang8 [Thu, 13 Nov 2008 09:17:38 +0000 (09:17 +0000)]
Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove the reference of PeiPiLib, it has been merged to PeiServicesLib

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

15 years agoRename DxePiLib to DxeServicesLib
qhuang8 [Thu, 13 Nov 2008 09:16:04 +0000 (09:16 +0000)]
Rename DxePiLib to DxeServicesLib

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

15 years agoRename PalCallLib to PalLib
qhuang8 [Thu, 13 Nov 2008 09:15:16 +0000 (09:15 +0000)]
Rename PalCallLib to PalLib

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

15 years agoUpdate library instances naming.
qhuang8 [Thu, 13 Nov 2008 09:09:03 +0000 (09:09 +0000)]
Update library instances naming.

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

15 years agoRemove UefiHiiLib & UefiIfrSupportLib. They have been moved to MdeModulePkg.
qhuang8 [Thu, 13 Nov 2008 09:07:30 +0000 (09:07 +0000)]
Remove UefiHiiLib & UefiIfrSupportLib. They have been moved to MdeModulePkg.

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

15 years agoAdd UefiHiiLib & UefiIfrSupportLib. They are from MdePkg.
qhuang8 [Thu, 13 Nov 2008 09:06:25 +0000 (09:06 +0000)]
Add UefiHiiLib & UefiIfrSupportLib. They are from MdePkg.

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

15 years agoUpdate for the library class renaming: UsbLib -> UefiUsbLib
qhuang8 [Thu, 13 Nov 2008 09:05:12 +0000 (09:05 +0000)]
Update for the library class renaming: UsbLib -> UefiUsbLib

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

15 years agoUpdate for the library class renaming: ScsiLib -> UefiScsiLib
qhuang8 [Thu, 13 Nov 2008 09:04:51 +0000 (09:04 +0000)]
Update for the library class renaming: ScsiLib -> UefiScsiLib

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

15 years agoUse PalLib instead of PalCallLib
qhuang8 [Thu, 13 Nov 2008 09:03:20 +0000 (09:03 +0000)]
Use PalLib instead of PalCallLib

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

15 years agoUse PalLib instead of PalCallLib
qhuang8 [Thu, 13 Nov 2008 09:02:55 +0000 (09:02 +0000)]
Use PalLib instead of PalCallLib

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

15 years agoUse PalLib instead of PalCallLib
qhuang8 [Thu, 13 Nov 2008 09:02:32 +0000 (09:02 +0000)]
Use PalLib instead of PalCallLib

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

15 years agoRetired PeiPiLib, all its API has been merged to PeiServicesLib
qhuang8 [Thu, 13 Nov 2008 09:01:48 +0000 (09:01 +0000)]
Retired PeiPiLib, all its API has been merged to PeiServicesLib

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

15 years agoAdd PeiServicesInstallFvInfoPpi(). It is formerly PiLibInstallFvInfoPpi() in PeiPiLib
qhuang8 [Thu, 13 Nov 2008 08:59:25 +0000 (08:59 +0000)]
Add PeiServicesInstallFvInfoPpi(). It is formerly PiLibInstallFvInfoPpi() in PeiPiLib

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

15 years agoRename DxePiLib to DxeServicesLib
qhuang8 [Thu, 13 Nov 2008 08:54:56 +0000 (08:54 +0000)]
Rename DxePiLib to DxeServicesLib

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

15 years agoRemove BasePalCallLibNull
qhuang8 [Thu, 13 Nov 2008 08:53:45 +0000 (08:53 +0000)]
Remove BasePalCallLibNull
It is replaced by BasePalLibNull

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

15 years agoAdd BasePalLibNull
qhuang8 [Thu, 13 Nov 2008 08:52:29 +0000 (08:52 +0000)]
Add BasePalLibNull
It originates from BasePalCallLibNull

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

15 years agoUse PalLib instead of PalCallLib
qhuang8 [Thu, 13 Nov 2008 08:44:34 +0000 (08:44 +0000)]
Use PalLib instead of PalCallLib

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

15 years agoUpdate [LibraryClasses] section for the updated library class.
qhuang8 [Thu, 13 Nov 2008 08:42:57 +0000 (08:42 +0000)]
Update [LibraryClasses] section for the updated library class.

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

15 years agoUpdate [LibraryClasses] section for the updated library class.
qhuang8 [Thu, 13 Nov 2008 08:42:27 +0000 (08:42 +0000)]
Update [LibraryClasses] section for the updated library class.

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

15 years agoRemove FvbServiceLib, HiiLib & IfrSupportLib.
qhuang8 [Thu, 13 Nov 2008 08:41:46 +0000 (08:41 +0000)]
Remove FvbServiceLib, HiiLib & IfrSupportLib.
They have been moved to MdeModulePkg.

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

15 years agoAdd FvbServiceLib, HiiLib & IfrSupportLib.h
qhuang8 [Thu, 13 Nov 2008 08:41:24 +0000 (08:41 +0000)]
Add FvbServiceLib, HiiLib & IfrSupportLib.h
They originate from MdePkg.

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

15 years agoFixed HSD 201877: 'END' in [depex] caused GenDepex failure
jwang36 [Thu, 13 Nov 2008 08:37:47 +0000 (08:37 +0000)]
Fixed HSD 201877: 'END' in [depex] caused GenDepex failure

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