]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
15 years agoMerge the global data in ExecData.c to Event.c
eric_tian [Tue, 16 Sep 2008 07:53:15 +0000 (07:53 +0000)]
Merge the global data in ExecData.c to Event.c

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

15 years agoFix the build bugs for these three files.
lgao4 [Tue, 16 Sep 2008 07:37:57 +0000 (07:37 +0000)]
Fix the build bugs for these three files.

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

15 years agoComments for CoreInitializeMemoryServices should be updated
eric_tian [Tue, 16 Sep 2008 07:35:17 +0000 (07:35 +0000)]
Comments for CoreInitializeMemoryServices should be updated
Comments for CoreInitializeGcdServices should be updated.
Comments for CoreInitializeEventServices should be updated.

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

15 years agoThe file name Exec.h contains UEFI Event support functions and structure. But its...
eric_tian [Tue, 16 Sep 2008 07:22:44 +0000 (07:22 +0000)]
The file name Exec.h contains UEFI Event support functions and structure. But its file name is not very meaningful and we can consider renaming it.

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

15 years agomove BUGBUG comments and add some comments to comply with Spec
eric_tian [Tue, 16 Sep 2008 07:13:42 +0000 (07:13 +0000)]
move BUGBUG comments and add some comments to comply with Spec

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

15 years agoFramework code may call PreparePacckage with NULL GUID and both IFR and String Packages.
qwang12 [Tue, 16 Sep 2008 06:47:08 +0000 (06:47 +0000)]
Framework code may call PreparePacckage with NULL GUID and both IFR and String Packages.
    PackageList = PreparePackages (2, NULL, IfrPack, StringPack);

    mHii->NewPack( mHii, PackageList, &HiiHandle );

Framework HII database make use of the formset GUID as ID to retrieve String using

EFI_STATUS
GetStringFromToken (
  IN  EFI_GUID                  *ProducerGuid,
  IN  STRING_REF                Token,
  OUT CHAR16                    **String
  )

Update the code to cache the Formset GUID too.

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

15 years agoCorrect module type for library UefiBootServicesTableLib and UefiRuntimeServicesTableLib.
klu2 [Tue, 16 Sep 2008 06:44:15 +0000 (06:44 +0000)]
Correct module type for library UefiBootServicesTableLib and UefiRuntimeServicesTableLib.

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

15 years agofollow up code review
eric_tian [Tue, 16 Sep 2008 06:13:42 +0000 (06:13 +0000)]
follow up code review

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

15 years agofollow up code review
eric_tian [Tue, 16 Sep 2008 06:01:21 +0000 (06:01 +0000)]
follow up code review

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

15 years agofollow up the comments from code review.
eric_tian [Tue, 16 Sep 2008 05:22:09 +0000 (05:22 +0000)]
follow up the comments from code review.

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

15 years agofollow up the comments from code review.
eric_tian [Tue, 16 Sep 2008 05:19:25 +0000 (05:19 +0000)]
follow up the comments from code review.

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

15 years agoCode clean up.
klu2 [Tue, 16 Sep 2008 02:12:35 +0000 (02:12 +0000)]
Code clean up.

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

15 years agoFix the bug in GlueLib that we should depend on the gRT revision to use the proper...
qhuang8 [Fri, 12 Sep 2008 07:54:40 +0000 (07:54 +0000)]
Fix the bug in GlueLib that we should depend on the gRT revision to use the proper report status code function.

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

15 years agoremove duplicated code.
vanjeff [Fri, 12 Sep 2008 06:05:39 +0000 (06:05 +0000)]
remove duplicated code.

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

15 years agoadd param ImageHandle for MnpFlushServiceData().
vanjeff [Fri, 12 Sep 2008 05:36:21 +0000 (05:36 +0000)]
add param ImageHandle for MnpFlushServiceData().

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

15 years agoChange the status code to EFI_NOT_FOUND for Framework Hii's GetGlyph if EFI_WARN_UNKN...
qwang12 [Fri, 12 Sep 2008 03:01:01 +0000 (03:01 +0000)]
Change the status code to EFI_NOT_FOUND for Framework Hii's GetGlyph if EFI_WARN_UNKNOWN_GLYPH is return from GetGlyph i.e. no matching font found and UNKNOWN glyph is returned.

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

15 years agomove protocol close process from MnpDriverBindingStart() to MnpFlushServiceData().
vanjeff [Fri, 12 Sep 2008 02:45:02 +0000 (02:45 +0000)]
move protocol close process from MnpDriverBindingStart() to MnpFlushServiceData().

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

15 years agoDelete the unused PEIMs. EDK 2 PEI core now support this feature by gEfiMdeModulePkgT...
qwang12 [Fri, 12 Sep 2008 01:56:56 +0000 (01:56 +0000)]
Delete the unused PEIMs. EDK 2 PEI core now support this feature by gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkFvHobCompatibilitySupport.

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

15 years agoRemove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib provide...
qhuang8 [Fri, 12 Sep 2008 01:12:31 +0000 (01:12 +0000)]
Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib provide the similar function EfiCreateProtocolNotifyEvent(). DxeCore can use that library function.

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

15 years agoFix a typo in ReadMe.txt.
qhuang8 [Fri, 12 Sep 2008 01:05:42 +0000 (01:05 +0000)]
Fix a typo in ReadMe.txt.
We should use -p EdkShellPkg\EdkShellPkg.dsc to specify the DSC file.

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

15 years agoremove '../' from Base Library.
vanjeff [Thu, 11 Sep 2008 09:12:14 +0000 (09:12 +0000)]
remove '../' from Base Library.

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

15 years agomove and rename it
vanjeff [Thu, 11 Sep 2008 09:08:12 +0000 (09:08 +0000)]
move and rename it

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

15 years agoClean up BaseIoLibIntrinsic according to review comments.
vanjeff [Thu, 11 Sep 2008 08:59:52 +0000 (08:59 +0000)]
Clean up BaseIoLibIntrinsic according to review comments.

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

15 years agoPass GCC build.
qwang12 [Thu, 11 Sep 2008 06:54:24 +0000 (06:54 +0000)]
Pass GCC build.

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

15 years ago// EFI_FORM_BROWSER_PROTOCOL_GUID has been changed from the one defined in Framework...
qwang12 [Thu, 11 Sep 2008 02:25:52 +0000 (02:25 +0000)]
// EFI_FORM_BROWSER_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the
// Setup Browser protocol produced by HII Thunk Layer support the UEFI IFR and UEF String Package format.

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

15 years agoGCC clean.
qwang12 [Thu, 11 Sep 2008 02:25:30 +0000 (02:25 +0000)]
GCC clean.

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

15 years ago// EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework HII 0...
qwang12 [Thu, 11 Sep 2008 02:23:31 +0000 (02:23 +0000)]
// EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the
// Framework HII protocol produced by HII Thunk Layer support the UEF IFR and UEFI String Package
// format.

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

15 years agoAppend the change log for the non-backward compatibility change in Edk r5869.
qhuang8 [Wed, 10 Sep 2008 16:13:07 +0000 (16:13 +0000)]
Append the change log for the non-backward compatibility change in Edk r5869.

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

15 years agoUpdate the usage of ALIGN_VARIABLE for the interface change.
qhuang8 [Wed, 10 Sep 2008 16:05:24 +0000 (16:05 +0000)]
Update the usage of ALIGN_VARIABLE for the interface change.

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

15 years ago1. Add new macro: ALIGN_VALUE to round up a value to the next boundary of a given...
qhuang8 [Wed, 10 Sep 2008 16:00:20 +0000 (16:00 +0000)]
1. Add new macro: ALIGN_VALUE to round up a value to the next boundary of a given alignment.
2. Update ALIGN_POINTER to use the new macro
3. Drop the second parameter of ALIGN_VARIABLE for simplicity. It can also directly use the new macro ALIGN_VALUE.

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

15 years ago1. Rename gRT in GlueLib to avoid collision with EfiDriverLib
qhuang8 [Wed, 10 Sep 2008 12:53:36 +0000 (12:53 +0000)]
1. Rename gRT in GlueLib to avoid collision with EfiDriverLib
2. Add the extra parameter of PciCfg in the new PeiLibPciCfgModify() to keep the parameter list the same as the PciCfg->Modify(). PciCfg is just a place holder.
3. Allow platform develop to set EDKII_GLUE_PciExpressBaseAddress value in build option.

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

15 years ago1. Add ASM source files directory into its Include path.
lgao4 [Wed, 10 Sep 2008 06:51:00 +0000 (06:51 +0000)]
1. Add ASM source files directory into its Include path.
2. Change the output directory for ASL files to the subdirectory in order to avoid the same file names.

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

15 years agoFix a bug by adding CoreReleaseProtocolLock.
qwang12 [Wed, 10 Sep 2008 06:30:40 +0000 (06:30 +0000)]
Fix a bug by adding CoreReleaseProtocolLock.

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

15 years agoAdd EFIAPI modifier for all GCD services APIs
qhuang8 [Wed, 10 Sep 2008 03:25:49 +0000 (03:25 +0000)]
Add EFIAPI modifier for all GCD services APIs

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

15 years agocleanup some comments.
eric_tian [Tue, 9 Sep 2008 07:11:51 +0000 (07:11 +0000)]
cleanup some comments.

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

15 years agofix build issue
eric_tian [Tue, 9 Sep 2008 06:45:35 +0000 (06:45 +0000)]
fix build issue

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

15 years agoFunction description in baselib.h is not clear. change it to comply with Doxgen format.
eric_tian [Tue, 9 Sep 2008 06:22:30 +0000 (06:22 +0000)]
Function description in baselib.h is not clear. change it to comply with Doxgen format.

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

15 years agoRemove the prototype of internal functions to avoid the sync efforts.
qhuang8 [Tue, 9 Sep 2008 05:36:40 +0000 (05:36 +0000)]
Remove the prototype of internal functions to avoid the sync efforts.

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

15 years agoRename Hand.h to Handle.h.
qwang12 [Tue, 9 Sep 2008 05:29:23 +0000 (05:29 +0000)]
Rename Hand.h to Handle.h.

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

15 years agochanged the format when use "=="
vanjeff [Tue, 9 Sep 2008 05:28:47 +0000 (05:28 +0000)]
changed the format when use "=="

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

15 years agoAdjust the field position of PROTOCOL_NOTIFY.
qwang12 [Tue, 9 Sep 2008 05:19:46 +0000 (05:19 +0000)]
Adjust the field position of PROTOCOL_NOTIFY.

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

15 years agoFix the wrong fixing for hardcore value 7.
klu2 [Tue, 9 Sep 2008 05:19:30 +0000 (05:19 +0000)]
Fix the wrong fixing for hardcore value 7.

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

15 years agoCode cleanup for library instances in MdePkg.
klu2 [Tue, 9 Sep 2008 04:41:59 +0000 (04:41 +0000)]
Code cleanup for library instances in MdePkg.

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

15 years agofixed typo.
vanjeff [Tue, 9 Sep 2008 03:19:37 +0000 (03:19 +0000)]
fixed typo.

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

15 years agoRename Nt32 Fd image name to Nt32.Fd
lgao4 [Tue, 9 Sep 2008 02:53:35 +0000 (02:53 +0000)]
Rename Nt32 Fd image name to Nt32.Fd

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

15 years ago1) Update some comment.
qwang12 [Tue, 9 Sep 2008 02:39:44 +0000 (02:39 +0000)]
1) Update some comment.
2) Add in handle for the out_of_resource cases
3) Add in Done label to clean up the code.

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

15 years agoRemove unused global variable.
qhuang8 [Tue, 9 Sep 2008 01:50:38 +0000 (01:50 +0000)]
Remove unused global variable.

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

15 years agoRemove two obsolete function prototypes.
qhuang8 [Tue, 9 Sep 2008 01:47:33 +0000 (01:47 +0000)]
Remove two obsolete function prototypes.

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

15 years agoFix typo
qhuang8 [Mon, 8 Sep 2008 23:27:26 +0000 (23:27 +0000)]
Fix typo

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

15 years agoAdd missing gEfiFirmwareFileSystem2Guid in INF [Guids] section
qhuang8 [Mon, 8 Sep 2008 23:25:14 +0000 (23:25 +0000)]
Add missing gEfiFirmwareFileSystem2Guid in INF [Guids] section

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

15 years ago1) Add CONST to the pointer type input parameter.
qwang12 [Mon, 8 Sep 2008 12:54:26 +0000 (12:54 +0000)]
1) Add CONST to the pointer type input parameter.

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

15 years ago1) Add CONST to the pointer type input parameter.
qwang12 [Mon, 8 Sep 2008 12:53:50 +0000 (12:53 +0000)]
1) Add CONST to the pointer type input parameter.
2) Use global variable and AllocateCopyPool to save the size of generated binary.

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

15 years agoChange field Handle to type IHANDLE to remove the type casting.
qwang12 [Mon, 8 Sep 2008 12:50:40 +0000 (12:50 +0000)]
Change field Handle to type IHANDLE to remove the type casting.

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

15 years agoadd incompatbility changes's description about NULL_HANDLE.
qwang12 [Mon, 8 Sep 2008 10:00:24 +0000 (10:00 +0000)]
add incompatbility changes's description about NULL_HANDLE.

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

15 years agouse UnicodeVSPrintAsciiFormat, UnicodeSPrintAsciiFormat to simplify code.
klu2 [Mon, 8 Sep 2008 09:08:26 +0000 (09:08 +0000)]
use UnicodeVSPrintAsciiFormat, UnicodeSPrintAsciiFormat to simplify code.

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

15 years agouse UnicodeVSPrintAsciiFormat, UnicodeSPrintAsciiFormat to simplify code.
klu2 [Mon, 8 Sep 2008 09:08:04 +0000 (09:08 +0000)]
use UnicodeVSPrintAsciiFormat, UnicodeSPrintAsciiFormat to simplify code.

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

15 years agowrong comment for "Unicode" string.
klu2 [Mon, 8 Sep 2008 08:35:54 +0000 (08:35 +0000)]
wrong comment for "Unicode" string.

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

15 years agoremove unused library class.
klu2 [Mon, 8 Sep 2008 08:26:45 +0000 (08:26 +0000)]
remove unused library class.

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

15 years agoremove unused include file for library class.
klu2 [Mon, 8 Sep 2008 08:23:28 +0000 (08:23 +0000)]
remove unused include file for library class.

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

15 years agoMinor update for PI include files according to code review comments.
xli24 [Mon, 8 Sep 2008 07:55:40 +0000 (07:55 +0000)]
Minor update for PI include files according to code review comments.

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

15 years agoUpdate UefiScsiLib to add ASSERT comments and define new macros to replace the hard...
lgao4 [Mon, 8 Sep 2008 05:56:40 +0000 (05:56 +0000)]
Update UefiScsiLib to add ASSERT comments and define new macros to replace the hard code value.

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

15 years agoAdd in incompatibility note.
qwang12 [Mon, 8 Sep 2008 05:51:14 +0000 (05:51 +0000)]
Add in incompatibility note.

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

15 years agoRemove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. For...
qwang12 [Mon, 8 Sep 2008 05:02:38 +0000 (05:02 +0000)]
Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. For now, only DXE core is using this macro.

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

15 years agoRemove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. For...
qwang12 [Mon, 8 Sep 2008 05:00:44 +0000 (05:00 +0000)]
Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. For now, only DXE core is using this macro.

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

15 years agoAdd Usb Hid class request type into IndustryStandard/Usb.h, and replace the hard...
lgao4 [Mon, 8 Sep 2008 04:59:00 +0000 (04:59 +0000)]
Add Usb Hid class request type into IndustryStandard/Usb.h, and replace the hard value in UefiUsbLib by them.

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

15 years agoAdd more comment for EFI_DEP_REPLACE_TRUE
qwang12 [Mon, 8 Sep 2008 02:00:38 +0000 (02:00 +0000)]
Add more comment for EFI_DEP_REPLACE_TRUE

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

15 years agoRemove a dead macro EFI_DXESERVICE
qwang12 [Mon, 8 Sep 2008 01:55:51 +0000 (01:55 +0000)]
Remove a dead macro EFI_DXESERVICE

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

15 years agoCorrect the wrong '?' character to '-', and add check DestinationBuffer == SourceBuff...
lgao4 [Mon, 8 Sep 2008 01:24:16 +0000 (01:24 +0000)]
Correct the wrong '?' character to '-', and add check DestinationBuffer == SourceBuffer for CompareMem functions in all BaseMemory library instances.

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

15 years agoFix the typos in path name.
qhuang8 [Sat, 6 Sep 2008 01:03:26 +0000 (01:03 +0000)]
Fix the typos in path name.

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

15 years agoAdd in a temp fix to make UEFI HII SCT can pass with platform built with FrameworkHii...
qwang12 [Fri, 5 Sep 2008 07:01:47 +0000 (07:01 +0000)]
Add in a temp fix to make UEFI HII SCT can pass with platform built with FrameworkHiiToUefiHiiThunk module.

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

15 years agoMake prototype of EFI_PEI_STALL comply with PI spec.
xli24 [Fri, 5 Sep 2008 05:10:54 +0000 (05:10 +0000)]
Make prototype of EFI_PEI_STALL comply with PI spec.

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

15 years agoFix a bug.
qwang12 [Fri, 5 Sep 2008 01:53:53 +0000 (01:53 +0000)]
Fix a bug.

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

15 years ago1) Fix a bug in ASSERT condition.
qwang12 [Fri, 5 Sep 2008 01:19:01 +0000 (01:19 +0000)]
1) Fix a bug in ASSERT condition.
2) Quit the browser when formset displayed is EFI_FRONT_PAGE_SUBCLASS or EFI_SINGLE_USE_SUBCLASS to comply with the Framework Browser behavior.

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

15 years agoedk2/MdePkg/Library/PeiIoLibCpuIo/IoLib.c:
jljusten [Thu, 4 Sep 2008 18:12:57 +0000 (18:12 +0000)]
edk2/MdePkg/Library/PeiIoLibCpuIo/IoLib.c:
* Align code with changes to CONST usage on function
  parameters made in edk2-r5818.

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

15 years agoedk2/MdePkg/MdePkg.dec:
jljusten [Thu, 4 Sep 2008 16:01:24 +0000 (16:01 +0000)]
edk2/MdePkg/MdePkg.dec:
* Change filename case from x64=>X64 to match move in r5811.

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

15 years agoUpdate MDE Library instances according to code review comments.
xli24 [Thu, 4 Sep 2008 13:39:18 +0000 (13:39 +0000)]
Update MDE Library instances according to code review comments.

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

15 years ago1) Add a stringent check to make sure the package list for UpdateForm call must have...
qwang12 [Thu, 4 Sep 2008 10:15:50 +0000 (10:15 +0000)]
1) Add a stringent check to make sure the package list for UpdateForm call must have IFR packages.
2) Fix a bug for Numeric Opcode creation.
3) Add AssignQuestionId to assign QuestionId to be a non-zero value always.
4) Add in Check in UefiRegisterPackageList to same package list to be registered for more than once. (Framework BDS has this behavior).
5) Fix a bug in HiiNewString

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

15 years agoclean up the un-suitable ';' location when declaring the functions. The regular is...
vanjeff [Thu, 4 Sep 2008 09:44:58 +0000 (09:44 +0000)]
clean up the un-suitable ';' location when declaring the functions. The regular is ")[ ]++^p;"

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

15 years agoclean up the un-suitable ';' location when declaring the functions.
vanjeff [Thu, 4 Sep 2008 09:37:28 +0000 (09:37 +0000)]
clean up the un-suitable ';' location when declaring the functions.

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

15 years agoUpdate prototype of DxeLoadCore().
xli24 [Thu, 4 Sep 2008 09:17:17 +0000 (09:17 +0000)]
Update prototype of DxeLoadCore().

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

15 years agoUpdate MdePkg/Include/Ppi according to code review comments.
xli24 [Thu, 4 Sep 2008 09:15:21 +0000 (09:15 +0000)]
Update MdePkg/Include/Ppi according to code review comments.

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

15 years agoFix a typo in Pcd name
qhuang8 [Thu, 4 Sep 2008 08:19:02 +0000 (08:19 +0000)]
Fix a typo in Pcd name

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

15 years agorevert it for error checking-in.
vanjeff [Thu, 4 Sep 2008 08:18:08 +0000 (08:18 +0000)]
revert it for error checking-in.

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

15 years agorevert the previous check in
qhuang8 [Thu, 4 Sep 2008 08:08:01 +0000 (08:08 +0000)]
revert the previous check in

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

15 years agoFix a typo in Pcd name
qhuang8 [Thu, 4 Sep 2008 08:06:31 +0000 (08:06 +0000)]
Fix a typo in Pcd name

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

15 years agoremove EFI_EVENT_ alias, replace them with EVT_
vanjeff [Thu, 4 Sep 2008 07:42:38 +0000 (07:42 +0000)]
remove EFI_EVENT_ alias, replace them with EVT_

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

15 years ago1. remove EFI_EVENT_ alias, replace them with EVT_
vanjeff [Thu, 4 Sep 2008 07:38:10 +0000 (07:38 +0000)]
1. remove EFI_EVENT_ alias, replace them with EVT_
2. remove definitions of EFI_DESCRIPTION_STRING and EFI_DESCRIPTION_STRING_BUNDLE.

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

15 years agoChanged x64 into X64.
vanjeff [Thu, 4 Sep 2008 06:20:32 +0000 (06:20 +0000)]
Changed x64 into X64.

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

15 years agoadded additional comments and fixed some typo.
vanjeff [Thu, 4 Sep 2008 06:16:14 +0000 (06:16 +0000)]
added additional comments and fixed some typo.

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

15 years agoRemove unnecessary CONST.
vanjeff [Thu, 4 Sep 2008 04:17:20 +0000 (04:17 +0000)]
Remove unnecessary CONST.

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

15 years agoRemove unnecessary CONST.
vanjeff [Thu, 4 Sep 2008 03:17:26 +0000 (03:17 +0000)]
Remove unnecessary CONST.
.

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

15 years agoRemove unnecessary CONST.
vanjeff [Thu, 4 Sep 2008 03:17:06 +0000 (03:17 +0000)]
Remove unnecessary CONST.
.

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

15 years ago1. Remove unnecessary CONST.
vanjeff [Thu, 4 Sep 2008 03:15:52 +0000 (03:15 +0000)]
1. Remove unnecessary CONST.
2. Remove Unnecessarily including <ProcessorBind.h>.
3. Add comments for struct definition.

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

15 years agoedk2/MdePkg/Include/x64/ProcessorBind.h:
jljusten [Wed, 3 Sep 2008 23:20:24 +0000 (23:20 +0000)]
edk2/MdePkg/Include/x64/ProcessorBind.h:
edk2/MdePkg/Include/Ipf/ProcessorBind.h:
* Merge ICC warning ignores from Ia32/ProcessorBind.h.

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

15 years agoedk2/MdePkg/Include/Ia32/ProcessorBind.h:
jljusten [Wed, 3 Sep 2008 21:07:42 +0000 (21:07 +0000)]
edk2/MdePkg/Include/Ia32/ProcessorBind.h:
* Disable ICC warning for: "LocalVariable" was set but never used

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

15 years agoUse Numeric Opcode to host the backward compatibility as the VarEqVal in Framework...
qwang12 [Wed, 3 Sep 2008 10:53:35 +0000 (10:53 +0000)]
Use Numeric Opcode to host the backward compatibility as the VarEqVal in Framework is defined as UINT16 (Checkbox is only UIN8).

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

15 years agoUpdate FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Framework...
qwang12 [Wed, 3 Sep 2008 10:49:30 +0000 (10:49 +0000)]
Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Framework Setup Browser in new GUIDs. This is because the interfaces produced only handle IFR and String packages in UEFI format.

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

15 years agoUpdate FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Framework...
qwang12 [Wed, 3 Sep 2008 10:47:00 +0000 (10:47 +0000)]
Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and Framework Setup Browser in new GUIDs. This is because the interfaces produced only handle IFR and String packages in UEFI format.

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

15 years agoUpdated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.
vanjeff [Wed, 3 Sep 2008 08:55:55 +0000 (08:55 +0000)]
Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.

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

15 years agoAdd more comment for library instance and remove unused internal header file.
klu2 [Wed, 3 Sep 2008 08:44:12 +0000 (08:44 +0000)]
Add more comment for library instance and remove unused internal header file.

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