-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
...@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
?
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
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
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