* [edk2-devel] [PATCH 0/2] Add New Intel Processor family
@ 2023-09-06 11:50 Avinash
0 siblings, 0 replies; 9+ messages in thread
From: Avinash @ 2023-09-06 11:50 UTC (permalink / raw)
To: devel
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
*** BLURB HERE ***
Avinash (1):
MdePkg/SmBios.h : Add New Intel Processor family
Nhi Pham (1):
ShellPkg/SmbiosView: Update display of PCIe system slot ID
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 2 +-
MdePkg/Include/IndustryStandard/SmBios.h | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
2.37.3.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108325): https://edk2.groups.io/g/devel/message/108325
Mute This Topic: https://groups.io/mt/101190713/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 9+ messages in thread
* [edk2-devel] [PATCH 0/2] Add New Intel Processor family
@ 2023-09-07 18:59 Avinash
2023-09-07 18:59 ` [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS Avinash
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Avinash @ 2023-09-07 18:59 UTC (permalink / raw)
To: devel
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
*** BLURB HERE ***
Avinash (1):
MdePkg/SmBios.h : Add New Intel Processor family
Nhi Pham (1):
ShellPkg/SmbiosView: Update display of PCIe system slot ID
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 2 +-
MdePkg/Include/IndustryStandard/SmBios.h | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
2.37.3.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108410): https://edk2.groups.io/g/devel/message/108410
Mute This Topic: https://groups.io/mt/101190713/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 9+ messages in thread
* [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS
2023-09-07 18:59 [edk2-devel] [PATCH 0/2] Add New Intel Processor family Avinash
@ 2023-09-07 18:59 ` Avinash
2023-09-08 16:48 ` Michael D Kinney
2023-09-07 18:59 ` [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family Avinash
2023-09-08 0:47 ` 回复: [edk2-devel] [PATCH 0/2] " gaoliming via groups.io
2 siblings, 1 reply; 9+ messages in thread
From: Avinash @ 2023-09-07 18:59 UTC (permalink / raw)
To: devel; +Cc: avinashbhargava, Zhiguang Liu, Dandan Bi, Star Zeng, Zhichao Gao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547
Add New Intel Processor family for SMBIOS
Hex value - 16h
Name - Intel® Processor
Signed-off-by: avinashbhargava <avinash.bhargava@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
---
MdePkg/Include/IndustryStandard/SmBios.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 40bdc9a937c0..56cec615a010 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -554,6 +554,7 @@ typedef enum {
ProcessorFamilyM2 = 0x13,
ProcessorFamilyIntelCeleronM = 0x14,
ProcessorFamilyIntelPentium4Ht = 0x15,
+ ProcessorFamilyIntel = 0x16,
ProcessorFamilyAmdDuron = 0x18,
ProcessorFamilyK5 = 0x19,
ProcessorFamilyK6 = 0x1A,
--
2.37.3.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108411): https://edk2.groups.io/g/devel/message/108411
Mute This Topic: https://groups.io/mt/101221819/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family
2023-09-07 18:59 [edk2-devel] [PATCH 0/2] Add New Intel Processor family Avinash
2023-09-07 18:59 ` [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS Avinash
@ 2023-09-07 18:59 ` Avinash
2023-09-08 0:47 ` 回复: [edk2-devel] [PATCH 0/2] " gaoliming via groups.io
2 siblings, 0 replies; 9+ messages in thread
From: Avinash @ 2023-09-07 18:59 UTC (permalink / raw)
To: devel
Cc: avinashbhargava, Zhiguang Liu, Dandan Bi, Star Zeng, Zhichao Gao,
Benny Lin, Gua Guo, Prakashan Krishnadas Veliyathuparambil
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547
Add New Intel Processor family for SMBIOS Type 4
Hex value - 16h
Name - Intel® Processor
Signed-off-by: avinashbhargava <avinash.bhargava@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Benny Lin <benny.lin@intel.com>
Cc: Gua Guo <gua.guo@intel.com>
Cc: Prakashan Krishnadas Veliyathuparambil <krishnadas.veliyathuparambil.prakashan@intel.com>
---
MdePkg/Include/IndustryStandard/SmBios.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 89985bb4186b..acb23d556c50 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -554,6 +554,7 @@ typedef enum {
ProcessorFamilyM2 = 0x13,
ProcessorFamilyIntelCeleronM = 0x14,
ProcessorFamilyIntelPentium4Ht = 0x15,
+ ProcessorFamilyIntel = 0x16,
ProcessorFamilyAmdDuron = 0x18,
ProcessorFamilyK5 = 0x19,
ProcessorFamilyK6 = 0x1A,
--
2.37.3.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108412): https://edk2.groups.io/g/devel/message/108412
Mute This Topic: https://groups.io/mt/101221821/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 9+ messages in thread
* 回复: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
2023-09-07 18:59 [edk2-devel] [PATCH 0/2] Add New Intel Processor family Avinash
2023-09-07 18:59 ` [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS Avinash
2023-09-07 18:59 ` [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family Avinash
@ 2023-09-08 0:47 ` gaoliming via groups.io
2023-09-08 12:59 ` Avinash
2 siblings, 1 reply; 9+ messages in thread
From: gaoliming via groups.io @ 2023-09-08 0:47 UTC (permalink / raw)
To: devel, avinash.bhargava
Avinash:
Seemly, this patch set doesn't include the change in ShellPkg.
Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Avinash
> 发送时间: 2023年9月8日 3:00
> 收件人: devel@edk2.groups.io
> 主题: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
>
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
>
> *** BLURB HERE ***
>
> Avinash (1):
> MdePkg/SmBios.h : Add New Intel Processor family
>
> Nhi Pham (1):
> ShellPkg/SmbiosView: Update display of PCIe system slot ID
>
> ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 2
> +-
> MdePkg/Include/IndustryStandard/SmBios.h
> | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> --
> 2.37.3.windows.1
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108431): https://edk2.groups.io/g/devel/message/108431
Mute This Topic: https://groups.io/mt/101228402/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
2023-09-08 0:47 ` 回复: [edk2-devel] [PATCH 0/2] " gaoliming via groups.io
@ 2023-09-08 12:59 ` Avinash
2023-09-08 16:49 ` Michael D Kinney
0 siblings, 1 reply; 9+ messages in thread
From: Avinash @ 2023-09-08 12:59 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io
Thanks Gao.
I will take it as separate patch under same Bugzilla as different module.
Pls let me know If any concern.
Regards,
Avinash
-----Original Message-----
From: gaoliming <gaoliming@byosoft.com.cn>
Sent: Friday, September 8, 2023 6:18 AM
To: devel@edk2.groups.io; Bhargava, Avinash <avinash.bhargava@intel.com>
Subject: 回复: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
Avinash:
Seemly, this patch set doesn't include the change in ShellPkg.
Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Avinash
> 发送时间: 2023年9月8日 3:00
> 收件人: devel@edk2.groups.io
> 主题: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
>
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
>
> *** BLURB HERE ***
>
> Avinash (1):
> MdePkg/SmBios.h : Add New Intel Processor family
>
> Nhi Pham (1):
> ShellPkg/SmbiosView: Update display of PCIe system slot ID
>
> ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 2
> +-
> MdePkg/Include/IndustryStandard/SmBios.h
> | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> --
> 2.37.3.windows.1
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108446): https://edk2.groups.io/g/devel/message/108446
Mute This Topic: https://groups.io/mt/101235686/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS
2023-09-07 18:59 ` [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS Avinash
@ 2023-09-08 16:48 ` Michael D Kinney
0 siblings, 0 replies; 9+ messages in thread
From: Michael D Kinney @ 2023-09-08 16:48 UTC (permalink / raw)
To: devel@edk2.groups.io, Bhargava, Avinash
Cc: Liu, Zhiguang, Bi, Dandan, Zeng, Star, Gao, Zhichao,
Kinney, Michael D
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Avinash
> Sent: Thursday, September 7, 2023 12:00 PM
> To: devel@edk2.groups.io
> Cc: Bhargava, Avinash <avinash.bhargava@intel.com>; Liu, Zhiguang
> <zhiguang.liu@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Zeng, Star
> <star.zeng@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>
> Subject: [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor
> family for SMBIOS
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4547
>
> Add New Intel Processor family for SMBIOS
> Hex value - 16h
> Name - Intel® Processor
>
> Signed-off-by: avinashbhargava <avinash.bhargava@intel.com>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> Cc: Zhichao Gao <zhichao.gao@intel.com>
> ---
> MdePkg/Include/IndustryStandard/SmBios.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MdePkg/Include/IndustryStandard/SmBios.h
> b/MdePkg/Include/IndustryStandard/SmBios.h
> index 40bdc9a937c0..56cec615a010 100644
> --- a/MdePkg/Include/IndustryStandard/SmBios.h
> +++ b/MdePkg/Include/IndustryStandard/SmBios.h
> @@ -554,6 +554,7 @@ typedef enum {
> ProcessorFamilyM2 = 0x13,
>
> ProcessorFamilyIntelCeleronM = 0x14,
>
> ProcessorFamilyIntelPentium4Ht = 0x15,
>
> + ProcessorFamilyIntel = 0x16,
>
> ProcessorFamilyAmdDuron = 0x18,
>
> ProcessorFamilyK5 = 0x19,
>
> ProcessorFamilyK6 = 0x1A,
>
> --
> 2.37.3.windows.1
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108456): https://edk2.groups.io/g/devel/message/108456
Mute This Topic: https://groups.io/mt/101221819/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
2023-09-08 12:59 ` Avinash
@ 2023-09-08 16:49 ` Michael D Kinney
2023-09-08 20:48 ` Michael D Kinney
0 siblings, 1 reply; 9+ messages in thread
From: Michael D Kinney @ 2023-09-08 16:49 UTC (permalink / raw)
To: devel@edk2.groups.io, Bhargava, Avinash, Gao, Liming; +Cc: Kinney, Michael D
I have provided Rb on the update to the MdePkg.
I will merge that one and you can send new patches for review with just
the shell changes.
Mike
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Avinash
> Sent: Friday, September 8, 2023 5:59 AM
> To: Gao, Liming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> Subject: Re: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
>
> Thanks Gao.
>
> I will take it as separate patch under same Bugzilla as different module.
>
> Pls let me know If any concern.
>
> Regards,
> Avinash
>
> -----Original Message-----
> From: gaoliming <gaoliming@byosoft.com.cn>
> Sent: Friday, September 8, 2023 6:18 AM
> To: devel@edk2.groups.io; Bhargava, Avinash <avinash.bhargava@intel.com>
> Subject: 回复: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
>
> Avinash:
> Seemly, this patch set doesn't include the change in ShellPkg.
>
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Avinash
> > 发送时间: 2023年9月8日 3:00
> > 收件人: devel@edk2.groups.io
> > 主题: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
> >
> > Content-Type: text/plain; charset=UTF-8
> > Content-Transfer-Encoding: 8bit
> >
> > *** BLURB HERE ***
> >
> > Avinash (1):
> > MdePkg/SmBios.h : Add New Intel Processor family
> >
> > Nhi Pham (1):
> > ShellPkg/SmbiosView: Update display of PCIe system slot ID
> >
> > ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 2
> > +-
> > MdePkg/Include/IndustryStandard/SmBios.h
> > | 1 +
> > 2 files changed, 2 insertions(+), 1 deletion(-)
> >
> > --
> > 2.37.3.windows.1
> >
> >
> >
> >
> >
>
>
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108457): https://edk2.groups.io/g/devel/message/108457
Mute This Topic: https://groups.io/mt/101235686/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
2023-09-08 16:49 ` Michael D Kinney
@ 2023-09-08 20:48 ` Michael D Kinney
0 siblings, 0 replies; 9+ messages in thread
From: Michael D Kinney @ 2023-09-08 20:48 UTC (permalink / raw)
To: devel@edk2.groups.io, Bhargava, Avinash, Gao, Liming; +Cc: Kinney, Michael D
Merged: https://github.com/tianocore/edk2/commit/d4ae5df71190148c902942c3462245e97ed2fcc8
> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Friday, September 8, 2023 9:50 AM
> To: devel@edk2.groups.io; Bhargava, Avinash <avinash.bhargava@intel.com>;
> Gao, Liming <gaoliming@byosoft.com.cn>
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>
> Subject: RE: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
>
> I have provided Rb on the update to the MdePkg.
>
> I will merge that one and you can send new patches for review with just
> the shell changes.
>
> Mike
>
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Avinash
> > Sent: Friday, September 8, 2023 5:59 AM
> > To: Gao, Liming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> > Subject: Re: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
> >
> > Thanks Gao.
> >
> > I will take it as separate patch under same Bugzilla as different module.
> >
> > Pls let me know If any concern.
> >
> > Regards,
> > Avinash
> >
> > -----Original Message-----
> > From: gaoliming <gaoliming@byosoft.com.cn>
> > Sent: Friday, September 8, 2023 6:18 AM
> > To: devel@edk2.groups.io; Bhargava, Avinash <avinash.bhargava@intel.com>
> > Subject: 回复: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
> >
> > Avinash:
> > Seemly, this patch set doesn't include the change in ShellPkg.
> >
> > Thanks
> > Liming
> > > -----邮件原件-----
> > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Avinash
> > > 发送时间: 2023年9月8日 3:00
> > > 收件人: devel@edk2.groups.io
> > > 主题: [edk2-devel] [PATCH 0/2] Add New Intel Processor family
> > >
> > > Content-Type: text/plain; charset=UTF-8
> > > Content-Transfer-Encoding: 8bit
> > >
> > > *** BLURB HERE ***
> > >
> > > Avinash (1):
> > > MdePkg/SmBios.h : Add New Intel Processor family
> > >
> > > Nhi Pham (1):
> > > ShellPkg/SmbiosView: Update display of PCIe system slot ID
> > >
> > > ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 2
> > > +-
> > > MdePkg/Include/IndustryStandard/SmBios.h
> > > | 1 +
> > > 2 files changed, 2 insertions(+), 1 deletion(-)
> > >
> > > --
> > > 2.37.3.windows.1
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> >
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108461): https://edk2.groups.io/g/devel/message/108461
Mute This Topic: https://groups.io/mt/101235686/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-09-08 20:48 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-07 18:59 [edk2-devel] [PATCH 0/2] Add New Intel Processor family Avinash
2023-09-07 18:59 ` [edk2-devel] [PATCH v1 1/1] MdePkg/SmBios.h: Add New Intel Processor family for SMBIOS Avinash
2023-09-08 16:48 ` Michael D Kinney
2023-09-07 18:59 ` [edk2-devel] [PATCH 2/2] MdePkg/SmBios.h : Add New Intel Processor family Avinash
2023-09-08 0:47 ` 回复: [edk2-devel] [PATCH 0/2] " gaoliming via groups.io
2023-09-08 12:59 ` Avinash
2023-09-08 16:49 ` Michael D Kinney
2023-09-08 20:48 ` Michael D Kinney
-- strict thread matches above, loose matches on Subject: below --
2023-09-06 11:50 Avinash
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox