[edk2-devel] [PATCH V1 1/1] UefiCpuPkg/ResetVector: Cache Disable should not be set by default in CR0

2023-07-27 Thread xueshengfeng via groups.io
From: "Wu, MingliangX" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4511 With 64 bit build we are seeing the CD in control register CR 0 set. This causes the NEM to disabled for some specific bios profiles. Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Cc: Gerd Hoffmann Cc: Debkumar De C

Re: [edk2-devel] [PATCH] MdeModulePkg/Library: PcdAcpiS3Enable set FALSE cause Assert

2023-02-15 Thread xueshengfeng via groups.io
Hi Liming, Yes, it is good to us if catch this stable tag 202302. Thank you very much -邮件原件- 发件人: gaoliming [mailto:gaolim...@byosoft.com.cn] 发送时间: 2023年2月15日 11:59 收件人: 'xueshengfeng'; devel@edk2.groups.io; jian.j.w...@intel.com 抄送: heinrich.schucha...@canonical.com; edhaya.chand...@ar

[edk2-devel] [PATCH] REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4331

2023-02-01 Thread xueshengfeng via groups.io
From: lijun10x Some platforms don't support S3 with PcdAcpiS3Enable set as False. Debug mode bios will ASSERT at this time as Follows. ASSERT_RETURN_ERROR (Status = Out of Resources) DXE_ASSERT!: Edk2\MdePkg\Library\BaseS3PciSegmentLib\S3PciSegmentLib.c (61): !(((INTN)(RETURN_STATUS)(Status)) <

[edk2-devel] [PATCH] ShellPkg/SmbiosView: Smbiosview tool is not show Extended Speed and Extended Configured Memory Speed in type 17.

2022-08-08 Thread xueshengfeng via groups.io
From: Shengfengx Xue REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4014 if Configured Memory Speed is 65,535 MT/s or greater, and the actual speed is stored in the Extended Configured Memory Speed field. but current Smbiosview have no this logic. Signed-off-by: Shengfengx Xue --- .../Uef

[edk2-devel] [PATCH] MdeModulePkg/Variable: SCT run AuthVar_conf is failed

2022-07-05 Thread xueshengfeng via groups.io
From: Lijun10x REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3969 Attr are EFI_VARIABLE_NON_VOLATILE|VARIABLE_AUTHENTICATED_WRITE_ACCESS, will return EFI_INVALID_PARAMETER. Added one case, only when one attribute is EFI_VARIABLE_NON_VOLATILE will EFI_INVALID_PARAMETER be returned. If attr a