Re: [edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation

2014-09-19 Thread Yao, Jiewen
-devel@lists.sourceforge.net<mailto:edk2-devel@lists.sourceforge.net> Subject: [edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation Dear MdeModulePkg maintainers, Please find the attached patch to fix an issue in the EBC DXE interpreter for X64 native function prolog. Fix X64 native f

Re: [edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation

2014-08-26 Thread Yao, Jiewen
...@hp.com] Sent: Monday, August 25, 2014 10:33 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation Jiewen, We found the bugs during validation of an HP storage adapter that uses an EBC driver. When running the EBC driver on

Re: [edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation

2014-08-25 Thread El-Haj-Mahmoud, Samer
? Thanks, --Samer From: Yao, Jiewen [mailto:jiewen@intel.com] Sent: Monday, August 25, 2014 11:47 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation Hi Samer Thanks for the contribution for 2 EBC bug fixes. Below is

Re: [edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation

2014-08-25 Thread Yao, Jiewen
Subject: [edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation Dear MdeModulePkg maintainers, Please find the attached patch to fix an issue in the EBC DXE interpreter for X64 native function prolog. Fix X64 native function call prolog. Prepare space for at least 4 arguments

[edk2] [PATCH] MdeModulePkg: Fix EBC DXE issue with x64 function allocation

2014-08-25 Thread El-Haj-Mahmoud, Samer
Dear MdeModulePkg maintainers, Please find the attached patch to fix an issue in the EBC DXE interpreter for X64 native function prolog. Fix X64 native function call prolog. Prepare space for at least 4 arguments, even if the native function's arguments are less than 4. >From MSDN x64 Softw