]> git.proxmox.com Git - mirror_edk2.git/log
mirror_edk2.git
12 years agoSync BaseTools Branch (version r2323) to EDKII main trunk.
lgao4 [Mon, 19 Sep 2011 09:03:59 +0000 (09:03 +0000)]
Sync BaseTools Branch (version r2323) to EDKII main trunk.

Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12379 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoThe patch enhances the Partition driver to return the media status (EFI_NO_MEDIA...
niruiyu [Mon, 19 Sep 2011 06:24:50 +0000 (06:24 +0000)]
The patch enhances the Partition driver to return the media status (EFI_NO_MEDIA/EFI_MEDIA_CHANGED) even the other parameters are not valid for BlockIo2 interfaces.

Signed-off-by: niruiyu
Reviewed-by: erictian
Reviewed-by: qianouyang
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12378 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoRevert the wrong patch that adds NOOPT target into MdeModulePkg.dsc.
lgao4 [Sun, 18 Sep 2011 12:28:22 +0000 (12:28 +0000)]
Revert the wrong patch that adds NOOPT target into MdeModulePkg.dsc.
Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12377 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoClean up the private GUID definition in module Level.
lgao4 [Sun, 18 Sep 2011 12:27:49 +0000 (12:27 +0000)]
Clean up the private GUID definition in module Level.
0. Remove the unused private GUID from module source files.
1. Use gEfiCallerIdGuid replace of the private module GUID.
2. Add the public header files to define HII FormSet and PackageList GUID used in every HII driver.

Signed-off-by: lgao4
Reviewed-by: ydong10 gdong1 tye jfan12 wli12 rsun3 jyao1 ftian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12376 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoClean up the private GUID definition in module Level.
lgao4 [Sun, 18 Sep 2011 12:25:27 +0000 (12:25 +0000)]
Clean up the private GUID definition in module Level.
0. Remove the unused private GUID from module source files.
1. Use gEfiCallerIdGuid replace of the private module GUID.
2. Add the public header files to define HII FormSet and PackageList GUID used in every HII driver.

Signed-off-by: lgao4
Reviewed-by: ydong10 gdong1 tye jfan12 wli12 rsun3 jyao1 ftian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12375 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoClean up the private GUID definition in module Level.
lgao4 [Sun, 18 Sep 2011 12:23:27 +0000 (12:23 +0000)]
Clean up the private GUID definition in module Level.
0. Remove the unused private GUID from module source files.
1. Use gEfiCallerIdGuid replace of the private module GUID.
2. Add the public header files to define HII FormSet and PackageList GUID used in every HII driver.
3. Publish EFI_LEGACY_DEV_ORDER_VARIABLE_GUID from BdsDxe driver and EFI_UPDATE_DATA_FILE_GUID from UpdateDriverDxe to IntelFrameworkModulePkg Include directory.

Signed-off-by: lgao4
Reviewed-by: ydong10 gdong1 tye jfan12 wli12 rsun3 jyao1 ftian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12374 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoClean up the private GUID definition in module Level.
lgao4 [Sun, 18 Sep 2011 12:21:01 +0000 (12:21 +0000)]
Clean up the private GUID definition in module Level.
0. Remove the unused private GUID from module source files.
1. Use gEfiCallerIdGuid replace of the private module GUID.
2. Add the public header files to define HII FormSet and PackageList GUID used in every HII driver.
3. Move two EBC protocols for debug purpose from EBC driver to MdeModulePkg Include directory.

Signed-off-by: lgao4
Reviewed-by: ydong10 gdong1 tye jfan12 wli12 rsun3 jyao1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12373 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoSync BaseTools Branch (version r2321) to EDKII main trunk.
lgao4 [Sun, 18 Sep 2011 12:17:25 +0000 (12:17 +0000)]
Sync BaseTools Branch (version r2321) to EDKII main trunk.

Signed-off-by: lgao4
Reviewed-by: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12372 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoFix Build fail for NT32 platform.
ydong10 [Sat, 17 Sep 2011 06:48:27 +0000 (06:48 +0000)]
Fix Build fail for NT32 platform.

Sigened-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12371 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoStdLib: Change the last argument of the ioctl helper functions to va_list* from void*.
darylm503 [Fri, 16 Sep 2011 23:16:56 +0000 (23:16 +0000)]
StdLib: Change the last argument of the ioctl helper functions to va_list* from void*.

Functions which call these helper functions always pass the last parameter as a va_list argument.
Add a conditional block around a MSFT-only pragma so that stringlist.c will compile with GCC.
Comment-out the Socket Library components within StdLib.dsc.  These components are still in development.

Signed-off-by: darylm503
Reviewed by:   geekboy15A

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

12 years agoStdLib: Patches and updates for ARM.
darylm503 [Fri, 16 Sep 2011 20:59:10 +0000 (20:59 +0000)]
StdLib: Patches and updates for ARM.

Add ARMGCC and RVCT toolchain support.
Update and Add ARM specific machine headers.
Set the empty macro for __warn_references().
Make __flt_rounds() return 'Round to nearest' by default on ARM.

Signed-off-by: Olivier Martin [olivier.martin@arm.com]
Reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12367 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoCorrect comments for NULL return value of HiiLib HiiAddPackages().
lgao4 [Fri, 16 Sep 2011 08:53:03 +0000 (08:53 +0000)]
Correct comments for NULL return value of HiiLib HiiAddPackages().
Signed-off-by: lgao4
Reviewed-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12366 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd exit action when Config_Access_Protocol.CallBack function returns Submit or Reset...
ydong10 [Fri, 16 Sep 2011 06:13:52 +0000 (06:13 +0000)]
Add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1.
Also update the impact drivers to keep the old behaviors.

Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12365 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoUpdate the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit action when...
ydong10 [Fri, 16 Sep 2011 06:11:13 +0000 (06:11 +0000)]
Update the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1.

Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12364 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoUpdate the UserProfileManagerDxe to keep the old behaviors after add exit action...
ydong10 [Fri, 16 Sep 2011 06:08:00 +0000 (06:08 +0000)]
Update the UserProfileManagerDxe to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1.

Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12363 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoUpdate the BDS UI to keep the old behaviors after add exit action when Config_Access_...
ydong10 [Fri, 16 Sep 2011 06:01:11 +0000 (06:01 +0000)]
Update the BDS UI to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1.

Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12362 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoFix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and PrtSc...
niruiyu [Fri, 16 Sep 2011 05:37:08 +0000 (05:37 +0000)]
Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and PrtSc/SysRq are both pressed, when Ctrl and Pause/Break are both pressed.

Signed-off: niruiyu
Reviewed-by: vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12361 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoRefine the logic about getting Value info to avoid check data error.
ydong10 [Fri, 16 Sep 2011 01:22:39 +0000 (01:22 +0000)]
Refine the logic about getting Value info to avoid check data error.

Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12360 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoShellPkg: Update revision info.
jcarsey [Thu, 15 Sep 2011 22:24:09 +0000 (22:24 +0000)]
ShellPkg: Update revision info.

signed-off-by: jcarsey

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

12 years agoShellPkg: Fix concatenation on full device paths.
jcarsey [Thu, 15 Sep 2011 20:18:58 +0000 (20:18 +0000)]
ShellPkg: Fix concatenation on full device paths.

submitted-by: jcarsey
reviewed-by:  geekboy15a

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

12 years agoShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit...
jcarsey [Thu, 15 Sep 2011 20:10:39 +0000 (20:10 +0000)]
ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform.

submitted-by: jcarsey
reviewed-by:  gookboy15a
reviewed-by:  niruiyu

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

12 years agoUefiCpuPkg VTF0: Add README, remove Makefile
jljusten [Thu, 15 Sep 2011 17:25:17 +0000 (17:25 +0000)]
UefiCpuPkg VTF0: Add README, remove Makefile

* Add README
* Remove Makefile which is no longer used to build VTF0

Signed-off-by: jljusten
Reviewed-by: geekboy15a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12355 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoEnhance the PEI Core to convert pointers pointing to PPI descriptors on the temporary...
rsun3 [Thu, 15 Sep 2011 06:48:20 +0000 (06:48 +0000)]
Enhance the PEI Core to convert pointers pointing to PPI descriptors on the temporary stack.

Signed-off by: rsun3
Reviewed-by: li-elvin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12354 6f19259b-4bc3-4df7-8a09-765794883524

12 years ago1) remove wrong global variable usage because it will bring data corrupt if there...
erictian [Wed, 14 Sep 2011 12:13:03 +0000 (12:13 +0000)]
1) remove wrong global variable usage because it will bring data corrupt if there are multiple XHCI host controllers.
2) coding style clean up.

Signed-off-by: erictian
Reviewed-by: ydong10
Reviewed-by: jshi19
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12351 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoReplace SHA1 with SHA256 digest algorithm.
tye1 [Wed, 14 Sep 2011 11:12:08 +0000 (11:12 +0000)]
Replace SHA1 with SHA256 digest algorithm.

Signed-off-by: tye
Reviewed-by: hhuan13
Reviewed-by: qlong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12350 6f19259b-4bc3-4df7-8a09-765794883524

12 years ago1. Adjust SignedData to comply with latest UEFI spec: 1) remove SignerInfo.authentica...
tye1 [Wed, 14 Sep 2011 10:20:53 +0000 (10:20 +0000)]
1. Adjust SignedData to comply with latest UEFI spec: 1) remove SignerInfo.authenticatedAttributes; 2) remove SignedData.contentInfo.content;
2. Fix some coding style problems.

Signed-off-by: tye
Reviewed-by: hhuan13
Reviewed-by: qlong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12349 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoRemove useless pointer check.
ydong10 [Wed, 14 Sep 2011 09:55:31 +0000 (09:55 +0000)]
Remove useless pointer check.

Signed-of-by: ydong10
Reviewed-by: vanjeff
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12348 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoFix build error.
jyao1 [Wed, 14 Sep 2011 07:11:45 +0000 (07:11 +0000)]
Fix build error.

sign of by: jyao1
reviewed by: li-elvin

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

12 years agoRefine code to follow coding style.
ydong10 [Wed, 14 Sep 2011 05:30:53 +0000 (05:30 +0000)]
Refine code to follow coding style.

Signed-of-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12346 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoUpdate UID drivers to align with latest UEFI spec 2.3.1 errata A.
gdong1 [Wed, 14 Sep 2011 02:28:51 +0000 (02:28 +0000)]
Update UID drivers to align with latest UEFI spec 2.3.1 errata A.

Signed-off-by: gdong1
Reviewed-by: xdu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12345 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd [LibraryClasses] definition for MdeModulePkg\Include\Library\LockBoxLib.h.
jyao1 [Wed, 14 Sep 2011 00:45:39 +0000 (00:45 +0000)]
Add [LibraryClasses] definition for MdeModulePkg\Include\Library\LockBoxLib.h.

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

12 years agoMdeModulePkg/HiiDatabaseDxe: Removed unused variables
oliviermartin [Tue, 13 Sep 2011 15:22:29 +0000 (15:22 +0000)]
MdeModulePkg/HiiDatabaseDxe: Removed unused variables

'VarDefaultName' and 'ResultSize' were set but not used.

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

12 years agoMdeModulePkg/UsbBusDxe: Removed unused variable
oliviermartin [Tue, 13 Sep 2011 15:21:32 +0000 (15:21 +0000)]
MdeModulePkg/UsbBusDxe: Removed unused variable

'SnString' is set but not used.

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

12 years agoArmPkg/ArmDisassemblerLib: Comment out unused variable
oliviermartin [Tue, 13 Sep 2011 09:55:01 +0000 (09:55 +0000)]
ArmPkg/ArmDisassemblerLib: Comment out unused variable

'ItFlag' is set but not used. Comment out this variable for future use.

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

12 years agoAdd comments for gEfiFormBrowserExProtocolGuid.
lgao4 [Tue, 13 Sep 2011 09:36:50 +0000 (09:36 +0000)]
Add comments for gEfiFormBrowserExProtocolGuid.
Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12338 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoArmRealViewEbPkg: Delete the deprecated package 'ArmRealViewEbPkg'
oliviermartin [Tue, 13 Sep 2011 09:33:49 +0000 (09:33 +0000)]
ArmRealViewEbPkg: Delete the deprecated package 'ArmRealViewEbPkg'

ARM RealView Emulation Board is supporting by the package: ArmPlatformPkg/ArmRealViewEbPkg/

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

12 years agoEnhance EDKII Browser to support flexible HotKey setting.
lgao4 [Tue, 13 Sep 2011 09:32:54 +0000 (09:32 +0000)]
Enhance EDKII Browser to support flexible HotKey setting.
Signed-off-by: lgao4
Reviewed-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12336 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoArmPlatformPkg/Bds: Fix the update of existing boot entries
oliviermartin [Tue, 13 Sep 2011 09:03:10 +0000 (09:03 +0000)]
ArmPlatformPkg/Bds: Fix the update of existing boot entries

Variables were not initialized in the right order in the boot entry update function.

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

12 years agoMinor copyright format update
hhtian [Tue, 13 Sep 2011 07:48:35 +0000 (07:48 +0000)]
Minor copyright format update

Signed-off-by: hhtian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12334 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd NULl check for pointer.
li-elvin [Tue, 13 Sep 2011 06:16:51 +0000 (06:16 +0000)]
Add NULl check for pointer.

Signed-off-by: li-elvin
Reviewed-by: lgao4, lzeng14
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12333 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoUse CPU_HOB to detect max address support from platform, and added 1G page table...
jyao1 [Tue, 13 Sep 2011 05:48:57 +0000 (05:48 +0000)]
Use CPU_HOB to detect max address support from platform, and added 1G page table support.

Sign-off-by: jyao1
Reviewed-by: li-elvin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12332 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoFix ICC build failure.
niruiyu [Tue, 13 Sep 2011 05:10:33 +0000 (05:10 +0000)]
Fix ICC build failure.

Signed-off-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12331 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoEnhance the MTRR lib to support the case where alignment of base address < length.
rsun3 [Tue, 13 Sep 2011 03:06:48 +0000 (03:06 +0000)]
Enhance the MTRR lib to support the case where alignment of base address < length.

Signed-off by: rsun3
Reviewed-by: hhuan13
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12330 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoShellPkg: Add missing function descriptor comment.
jcarsey [Mon, 12 Sep 2011 15:34:11 +0000 (15:34 +0000)]
ShellPkg: Add missing function descriptor comment.

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

12 years agoArmPkg/BdsLib: Add missing BdsLoadOption.c file
oliviermartin [Mon, 12 Sep 2011 09:37:11 +0000 (09:37 +0000)]
ArmPkg/BdsLib: Add missing BdsLoadOption.c file

Missing from my commit "ArmPkg/BdsLib: Move some functions used to
create/update BDS Boot Entry from ArmPlatformPkg/Bds to
ArmPkg/BdsLib"

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

12 years agoStdLib/LibC: Fix transcription error from submitted patch.
darylm503 [Sun, 11 Sep 2011 20:21:43 +0000 (20:21 +0000)]
StdLib/LibC: Fix transcription error from submitted patch.

Signed-off-by: duanev@gmail.com
Reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12324 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoStdLib|LibC: Implement the sleep() function.
darylm503 [Sun, 11 Sep 2011 20:09:02 +0000 (20:09 +0000)]
StdLib|LibC: Implement the sleep() function.

Implement the sleep() function and make both sleep() and usleep() public.  Required initially for Python, but these functions have general applicability.

Signed-off-by: duanev@gmail.com
Reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12323 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAppPkg|Python: Files from the Python 2.7.2 distribution that must be modified to...
darylm503 [Sun, 11 Sep 2011 20:04:18 +0000 (20:04 +0000)]
AppPkg|Python: Files from the Python 2.7.2 distribution that must be modified to build under EDK II.

Signed-off-by: duanev@gmail.com
Reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12322 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoNetworkPkg/UefiPxeBcDxe: Fix GCC build issue
jljusten [Sat, 10 Sep 2011 00:06:53 +0000 (00:06 +0000)]
NetworkPkg/UefiPxeBcDxe: Fix GCC build issue

The call to AsciiStrStr on line 330 requires a CHAR8*
input, and since strings are being parsed, CHAR8* is
more appropriate for BootFileName and BootFileNamePtr.

Signed-off-by: jljusten
Reviewed-by: lgrosenb
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12321 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoShellPkg: Add 3 missing function declaration comments and change a function static...
jcarsey [Fri, 9 Sep 2011 16:57:26 +0000 (16:57 +0000)]
ShellPkg: Add 3 missing function declaration comments and change a function static variable to a file global variable.

Submitted-by: jcarsey
Reviewed-by: geekboy15a
Reviewed-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12317 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoArmPlatformPkg/Bds: Minor fixes and coding style changes
oliviermartin [Fri, 9 Sep 2011 10:56:14 +0000 (10:56 +0000)]
ArmPlatformPkg/Bds: Minor fixes and coding style changes

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

12 years agoArmPkg/BdsLib: Fix MemMap Device Path node support
oliviermartin [Fri, 9 Sep 2011 10:55:26 +0000 (10:55 +0000)]
ArmPkg/BdsLib: Fix MemMap Device Path node support

The previous version was only checking if the Remaining Device Path node
was a MemMap DevicePath node.
This fix also checks if the Root DevicePath node is a MemMap DevicePath node.

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

12 years agoArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ArmPlatf...
oliviermartin [Fri, 9 Sep 2011 10:54:33 +0000 (10:54 +0000)]
ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ArmPlatformPkg/Bds to ArmPkg/BdsLib

These functions can be reused by any EFI application to add/update a BDS Boot Entry.

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

12 years agoArmPkg/BdsLib: Add support to pass argument to a loaded EFI application
oliviermartin [Fri, 9 Sep 2011 10:53:42 +0000 (10:53 +0000)]
ArmPkg/BdsLib: Add support to pass argument to a loaded EFI application

OptionalData argument has to be set in the Loaded Image Protocol of the
new EFI application.

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

12 years agoArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pkg to...
oliviermartin [Fri, 9 Sep 2011 10:52:31 +0000 (10:52 +0000)]
ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pkg to ArmPkg/Bds

This structure is defined by the UEFI specification and has a better location in BdsLib.

ArmPlatformPkg/Bds: Encapsulate the BDS_LOAD_OPTION into a list entry structure

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

12 years agoArmPlatformPkg/Bds: Add a signature in front of the Boot Argument propoer to this Bds
oliviermartin [Fri, 9 Sep 2011 10:51:13 +0000 (10:51 +0000)]
ArmPlatformPkg/Bds: Add a signature in front of the Boot Argument propoer to this Bds

Each application loader has its own OptionalData format. To avoid to start a Boot Entry
that has not been created by ArmPlatform/Bds a signature has been added to the
OptionalData.

ArmPlatformPkg/Bds: Rename some internal structure from BDS_* to ARM_BDS_*

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

12 years agoArmPlatformPkg/Bds: Get User inputs in Unicode
oliviermartin [Fri, 9 Sep 2011 10:49:54 +0000 (10:49 +0000)]
ArmPlatformPkg/Bds: Get User inputs in Unicode

The user input was getting in Ascii and converted later to Unicode
when required.
In this change, the user inputs are caught in Unicode and converted
to Ascii only when needed.

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

12 years ago1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.
sfu5 [Fri, 9 Sep 2011 08:31:37 +0000 (08:31 +0000)]
1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.

Signed-off-by: sfu5
Reviewed-by: xdu2
Reviewed-by: hhuan13
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12309 6f19259b-4bc3-4df7-8a09-765794883524

12 years ago1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=octet...
sfu5 [Fri, 9 Sep 2011 08:31:08 +0000 (08:31 +0000)]
1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=octet, other mode is rejected.
2. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.

Signed-off-by: sfu5
Reviewed-by: xdu2
Reviewed-by: hhuan13
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12308 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoRename SMM_CPU_IO_Protocol to SMM_CPU_IO2_PROTOCOL in PiSmmDefintions.h of SmmScriptL...
hhtian [Fri, 9 Sep 2011 06:01:22 +0000 (06:01 +0000)]
Rename SMM_CPU_IO_Protocol to SMM_CPU_IO2_PROTOCOL in PiSmmDefintions.h of SmmScriptLib to keep consistent with SMM_CPU_IO2_PROTOCOL defined in MdePkg.

Signed-off-by: hhtian
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12307 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoStdLib: Replace some non-ASCII characters with ASCII equivalents.
darylm503 [Thu, 8 Sep 2011 22:41:36 +0000 (22:41 +0000)]
StdLib: Replace some non-ASCII characters with ASCII equivalents.

Signed-off-by: darylm503
Reviewed-by: jljusten
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12302 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoShellPkg: allow for mm command to properly write PCIe in non-interactive mode.
jcarsey [Thu, 8 Sep 2011 16:50:17 +0000 (16:50 +0000)]
ShellPkg: allow for mm command to properly write PCIe in non-interactive mode.

Submitted-by: jcarsey
Reviewed-by: jljusten
Reviewed-by: marothma
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12299 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoFixed issue that addition LEFT CTRL key was detected when press PAUSE key. PS2 keybo...
vanjeff [Thu, 8 Sep 2011 03:36:58 +0000 (03:36 +0000)]
Fixed issue that addition LEFT CTRL key was detected when press PAUSE key.  PS2 keyboard driver should consume all bytes of scan code for PAUSE key.

Signed-off-by: vanjeff
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12298 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoMdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib library insta...
xdu2 [Thu, 8 Sep 2011 01:34:24 +0000 (01:34 +0000)]
MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib library instance DxeTimerLibEsal.

Signed-off-by: xdu2
Reviewed-by: mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12297 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCT
oliviermartin [Wed, 7 Sep 2011 19:09:39 +0000 (19:09 +0000)]
ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCT

New intrinsics:  __aeabi_memmove, __aeabi_memset, __aeabi_memclr and __aeabi_memclr4

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

12 years agoEmbeddedPkg/Mmc: Fixed ARMGCC build
oliviermartin [Wed, 7 Sep 2011 10:44:43 +0000 (10:44 +0000)]
EmbeddedPkg/Mmc: Fixed ARMGCC build

Fixed the build error: Redefinition of typedef 'EFI_MMC_HOST_PROTOCOL'

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

12 years agoSync the fix for recovery mode from MdeModulePkg.
gdong1 [Wed, 7 Sep 2011 10:10:11 +0000 (10:10 +0000)]
Sync the fix for recovery mode from MdeModulePkg.

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

12 years agoMedia detection logic is enhanced to be more robust.
erictian [Wed, 7 Sep 2011 08:11:42 +0000 (08:11 +0000)]
Media detection logic is enhanced to be more robust.

Signed-off-by: erictian
Reviewed-by: hhuan13
Reviewed-by: mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12289 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoFix typo error in UnixPkg.dsc
erictian [Wed, 7 Sep 2011 05:51:55 +0000 (05:51 +0000)]
Fix typo error in UnixPkg.dsc

Signed-off-by: erictian
Reviewed-by: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12288 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd "#ifdef ... #define ... #endif" check for the header file.
ydong10 [Wed, 7 Sep 2011 02:42:52 +0000 (02:42 +0000)]
Add "#ifdef ... #define ... #endif" check for the header file.

Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12287 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoClean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver
oliviermartin [Tue, 6 Sep 2011 18:41:55 +0000 (18:41 +0000)]
Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver

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

12 years agoChange related:
ydong10 [Tue, 6 Sep 2011 08:45:42 +0000 (08:45 +0000)]
Change related:
1. Refine comments to remove the unrecognized code.
2. Add code to avoid potential data type change.
3. In inf file, add module type to the library class list.

Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12284 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoCheck the pointer before use it.
ydong10 [Tue, 6 Sep 2011 07:05:06 +0000 (07:05 +0000)]
Check the pointer before use it.

Signed-off-by:ydong10
Reviewed-by:vanjeff

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

12 years agoRefine code to follow coding style.
ydong10 [Mon, 5 Sep 2011 14:17:47 +0000 (14:17 +0000)]
Refine code to follow coding style.

Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12281 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoUpdate capsule pei module to pass IPF build.
li-elvin [Mon, 5 Sep 2011 09:53:37 +0000 (09:53 +0000)]
Update capsule pei module to pass IPF build.

Signed-off-by: li-elvin
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12280 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoUpdate UnixPkg to use IA32_SEGMENT_DESCRIPTOR defined in BaseLib.h
li-elvin [Mon, 5 Sep 2011 09:52:23 +0000 (09:52 +0000)]
Update UnixPkg to use IA32_SEGMENT_DESCRIPTOR defined in BaseLib.h

Signed-off-by: li-elvin
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12279 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoFix EmulatorPkg build error.
li-elvin [Mon, 5 Sep 2011 09:47:37 +0000 (09:47 +0000)]
Fix EmulatorPkg build error.

Signed-off-by: li-elvin
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12278 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoFix DUET X64 build error.
li-elvin [Mon, 5 Sep 2011 09:46:55 +0000 (09:46 +0000)]
Fix DUET X64 build error.

Signed-off-by: li-elvin
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12277 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoSupport new format of IPv4 device path node, FibreEx and PcieRoot device path node...
niruiyu [Mon, 5 Sep 2011 04:51:51 +0000 (04:51 +0000)]
Support new format of IPv4 device path node, FibreEx and PcieRoot device path node in DevicepathDxe driver.
Meanwhile, unnecessary (UINTN) typecast is removed and a buffer truncating bug is fixed. The buffer truncating bug may cause DevicePathToText generates wrong text representation if a input device path is too long.

Signed-off-by: niruiyu
Reviewed-by: tye
Reviewed-by: jjin9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12276 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd the definition of new format of IPv4 device path node, FibreEx device path node.
niruiyu [Mon, 5 Sep 2011 04:49:22 +0000 (04:49 +0000)]
Add the definition of new format of IPv4 device path node, FibreEx device path node.

Signed-off-by: niruiyu
Reviewed-by: tye
Reviewed-by: jjin9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12275 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoIntelFrameworkModulePkg: Add DxeCapsuleLib
jljusten [Fri, 2 Sep 2011 21:31:02 +0000 (21:31 +0000)]
IntelFrameworkModulePkg: Add DxeCapsuleLib

Signed-off-by: jljusten
Reviewed-by: rsun3
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12274 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoMdeModulePkg: Remove UefiBootServicesTableLib dependency from DxePrintLibPrint2Protocol.
jcarsey [Fri, 2 Sep 2011 18:27:56 +0000 (18:27 +0000)]
MdeModulePkg: Remove UefiBootServicesTableLib dependency from DxePrintLibPrint2Protocol.

The use of the BootServicesTableLib inside the DxePrintLibPrint2Protocol
allows for potential circular library dependency.

Signed-off-by: jcarsey
Reviewed-by: jljusten
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12273 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd generic HPET Timer DXE Driver and support libraries.
mdkinney [Fri, 2 Sep 2011 15:30:54 +0000 (15:30 +0000)]
Add generic HPET Timer DXE Driver and support libraries.
Minor update to logic to prevent writing a the read-only MSI Capability bit with 0 when HPET supports MSIs

Signed-off-by: mdkinney
Reviewed-by: li-elvin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12272 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd error debug information for capsule processing in Bds.
li-elvin [Fri, 2 Sep 2011 14:45:30 +0000 (14:45 +0000)]
Add error debug information for capsule processing in Bds.

Signed-off-by: li-elvin
Reviewed-by: lgao4, jyao1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12271 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoCorrect package name
hhtian [Fri, 2 Sep 2011 13:32:52 +0000 (13:32 +0000)]
Correct package name

Signed-off-by: hhtian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12270 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoCorrect package name
hhtian [Fri, 2 Sep 2011 13:31:24 +0000 (13:31 +0000)]
Correct package name

Signed-off-by: hhtian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12269 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoResolve conflicted PCD TokenValue
hhtian [Fri, 2 Sep 2011 13:30:38 +0000 (13:30 +0000)]
Resolve conflicted PCD TokenValue

Signed-off-by: hhtian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12268 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd LockBox null library to make CapsuleRuntimeDxe driver build pass.
li-elvin [Fri, 2 Sep 2011 11:47:38 +0000 (11:47 +0000)]
Add LockBox null library to make CapsuleRuntimeDxe driver build pass.

Signed-off-by: li-elvin
Reviewed-by: lgao4, mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12267 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd LockBox null library to make CapsuleRuntimeDxe driver build pass.
li-elvin [Fri, 2 Sep 2011 11:39:46 +0000 (11:39 +0000)]
Add LockBox null library to make CapsuleRuntimeDxe driver build pass.

Signed-off-by: li-elvin
Reviewed-by: lgao4, mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12266 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoMove generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.
li-elvin [Fri, 2 Sep 2011 11:37:50 +0000 (11:37 +0000)]
Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.

Signed-off-by: li-elvin
Reviewed-by: mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12265 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers...
li-elvin [Fri, 2 Sep 2011 11:34:35 +0000 (11:34 +0000)]
Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data.

Signed-off-by: li-elvin
Reviewed-by: lgao4, mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12264 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoRefine comments and two code style.
ydong10 [Fri, 2 Sep 2011 08:05:34 +0000 (08:05 +0000)]
Refine comments and two code style.

Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12263 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd check before use to make code run more safer.
ydong10 [Fri, 2 Sep 2011 07:51:45 +0000 (07:51 +0000)]
Add check before use to make code run more safer.

Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12262 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd security package to repository.
gdong1 [Fri, 2 Sep 2011 07:49:32 +0000 (07:49 +0000)]
Add security package to repository.

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

12 years agoAdd generic HPET Timer DXE Driver and support libraries
mdkinney [Fri, 2 Sep 2011 02:43:51 +0000 (02:43 +0000)]
Add generic HPET Timer DXE Driver and support libraries

Signed-off-by: mdkinney
Reviewed-by: li-elvin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12260 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoAdd generic HPET Timer DXE Driver and support libraries
mdkinney [Fri, 2 Sep 2011 02:42:19 +0000 (02:42 +0000)]
Add generic HPET Timer DXE Driver and support libraries

Signed-off-by: mdkinney
Reviewed-by: li-elvin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12259 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoStdLib: Fix build errors caused by differences between the minGW 4.3 and GCC 4.4...
darylm503 [Thu, 1 Sep 2011 21:56:45 +0000 (21:56 +0000)]
StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC 4.4 compilers.

There are several significant differences between the mingw32 (gcc 4.3.0 based) compiler and the GCC 4.4 and later compilers.

Mingw32 requires that types int, long, long long, unsigned { int, long, long long}, float, and double be the only types passed to va_arg(). This requires the programmer to ensure that va_arg is called with type int for arguments of any type with a size less-than or equal-to int.  GCC 4.4 and later does not require this and performs the appropriate promotions for you.

Mingw32 uses 32-bit long in both ia32 and x64 mode.  GCC 4.4 makes long a 64-bit value when in x64 mode.

Signed-off-by: darylm503
Reviewed-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12258 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoIntelFrameworkModulePkg: Add UpdateDriverDxe driver
jljusten [Thu, 1 Sep 2011 19:57:46 +0000 (19:57 +0000)]
IntelFrameworkModulePkg: Add UpdateDriverDxe driver

Signed-off-by: jljusten
Reviewed-by: rsun3
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12257 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoIntelFrameworkModulePkg: Add FwVolDxe driver
jljusten [Thu, 1 Sep 2011 19:57:08 +0000 (19:57 +0000)]
IntelFrameworkModulePkg: Add FwVolDxe driver

Signed-off-by: jljusten
Reviewed-by: rsun3
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12256 6f19259b-4bc3-4df7-8a09-765794883524

12 years agoEmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol function
oliviermartin [Thu, 1 Sep 2011 17:08:41 +0000 (17:08 +0000)]
EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol function

This attribute allows the EFI_MMC_HOST_PROTOCOL interface to manage
multiple instances in one driver.

EmbeddedPkg/MmcDxe: Add Revision attribute to the EFI_MMC_HOST_PROTOCOL

Note: The ARM PL180 and Omap35xx MMC host drivers has been updated.

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