Add mutex when change AP state.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen Fan
---
EmulatorPkg/CpuRuntimeDxe/MpService.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/EmulatorPkg/CpuRuntimeDxe/MpService.c
b/EmulatorPkg/CpuRuntimeDxe/MpService.c
index
Hi All,
Need help to troubleshoot by UEFI BIOS/OS issue.
I am facing one issue while installing REDHAT UEFI OS (version: 6.3, 6.4, 7.0).
rhel UEFI OS bootloader (BOOTX64.EFI) calls CoreGetMemoryMap() and get MapKey
and later
calls ExitBootServices() which eventually calls all exit boot service
Jeff,
I confirm there are two similar places. Your patch is good.
Sergey
On 17 июля 2014 г., at 14:07, Fan, Jeff wrote:
> Sergey,
>
> Your fix is good. I attached the patch with adding another place about the
> same issue.
> Please help to confirm it.
>
> Reviewed-by: Jeff Fan
>
> Than
Sergey,
Your fix is good. I attached the patch with adding another place about the
same issue.
Please help to confirm it.
Reviewed-by: Jeff Fan mailto:jeff@intel.com>>
Thanks!
Jeff
From: Sergey Isakov [mailto:isakov...@bk.ru]
Sent: Wednesday, July 16, 2014 2:50 AM
To: edk2-devel@lists.so
On Wed, Jul 16, 2014 at 01:37:05PM -0400, Konrad Rzeszutek Wilk wrote:
[...]
> > +
> > +EFI_STATUS
> > +XenHyperpageInit (
> > + XENBUS_DEVICE *Dev
> > + )
> > +{
> > + EFI_HOB_GUID_TYPE *GuidHob;
> > + EFI_XEN_INFO*XenInfo;
> > +
> > + GuidHob = GetFirstGuidHob (&gEfiXenInfoGuid);
>
Star:
Your patch is good. Reviewed-by: Gao, Liming
Thanks
Liming
From: Zeng, Star [mailto:star.z...@intel.com]
Sent: Monday, July 14, 2014 9:34 AM
To: edk2-devel@lists.sourceforge.net
Subject: Re: [edk2] [BUG] Wrong StrLen usage in UnicodeStrToAsciiStr()
Hi Sergey,
For "During copy Destinati