]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoClean up to update the reference of the these macros:
qhuang8 [Tue, 16 Dec 2008 15:31:58 +0000 (15:31 +0000)]
Clean up to update the reference of the these macros:
  EFI_SIGNATURE_16 -> SIGNATURE_16
  EFI_SIGNATURE_32 -> SIGNATURE_32
  EFI_SIGNATURE_64 -> SIGNATURE_64
  EFI_FIELD_OFFSET -> OFFSET_OF
  EFI_MAX_BIT      -> MAX_BIT
  EFI_MAX_ADDRESS  -> MAX_ADDRESS
These macros are not defined in UEFI spec. It makes more sense to use the equivalent macros in Base.h to avoid alias.

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

15 years agoClean up to update the reference of the these macros:
qhuang8 [Tue, 16 Dec 2008 15:31:57 +0000 (15:31 +0000)]
Clean up to update the reference of the these macros:
  EFI_SIGNATURE_16 -> SIGNATURE_16
  EFI_SIGNATURE_32 -> SIGNATURE_32
  EFI_SIGNATURE_64 -> SIGNATURE_64
  EFI_FIELD_OFFSET -> OFFSET_OF
  EFI_MAX_BIT      -> MAX_BIT
  EFI_MAX_ADDRESS  -> MAX_ADDRESS
These macros are not defined in UEFI spec. It makes more sense to use the equivalent macros in Base.h to avoid alias.

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

15 years agoClean up to update the reference of the these macros:
qhuang8 [Tue, 16 Dec 2008 15:31:52 +0000 (15:31 +0000)]
Clean up to update the reference of the these macros:
  EFI_SIGNATURE_16 -> SIGNATURE_16
  EFI_SIGNATURE_32 -> SIGNATURE_32
  EFI_SIGNATURE_64 -> SIGNATURE_64
  EFI_FIELD_OFFSET -> OFFSET_OF
  EFI_MAX_BIT      -> MAX_BIT
  EFI_MAX_ADDRESS  -> MAX_ADDRESS
These macros are not defined in UEFI spec. It makes more sense to use the equivalent macros in Base.h to avoid alias.

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

15 years agoClean up to update the reference of the these macros:
qhuang8 [Tue, 16 Dec 2008 15:17:02 +0000 (15:17 +0000)]
Clean up to update the reference of the these macros:
  EFI_SIGNATURE_16 -> SIGNATURE_16
  EFI_SIGNATURE_32 -> SIGNATURE_32
  EFI_SIGNATURE_64 -> SIGNATURE_64
  EFI_FIELD_OFFSET -> OFFSET_OF
  EFI_MAX_BIT      -> MAX_BIT
  EFI_MAX_ADDRESS  -> MAX_ADDRESS
These macros are not defined in UEFI spec. It makes more sense to use the equivalent macros in Base.h to avoid alias.

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

15 years agoFix several syntax issue to pass build.
qhuang8 [Tue, 16 Dec 2008 15:10:14 +0000 (15:10 +0000)]
Fix several syntax issue to pass build.

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

15 years agoAlways add files in [Sources] section to search list for string ID
jwang36 [Tue, 16 Dec 2008 13:15:03 +0000 (13:15 +0000)]
Always add files in [Sources] section to search list for string ID

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

15 years ago1) Keep the original Varstore Name when replacing it with L"Setup" to allow Framework...
qwang12 [Tue, 16 Dec 2008 13:09:12 +0000 (13:09 +0000)]
1) Keep the original Varstore Name when replacing it with L"Setup" to allow Framework HII module get variable which is saved by UEFI Setup Browser.
2) Fix a bug in UefiDefaultsToFwDefaults to correctly update the VariablePackList on output.

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

15 years agocode scrub:
vanjeff [Tue, 16 Dec 2008 09:21:45 +0000 (09:21 +0000)]
code scrub:
1. updated functions header.
2. sync some comments for .S files.
3. fixed some error in AsmFuncs.S

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

15 years ago202033 make .h more clear, seperate ComponentName.h IScsiInitiatorName.h from IScsiDr...
ywu21 [Tue, 16 Dec 2008 08:10:07 +0000 (08:10 +0000)]
202033 make .h more clear, seperate ComponentName.h IScsiInitiatorName.h from IScsiDriver.h

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

15 years ago1) fix one goto issue in IScsiProto.c
ywu21 [Tue, 16 Dec 2008 07:17:19 +0000 (07:17 +0000)]
1) fix one  goto issue in IScsiProto.c
2) add Md5.h in [Sources.common] of inf
3) change mIScsiPrivateGuid to gIScsiPrivateGuid

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

15 years agoFix Some typo.
gikidy [Tue, 16 Dec 2008 07:01:01 +0000 (07:01 +0000)]
Fix Some typo.

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

15 years agoAdd in code to convert the Default VarStore name to be L"Setup" based on Framework...
qwang12 [Tue, 16 Dec 2008 05:27:24 +0000 (05:27 +0000)]
Add in code to convert the Default VarStore name to be L"Setup" based on Framework HII's assumption.

VARSTORE ID of 0 for Buffer Storage Type Storage is defined as invalid in UEFI 2.1 HII. VARSTORE ID
0 is the default VarStore ID for storage without explicit declaration in Framework HII 0.92. EDK II UEFI VFR compiler
in compatible mode will assign 0x0001 as UEFI VARSTORE ID to this default storage id in Framework VFR without
VARSTORE declaration.

In addition, the Name of Default VarStore is assumed to be L"Setup" for those storage without explicit VARSTORE declaration in the formset
by Framework HII. EDK II UEFI VFR compiler in compatible mode hard-coded L"Setup" as VARSTORE name.

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

15 years agoAdd comments for functions.
niry [Tue, 16 Dec 2008 02:57:53 +0000 (02:57 +0000)]
Add comments for functions.

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

15 years agoFix a missing doxygen parameter entry.
qhuang8 [Mon, 15 Dec 2008 16:03:37 +0000 (16:03 +0000)]
Fix a missing doxygen parameter entry.

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

15 years agoCode scrub performance library instances in MdeModulePkg
qhuang8 [Mon, 15 Dec 2008 15:56:02 +0000 (15:56 +0000)]
Code scrub performance library instances in MdeModulePkg

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

15 years agoAdd missing DevicePathLib in INF file.
qhuang8 [Mon, 15 Dec 2008 15:54:03 +0000 (15:54 +0000)]
Add missing DevicePathLib in INF file.

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

15 years agoFix typos.
qhuang8 [Mon, 15 Dec 2008 15:52:14 +0000 (15:52 +0000)]
Fix typos.

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

15 years ago1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadControlRegist...
qhuang8 [Mon, 15 Dec 2008 15:51:43 +0000 (15:51 +0000)]
1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadControlRegister() for IPF architecture.
2. Add AsmReadMsr() & AsmWriteMsr() for IPF architecture
3. update AsmCpuMisc.s to only support GCC tool chain to avoid symbol collision.

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

15 years agoPort AsmFuncs.s to pass CYGWINGCC build for x64.
vanjeff [Mon, 15 Dec 2008 10:05:10 +0000 (10:05 +0000)]
Port AsmFuncs.s to pass CYGWINGCC build for x64.

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

15 years agoclean coding style issue
tding1 [Mon, 15 Dec 2008 09:16:03 +0000 (09:16 +0000)]
clean coding style issue

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

15 years agoUpdate GenSec tool to always create output file without check file content.
lgao4 [Mon, 15 Dec 2008 07:39:56 +0000 (07:39 +0000)]
Update GenSec tool to always create output file without check file content.

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

15 years agoSync function prototype.
xli24 [Mon, 15 Dec 2008 07:22:20 +0000 (07:22 +0000)]
Sync function prototype.

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

15 years agoCode Scrub for UsbKbDxe module.
xli24 [Mon, 15 Dec 2008 07:17:47 +0000 (07:17 +0000)]
Code Scrub for UsbKbDxe module.

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

15 years agoGenFds will try to deduce 'Target_Toolchain_Arch' KeyStringList for GUIDed section.
jlin16 [Mon, 15 Dec 2008 07:10:49 +0000 (07:10 +0000)]
GenFds will try to deduce 'Target_Toolchain_Arch' KeyStringList for GUIDed section.

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

15 years agoremove EDK_RELEASE_VERSION in inf file
tding1 [Mon, 15 Dec 2008 06:01:48 +0000 (06:01 +0000)]
remove EDK_RELEASE_VERSION in inf file

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

15 years agocorrect a operation mistake
ywu21 [Mon, 15 Dec 2008 05:20:48 +0000 (05:20 +0000)]
correct a operation mistake

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

15 years agoCode have been checked with spec
jji4 [Mon, 15 Dec 2008 03:22:57 +0000 (03:22 +0000)]
Code have been checked with spec

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

15 years agoit was root caused to be Spec issue instead of code issue. It should be Action inste...
ywu21 [Mon, 15 Dec 2008 02:32:28 +0000 (02:32 +0000)]
it was root caused to be Spec issue instead of code issue.  It should be Action instead of * Action.
So roll back formal  change  in IScsiFormCallback ()

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

15 years agofix one bug in (EFIAPI *EFI_HII_ACCESS_FORM_CALLBACK)(), it is not aligned with spec
ywu21 [Mon, 15 Dec 2008 01:58:19 +0000 (01:58 +0000)]
fix one bug in (EFIAPI *EFI_HII_ACCESS_FORM_CALLBACK)(), it is not aligned with spec
the paramter should be
  IN  EFI_BROWSER_ACTION                     *Action
instead of
  IN  EFI_BROWSER_ACTION                      Action

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

15 years ago1) delete unused parameter from IScsiCHAPOnRspReceived ()
ywu21 [Sun, 14 Dec 2008 12:25:48 +0000 (12:25 +0000)]
1) delete unused parameter from IScsiCHAPOnRspReceived ()
2)Correct one parameter mistake in IScsiFormCallback ()
3)Add OPTIONAL  in IScsiDriverBindingStop ()
4)delete unused parameter from IScsiCheckOpParams ()
5) fix 30+ [in  out]  issues

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

15 years agoClean DriverSampleDxe for ICC build.
xli24 [Sun, 14 Dec 2008 06:00:41 +0000 (06:00 +0000)]
Clean DriverSampleDxe for ICC build.

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

15 years agoUse correct capitalization to pass build on UNIXGCC.
xli24 [Sun, 14 Dec 2008 05:40:01 +0000 (05:40 +0000)]
Use correct capitalization to pass build on UNIXGCC.

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

15 years agoAdd incremental support for FD and Capsule generation.
jwang36 [Sat, 13 Dec 2008 12:52:46 +0000 (12:52 +0000)]
Add incremental support for FD and Capsule generation.

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

15 years agocode scrub on VariableRuntime Dxe driver
eric_tian [Fri, 12 Dec 2008 09:48:24 +0000 (09:48 +0000)]
code scrub on VariableRuntime Dxe driver

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

15 years agocode scrub on VariableRuntime Dxe driver
eric_tian [Fri, 12 Dec 2008 09:27:17 +0000 (09:27 +0000)]
code scrub on VariableRuntime Dxe driver

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

15 years agoChange EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTR
lgao4 [Fri, 12 Dec 2008 08:51:57 +0000 (08:51 +0000)]
Change EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTR

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

15 years agoUpdate EntryPoint library header
lgao4 [Fri, 12 Dec 2008 08:51:16 +0000 (08:51 +0000)]
Update EntryPoint library header
Remove UefiTcgPlatform.h from Uefi Directory to IndustryStandard
Change EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTR aligned to UEFI spec.

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

15 years ago1)update function header coding style issue
ywu21 [Fri, 12 Dec 2008 07:03:44 +0000 (07:03 +0000)]
1)update function header coding style issue
change Some unexpected error happened.    to Other errors as indicated.
2) delete unused parameter in IScsiConfigFormInit()
3) correct IN OUT mistake in IScsiSessionInit ()
4)roll back one update for Piece of code in IScsiDhcp.c around line 99 on FieldIndex

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

15 years agoGenFds enable display FV space information when incremental build.
jlin16 [Fri, 12 Dec 2008 06:51:49 +0000 (06:51 +0000)]
GenFds enable display FV space information when incremental build.

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

15 years agoIN OUT modifiers corrected
jji4 [Fri, 12 Dec 2008 06:39:33 +0000 (06:39 +0000)]
IN OUT modifiers corrected

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

15 years agoUpdate
jwang36 [Fri, 12 Dec 2008 06:30:22 +0000 (06:30 +0000)]
Update

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

15 years ago1) Search value of Guid/Protocol/PPI in inf file only in the same category in dec...
jwang36 [Fri, 12 Dec 2008 06:22:53 +0000 (06:22 +0000)]
1) Search value of Guid/Protocol/PPI in inf file only in the same category in dec file.
2) Pass all files in a module's directory to StrGather for R8 modules.

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

15 years agoFix some typo.
gikidy [Fri, 12 Dec 2008 06:04:02 +0000 (06:04 +0000)]
Fix some typo.

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

15 years agoFix some typo.
gikidy [Fri, 12 Dec 2008 05:54:07 +0000 (05:54 +0000)]
Fix some typo.

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

15 years agoNo need of PcdLib in this module
jji4 [Fri, 12 Dec 2008 05:42:26 +0000 (05:42 +0000)]
No need of PcdLib in this module

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

15 years agoDo *not* use #elif but use seperate #define to make sure all structure can exist...
klu2 [Fri, 12 Dec 2008 05:21:42 +0000 (05:21 +0000)]
Do *not* use #elif but use seperate #define to make sure all structure can exist in doxygen document.

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

15 years agoAdd description to .inf files.
gikidy [Fri, 12 Dec 2008 03:21:13 +0000 (03:21 +0000)]
Add description to .inf files.

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

15 years agoINF head modified
jji4 [Fri, 12 Dec 2008 03:00:18 +0000 (03:00 +0000)]
INF head modified

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

15 years agoINF head modified
jji4 [Fri, 12 Dec 2008 01:27:36 +0000 (01:27 +0000)]
INF head modified

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

15 years agoFix the issue that memory for device path is incorrectly freed, which leads to the...
xli24 [Thu, 11 Dec 2008 15:59:27 +0000 (15:59 +0000)]
Fix the issue that memory for device path is incorrectly freed, which leads to the bug that Richford recovery fails.

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

15 years agoAdd incompatible change notes for device path.
klu2 [Thu, 11 Dec 2008 10:29:17 +0000 (10:29 +0000)]
Add incompatible change notes for device path.

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

15 years agoupdate [Depex] section
tding1 [Thu, 11 Dec 2008 09:36:02 +0000 (09:36 +0000)]
update [Depex] section

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

15 years agoCode Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver.
lgao4 [Thu, 11 Dec 2008 09:30:13 +0000 (09:30 +0000)]
Code Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver.

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

15 years agocode scrub for DebugSpport Module.
vanjeff [Thu, 11 Dec 2008 08:38:20 +0000 (08:38 +0000)]
code scrub for DebugSpport Module.

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

15 years agofixed one typo
vanjeff [Thu, 11 Dec 2008 08:35:30 +0000 (08:35 +0000)]
fixed one typo

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

15 years agoINF head checked
jji4 [Thu, 11 Dec 2008 07:54:52 +0000 (07:54 +0000)]
INF head checked

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

15 years agoApply ReallocatePool API in DxeExtractGuidedSectionLib when the allocated resource...
lgao4 [Thu, 11 Dec 2008 07:36:58 +0000 (07:36 +0000)]
Apply ReallocatePool API in DxeExtractGuidedSectionLib when the allocated resource is used out. And remove PCD.

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

15 years agoRenamed to follow Coding Style
eric_tian [Thu, 11 Dec 2008 06:49:52 +0000 (06:49 +0000)]
Renamed to follow Coding Style

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

15 years ago1) Update file header.
qwang12 [Thu, 11 Dec 2008 06:36:40 +0000 (06:36 +0000)]
1) Update file header.

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

15 years agoModified PeiServicesTablePointerLib.h to match the Spec, and sync the c files with it.
gikidy [Thu, 11 Dec 2008 06:29:24 +0000 (06:29 +0000)]
Modified PeiServicesTablePointerLib.h to match the Spec, and sync the c files with it.

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

15 years ago1) Update file header.
qwang12 [Thu, 11 Dec 2008 06:29:18 +0000 (06:29 +0000)]
1) Update file header.

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

15 years ago1) Update file header.
qwang12 [Thu, 11 Dec 2008 06:27:04 +0000 (06:27 +0000)]
1) Update file header.

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

15 years ago1) Update file header.
qwang12 [Thu, 11 Dec 2008 06:09:37 +0000 (06:09 +0000)]
1) Update file header.
2) Make use of standard macro defined in MdePkg.

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

15 years agoFix the wrong SVN address for EdkShellPkg.
qhuang8 [Thu, 11 Dec 2008 06:03:26 +0000 (06:03 +0000)]
Fix the wrong SVN address for EdkShellPkg.

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

15 years ago1. Merger generic functions into one file.
vanjeff [Thu, 11 Dec 2008 05:28:12 +0000 (05:28 +0000)]
1. Merger generic functions into one file.
2. Use the basic definitions in BaseLib.h, instead of local definitions

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

15 years agoSynchronize MdePkg/Library *.h files with c files
gikidy [Thu, 11 Dec 2008 05:23:13 +0000 (05:23 +0000)]
Synchronize MdePkg/Library *.h files with c files

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

15 years agoSynchronize MdePkg h files to Library/Base* c files.
gikidy [Thu, 11 Dec 2008 04:45:23 +0000 (04:45 +0000)]
Synchronize MdePkg h files to Library/Base* c files.

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

15 years agoSynchronize BaseLib h files to c files.
gikidy [Thu, 11 Dec 2008 02:59:41 +0000 (02:59 +0000)]
Synchronize BaseLib h files to c files.

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

15 years agoMake use of MdePkg's FreePool library function to replace gBS->FreePool.
qwang12 [Thu, 11 Dec 2008 02:09:57 +0000 (02:09 +0000)]
Make use of MdePkg's FreePool library function to replace gBS->FreePool.

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

15 years agoupdate code comment
tding1 [Wed, 10 Dec 2008 10:14:18 +0000 (10:14 +0000)]
update code comment

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

15 years agocode scrub update
eric_tian [Wed, 10 Dec 2008 09:35:04 +0000 (09:35 +0000)]
code scrub update

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

15 years agocorrect /// usage mistake
ywu21 [Wed, 10 Dec 2008 09:29:47 +0000 (09:29 +0000)]
correct /// usage mistake

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

15 years agofixed one bug when declaring IA32_IDT_GATE_DESCRIPTOR.
vanjeff [Wed, 10 Dec 2008 09:29:06 +0000 (09:29 +0000)]
fixed one bug when declaring IA32_IDT_GATE_DESCRIPTOR.

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

15 years agoUpdate the incompatible change into ChangeLog
lgao4 [Wed, 10 Dec 2008 08:37:12 +0000 (08:37 +0000)]
Update the incompatible change into ChangeLog

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

15 years agoINF module description edited
jji4 [Wed, 10 Dec 2008 08:37:09 +0000 (08:37 +0000)]
INF module description edited

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

15 years agoUpdate EFI_KEY_OPTION.KeyOptions --> EFI_KEY_OPTION.KeyData to follow UEFI spec.
lgao4 [Wed, 10 Dec 2008 08:23:15 +0000 (08:23 +0000)]
Update EFI_KEY_OPTION.KeyOptions --> EFI_KEY_OPTION.KeyData to follow UEFI spec.

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

15 years agoAdd comments for enumeration, structure data members those are referred by UefiServic...
lgao4 [Wed, 10 Dec 2008 08:22:03 +0000 (08:22 +0000)]
Add comments for enumeration, structure data members those are referred by UefiService, Runtime Service, Dxe Service and Pei Service.

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

15 years agoINF module description added
jji4 [Wed, 10 Dec 2008 08:20:01 +0000 (08:20 +0000)]
INF module description added

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

15 years agodelete redundant **/
ywu21 [Wed, 10 Dec 2008 06:31:56 +0000 (06:31 +0000)]
delete redundant **/

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

15 years agoupdate function header
ywu21 [Wed, 10 Dec 2008 06:29:55 +0000 (06:29 +0000)]
update function header

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

15 years agodelete #include <Uefi/UefiBaseType.h>
ywu21 [Wed, 10 Dec 2008 06:21:28 +0000 (06:21 +0000)]
delete #include <Uefi/UefiBaseType.h>
add #include <Uefi.h>
update file header
update function header

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 06:18:18 +0000 (06:18 +0000)]
update file header
update function header
update a lot of variable naming
add some function header and adjust function layout

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 06:13:51 +0000 (06:13 +0000)]
update file header
update function header

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

15 years agoSynchronize the h files with c files.
gikidy [Wed, 10 Dec 2008 06:13:43 +0000 (06:13 +0000)]
Synchronize the h files with c files.

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

15 years agoLibrary classes updated in INF
jji4 [Wed, 10 Dec 2008 05:41:22 +0000 (05:41 +0000)]
Library classes updated in INF

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

15 years agoadded comment for some structure
vanjeff [Wed, 10 Dec 2008 05:07:52 +0000 (05:07 +0000)]
added comment for some structure

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 04:09:23 +0000 (04:09 +0000)]
update file  header
update function header
delete extern CHAR16 NibbleToHexChar(UINT8 Nibble); and use #include <Library/BaseLib.h>
update struct definition format to pass ECC check

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 04:04:45 +0000 (04:04 +0000)]
update file header
update function header

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 04:02:58 +0000 (04:02 +0000)]
update file header
move typedef struct _ISCSI_SESSION_CONFIG_DATA ISCSI_SESSION_CONFIG_DATA;  to IScsiMisc.h

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 04:01:14 +0000 (04:01 +0000)]
update file header

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

15 years ago1 update function header
ywu21 [Wed, 10 Dec 2008 03:58:26 +0000 (03:58 +0000)]
1 update function header
2 update file header
3 correct some expression: Non-Boolean comparisons must use a compare operator
4 corrent some variable naming

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 03:34:36 +0000 (03:34 +0000)]
update file header
correct one parameter IN Out mistake in IScsiSetInitiatorName ()

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 03:32:55 +0000 (03:32 +0000)]
update file header
update the order of #include "IScsiMisc.h" and #include "IScsiConfig.h" due to one update in IScsiCommon.h

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

15 years agoSynchronize interface function comment from declaration in library class header file...
klu2 [Wed, 10 Dec 2008 03:28:54 +0000 (03:28 +0000)]
Synchronize interface function comment from declaration in library class header file to implementation in library instance.

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 03:27:58 +0000 (03:27 +0000)]
update file header
delete IN from
IScsiPublishIbft (
  IN VOID
  );

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 03:24:11 +0000 (03:24 +0000)]
update file header
update function header
deleter IN in parameter of IScsiPublishIbft (
  VOID
  )

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 03:22:05 +0000 (03:22 +0000)]
update file header

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

15 years agoupdate file header
ywu21 [Wed, 10 Dec 2008 03:21:12 +0000 (03:21 +0000)]
update file header
update function header according to <Protocol/ScsiPassThruExt.h>

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

15 years agoSynchronize interface function comment from declaration in library class header file...
klu2 [Wed, 10 Dec 2008 03:14:49 +0000 (03:14 +0000)]
Synchronize interface function comment from declaration in library class header file to implementation in library instance.

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

15 years agoSynchronize interface function comment from declaration in library class header file...
klu2 [Wed, 10 Dec 2008 03:10:07 +0000 (03:10 +0000)]
Synchronize interface function comment from declaration in library class header file to implementation in library instance.

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