[edk2-devel] [edk2-platforms][Patch] Vlv2TbltDevicePkg/SmBiosMiscDxe: Update SMBIOS Type 4 field name

2021-04-05 Thread Michael D Kinney
Update SMBIOS TYpe 4 field name from ProcessorManufacture to ProcessorManufacturer to match latest SMBIOS include file definitions in MdePkg. Cc: Zailiang Sun Cc: Yi Qian Signed-off-by: Michael D Kinney --- .../SmBiosMiscDxe/MiscProcessorInformationFunction.c | 5 ++--- 1 file

Re: [edk2-devel] 回复: [PATCH v2] MdePkg/BaseLib: Add support for the XSETBV instruction

2021-04-05 Thread Wu, Jiaxin
Got it! Thanks Mike. /Jiaxin > -Original Message- > From: Kinney, Michael D > Sent: Tuesday, April 6, 2021 10:11 AM > To: Wu, Jiaxin ; devel@edk2.groups.io; > gaolim...@byosoft.com.cn; Kinney, Michael D > Cc: Liu, Zhiguang ; Ni, Ray ; Yao, > Jiewen ; Zhang, Hongbin1 > > Subject: RE:

Re: [edk2-devel] 回复: [PATCH v2] MdePkg/BaseLib: Add support for the XSETBV instruction

2021-04-05 Thread Michael D Kinney
Committed: https://github.com/tianocore/edk2/commit/4ac02962017c77bf38b462f970c884c2dc7931cf GitHub PR: https://github.com/tianocore/edk2/pull/1534 Mike > -Original Message- > From: Wu, Jiaxin > Sent: Monday, April 5, 2021 6:24 PM > To: Kinney, Michael D ; devel@edk2.groups.io; >

Re: [edk2-devel] [PATCH 1/1] ShellPkg: Fix smbiosview system enclosure type table

2021-04-05 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao Thanks, Zhichao > -Original Message- > From: Rebecca Cran > Sent: Wednesday, March 31, 2021 9:55 AM > To: devel@edk2.groups.io > Cc: Rebecca Cran ; Ni, Ray ; Gao, > Zhichao > Subject: [PATCH 1/1] ShellPkg: Fix smbiosview system enclosure type table > > The

[edk2-devel] TianoCore Bug Triage - APAC / NAMO - Tue, 04/06/2021 6:30pm-7:30pm #cal-reminder

2021-04-05 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Bug Triage - APAC / NAMO *When:* Tuesday, 6 April 2021, 6:30pm to 7:30pm, (GMT-07:00) America/Los Angeles *Where:*

Re: [edk2-devel] 回复: [PATCH v2] MdePkg/BaseLib: Add support for the XSETBV instruction

2021-04-05 Thread Wu, Jiaxin
No problem, thanks Mike, let's wait your feedback. Thanks, Jiaxin > -Original Message- > From: Kinney, Michael D > Sent: Tuesday, April 6, 2021 6:47 AM > To: Wu, Jiaxin ; devel@edk2.groups.io; > gaolim...@byosoft.com.cn; Kinney, Michael D > Cc: Liu, Zhiguang ; Ni, Ray ; Yao, > Jiewen ;

Re: [edk2-devel] [Patch 1/1] MdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable to avoid dup symbol

2021-04-05 Thread Wu, Hao A
> -Original Message- > From: Kinney, Michael D > Sent: Tuesday, April 6, 2021 6:31 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Dong, Eric > Subject: [Patch 1/1] MdeModulePkg/PiDxeS3BootScriptLib: Rename > mAcpiS3Enable to avoid dup symbol > >

Re: [edk2-devel] [edk2-platforms][PATCH v2 4/5] Vlv2TbltDevicePkg: PlatformPkg DSC: Added library for VariableSmmRuntimeDxe

2021-04-05 Thread Michael D Kinney
Hi Kun, I will take care of this. Thanks, Mike > -Original Message- > From: Kun Qin > Sent: Thursday, April 1, 2021 1:26 PM > To: Kinney, Michael D ; devel@edk2.groups.io > Cc: Sun, Zailiang ; Qian, Yi > Subject: Re: [edk2-devel] [edk2-platforms][PATCH v2 4/5] Vlv2TbltDevicePkg: >

Re: [edk2-devel] 回复: [PATCH v2] MdePkg/BaseLib: Add support for the XSETBV instruction

2021-04-05 Thread Michael D Kinney
Hi Jiaxin, I will take care of this. Thanks, Mike > -Original Message- > From: Wu, Jiaxin > Sent: Friday, April 2, 2021 12:14 AM > To: devel@edk2.groups.io; gaolim...@byosoft.com.cn > Cc: Kinney, Michael D ; Liu, Zhiguang > ; Ni, Ray ; > Yao, Jiewen ; Zhang, Hongbin1 > Subject: RE:

[edk2-devel] [Patch 1/1] MdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable to avoid dup symbol

2021-04-05 Thread Michael D Kinney
https://bugzilla.tianocore.org/show_bug.cgi?id=3297 Rename the global variable mAcpiS3Enable to mS3BootScriptAcpiS3Enable to avoid duplicate symbol errors from CLANGPDB tool change when PiDxeS3BootScriptLib from the MdeModulePkg is linked with PiSmmCpuDxeSmm from the UefiCpuPkg. Cc: Jian J Wang

Re: [edk2-devel] [edk2-platforms] [PATCH v2 0/4] Add Large Variable Libraries

2021-04-05 Thread Michael Kubacki
I have not reviewed the code yet but I think that's an important point to capture. Could you please add that use case to the commit? Perhaps the commit message and INF file description for the LargeVariableLibs? Thanks, Michael On 4/5/2021 1:25 PM, Nate DeSimone wrote: The max variable size

Re: [edk2-devel] [edk2-platforms] [PATCH v2 0/4] Add Large Variable Libraries

2021-04-05 Thread Nate DeSimone
The max variable size is a build time configurable option. For those that produce binary compatible drivers/OpROMs which need to work both with TianoCore and other vendor provided UEFI PI implementations, the luxury of recompiling the entire BIOS image or dictating the platform's choice for

Re: [edk2-devel] [edk2-platforms] [PATCH v2 0/4] Add Large Variable Libraries

2021-04-05 Thread Bret Barkelew via groups.io
Naïve question: if max variable size is not already configurable, why not just do that? - Bret From: Oram, Isaac W via groups.io Sent: Monday, April 5, 2021 12:27 PM To: Desimone, Nathaniel L;

Re: [edk2-devel] [edk2-platforms] [PATCH v2 0/4] Add Large Variable Libraries

2021-04-05 Thread Oram, Isaac W
Series Reviewed-by: Isaac Oram -Original Message- From: Desimone, Nathaniel L Sent: Sunday, April 4, 2021 2:41 AM To: devel@edk2.groups.io Cc: Chiu, Chasel ; Liming Gao ; Dong, Eric ; Michael Kubacki ; Oram, Isaac W Subject: [edk2-platforms] [PATCH v2 0/4] Add Large Variable

Re: [edk2-devel] [edk2-platforms] [PATCH v1 0/9] IpmiFeaturePkg: Add IPMI transport drivers

2021-04-05 Thread Nate DeSimone
The series has been pushed as 0f14235~..e714ab4 Thanks, Nate -Original Message- From: devel@edk2.groups.io On Behalf Of Nate DeSimone Sent: Monday, March 1, 2021 6:28 PM To: devel@edk2.groups.io Cc: Oram, Isaac W ; Chaganty, Rangasai V ; Liming Gao ; Michael Kubacki Subject:

Re: [edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: fix BuildAtaDeviceNode()

2021-04-05 Thread G Edhaya Chandran
Comments as below > -Original Message- > From: devel@edk2.groups.io On Behalf Of Heinrich > Schuchardt via groups.io > Sent: 31 March 2021 21:09 > To: EDK II Development > Cc: Eric Jin ; G Edhaya Chandran > ; Barton Gao ; Arvin > Chen ; Samer El-Haj-Mahmoud mahm...@arm.com>; Heinrich

Re: [edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: IHV: type mismatch in SimpleTextOut test

2021-04-05 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran > -Original Message- > From: Heinrich Schuchardt > Sent: 30 March 2021 20:39 > To: EDK II Development > Cc: Eric Jin ; G Edhaya Chandran > ; Barton Gao ; Arvin > Chen ; Samer El-Haj-Mahmoud mahm...@arm.com>; Heinrich Schuchardt ; G Edhaya > Chandran >

Re: [edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: type mismatch in Simple Network test

2021-04-05 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran > -Original Message- > From: Heinrich Schuchardt > Sent: 30 March 2021 20:34 > To: EDK II Development > Cc: Eric Jin ; G Edhaya Chandran > ; Barton Gao ; Arvin > Chen ; Samer El-Haj-Mahmoud mahm...@arm.com>; Heinrich Schuchardt > Subject: [PATCH