]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
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

15 years agoAdd more comment for library instance and remove unused internal header file.
klu2 [Wed, 3 Sep 2008 08:42:16 +0000 (08:42 +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@5798 6f19259b-4bc3-4df7-8a09-765794883524

15 years agoAdd more file comments
klu2 [Wed, 3 Sep 2008 08:35:20 +0000 (08:35 +0000)]
Add more file comments

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

15 years ago1.Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2 to follow PI spec.
vanjeff [Wed, 3 Sep 2008 08:34:34 +0000 (08:34 +0000)]
1.Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2 to follow PI spec.
2.Changed parameter FvHeader into DriverName to follow PI spec.
3.Updated DXE services functions header to follow PI spec.

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

15 years agoFix wrong comment for SetPeiServiceTable
klu2 [Wed, 3 Sep 2008 08:23:38 +0000 (08:23 +0000)]
Fix wrong comment for SetPeiServiceTable

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

15 years agoremove internal header file.
klu2 [Wed, 3 Sep 2008 08:05:39 +0000 (08:05 +0000)]
remove internal header file.

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

15 years ago1, remove MigrateIdt interface, 2, remove unused library class
klu2 [Wed, 3 Sep 2008 08:04:48 +0000 (08:04 +0000)]
1, remove MigrateIdt interface, 2, remove unused library class

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

15 years agofixed one typo.
vanjeff [Wed, 3 Sep 2008 07:56:47 +0000 (07:56 +0000)]
fixed one typo.

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

15 years agoRemove MigrateIDT interface from PeiServiceTableLib library class.
klu2 [Wed, 3 Sep 2008 07:56:04 +0000 (07:56 +0000)]
Remove MigrateIDT interface from PeiServiceTableLib library class.

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

15 years agoAdd more file comments for PeiServiceTableLib
klu2 [Wed, 3 Sep 2008 07:55:15 +0000 (07:55 +0000)]
Add more file comments for PeiServiceTableLib

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

15 years agoclean the codes according to review comments.
vanjeff [Wed, 3 Sep 2008 07:54:27 +0000 (07:54 +0000)]
clean the codes according to review comments.

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

15 years agoAdd more comments for DxeServicesTableLib library instance.
klu2 [Wed, 3 Sep 2008 07:50:48 +0000 (07:50 +0000)]
Add more comments for DxeServicesTableLib library instance.

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

15 years agomove ProcessFv() from dispatcher.c to FwVol.c
klu2 [Wed, 3 Sep 2008 07:26:40 +0000 (07:26 +0000)]
move ProcessFv() from dispatcher.c to FwVol.c

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

15 years agoClean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsRam,...
klu2 [Wed, 3 Sep 2008 06:51:30 +0000 (06:51 +0000)]
Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsRam, MaxTopOfCarHeap from PeiCore's private data structure. Because after PI enabling, these data value can be got from SecCore's handoff data structure.

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

15 years agoWhen new FV is installed, VerifyFv() should be invoked to do security checking for...
klu2 [Wed, 3 Sep 2008 06:25:35 +0000 (06:25 +0000)]
When new FV is installed, VerifyFv() should be invoked to do security checking for this FV.

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

15 years agoUpdate Shell binaries to integrate a fix to solve "CHAR8" compatibility issue in...
qhuang8 [Wed, 3 Sep 2008 05:13:53 +0000 (05:13 +0000)]
Update Shell binaries to integrate a fix to solve "CHAR8" compatibility issue in edit command and shell script execution.

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

15 years agoUpdate Shell hot fix patch to integrate a fix to solve "CHAR8" compatibility issue...
qhuang8 [Wed, 3 Sep 2008 05:10:55 +0000 (05:10 +0000)]
Update Shell hot fix patch to integrate a fix to solve "CHAR8" compatibility issue in Edit command and shell script execution.

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

15 years agoFix vfr compiler build error for checkbox check.
lgao4 [Wed, 3 Sep 2008 01:47:21 +0000 (01:47 +0000)]
Fix vfr compiler build error for checkbox check.

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

15 years agoRemove unnecessary TPL operations in BDS module & library.
xli24 [Tue, 2 Sep 2008 14:57:17 +0000 (14:57 +0000)]
Remove unnecessary TPL operations in BDS module & library.

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

15 years agoUpdate VfrCompile to check Array Index and VarId data type.
lgao4 [Tue, 2 Sep 2008 12:47:13 +0000 (12:47 +0000)]
Update VfrCompile to check Array Index and VarId data type.

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

15 years agoRemove unnecessary TPL operations in BDS module & library.
xli24 [Tue, 2 Sep 2008 12:06:14 +0000 (12:06 +0000)]
Remove unnecessary TPL operations in BDS module & library.

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

15 years agoroll back workspace.py code change.
jlin16 [Tue, 2 Sep 2008 08:04:28 +0000 (08:04 +0000)]
roll back workspace.py code change.

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

15 years ago1. Fix a bug for variable init issue.
hche10x [Tue, 2 Sep 2008 07:56:14 +0000 (07:56 +0000)]
1. Fix a bug for variable init issue.

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

15 years agoChange default PcdLib instances for UEFI drivers and applications for Nt32 platform
qhuang8 [Tue, 2 Sep 2008 07:20:24 +0000 (07:20 +0000)]
Change default PcdLib instances for UEFI drivers and applications for Nt32 platform

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

15 years agoFix 2 flaws in MdePkg/Include/Library/UefiRuntimeLib.h:
xli24 [Tue, 2 Sep 2008 05:54:48 +0000 (05:54 +0000)]
Fix 2 flaws in MdePkg/Include/Library/UefiRuntimeLib.h:
1. Add OPTIONAL modifier for parameter Attributes of EfiGetVariable()
2. Add EFIAPI modifier for EfiResetSystem()

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

15 years ago1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.c
qhuang8 [Tue, 2 Sep 2008 05:51:05 +0000 (05:51 +0000)]
1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.c
2. Add ReportStatusCodeLib instance in MdeModulePkg.dsc for DxeCore.

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

15 years agoMerged in the bug fixes from EDK I.
qwang12 [Tue, 2 Sep 2008 02:15:59 +0000 (02:15 +0000)]
Merged in the bug fixes from EDK I.

*** Press F9 in Uefi64 FrontPage shouldnot enter sub-menu
** [FT] Some UI error on multiple platforms on framework_20080811
** [FT] UI test of How tall are you(Hex) on framework_20080811

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

15 years agoTo improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintPro...
qwang12 [Tue, 2 Sep 2008 01:58:16 +0000 (01:58 +0000)]
To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintProtocolGuid to the previous GUID value used in EDK I. gEfiPrint2ProtocolGuid is a enhanced version of gEfiPrintProtocolGuid.

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

15 years agoTo improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintPro...
qwang12 [Tue, 2 Sep 2008 01:45:02 +0000 (01:45 +0000)]
To improve backward compatibility, add gEfiPrint2ProtocolGuid and rename gEfiPrintProtocolGuid to the previous GUID value used in EDK I. gEfiPrint2ProtocolGuid is a enhanced version of gEfiPrintProtocolGuid.

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

15 years agoMerged in the bug fixes from EDK I.
qwang12 [Tue, 2 Sep 2008 01:28:17 +0000 (01:28 +0000)]
Merged in the bug fixes from EDK I.

*** Press F9 in Uefi64 FrontPage shouldnot enter sub-menu
** [FT] Some UI error on multiple platforms on framework_20080811
** [FT] UI test of How tall are you(Hex) on framework_20080811

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