public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <michael.d.kinney@intel.com>,
	"'Rebecca Cran'" <rebecca@nuviainc.com>
Cc: "'Chaganty, Rangasai V'" <rangasai.v.chaganty@intel.com>,
	"'Steele, Kelly'" <kelly.steele@intel.com>,
	"'Agyeman, Prince'" <prince.agyeman@intel.com>,
	"'Sun, Zailiang'" <zailiang.sun@intel.com>,
	"'Qian, Yi'" <yi.qian@intel.com>,
	"'Leif Lindholm'" <leif@nuviainc.com>,
	"'Ard Biesheuvel'" <ardb+tianocore@kernel.org>,
	"'Wenyi Xie'" <xiewenyi2@huawei.com>,
	"'Chiu, Chasel'" <chasel.chiu@intel.com>,
	"'Ni, Ray'" <ray.ni@intel.com>,
	"'Abner Chang'" <abner.chang@hpe.com>,
	"'Daniel Schaefer'" <daniel.schaefer@hpe.com>,
	"'Gilbert Chen'" <gilbert.chen@hpe.com>,
	"'Thomas Abraham'" <thomas.abraham@arm.com>,
	"'Pete Batard'" <pete@akeo.ie>,
	"'Marcin Wojtas'" <mw@semihalf.com>
Subject: 回复: [edk2-devel] [edk2-platforms PATCH 0/1] Update SMBIOS includes to use capitalization 'Smbios.h' vs 'SmBios.h'
Date: Mon, 11 Jan 2021 13:11:50 +0800	[thread overview]
Message-ID: <004a01d6e7d8$44eaa970$cebffc50$@byosoft.com.cn> (raw)
In-Reply-To: <BL0PR11MB3236D5BD2859C2B615552F96D2AB0@BL0PR11MB3236.namprd11.prod.outlook.com>

Mike:
  I see the discussion about renaming file name in https://edk2.groups.io/g/devel/message/70095. 

  I also think this change impact is big. I suggest to discuss it more before we make the change. 

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+70102+4905953+8761045@groups.io
> <bounce+27952+70102+4905953+8761045@groups.io> 代表 Michael D
> Kinney
> 发送时间: 2021年1月11日 12:43
> 收件人: Rebecca Cran <rebecca@nuviainc.com>; devel@edk2.groups.io;
> Kinney, Michael D <michael.d.kinney@intel.com>
> 抄送: Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Steele, Kelly <kelly.steele@intel.com>;
> Agyeman, Prince <prince.agyeman@intel.com>; Sun, Zailiang
> <zailiang.sun@intel.com>; Qian, Yi <yi.qian@intel.com>; Leif Lindholm
> <leif@nuviainc.com>; Ard Biesheuvel <ardb+tianocore@kernel.org>; Wenyi
> Xie <xiewenyi2@huawei.com>; Chiu, Chasel <chasel.chiu@intel.com>; Ni,
> Ray <ray.ni@intel.com>; Abner Chang <abner.chang@hpe.com>; Daniel
> Schaefer <daniel.schaefer@hpe.com>; Gilbert Chen <gilbert.chen@hpe.com>;
> Thomas Abraham <thomas.abraham@arm.com>; Pete Batard
> <pete@akeo.ie>; Marcin Wojtas <mw@semihalf.com>
> 主题: Re: [edk2-devel] [edk2-platforms PATCH 0/1] Update SMBIOS includes
> to use capitalization 'Smbios.h' vs 'SmBios.h'
> 
> Hi Rebecca,
> 
> Where is the review of the change to rename SmBios.h to Smbios.h in
> MdePkg?
> 
> I do not think that change is a good idea because it would impact every
> downstream platform
> that produces SMBIOS records.
> 
> Mike
> 
> > -----Original Message-----
> > From: Rebecca Cran <rebecca@nuviainc.com>
> > Sent: Sunday, January 10, 2021 7:31 PM
> > To: devel@edk2.groups.io
> > Cc: Rebecca Cran <rebecca@nuviainc.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>; Liming Gao
> > <gaoliming@byosoft.com.cn>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Steele, Kelly <kelly.steele@intel.com>;
> > Agyeman, Prince <prince.agyeman@intel.com>; Sun, Zailiang
> <zailiang.sun@intel.com>; Qian, Yi <yi.qian@intel.com>; Leif
> > Lindholm <leif@nuviainc.com>; Ard Biesheuvel
> <ardb+tianocore@kernel.org>; Wenyi Xie <xiewenyi2@huawei.com>; Chiu,
> Chasel
> > <chasel.chiu@intel.com>; Ni, Ray <ray.ni@intel.com>; Abner Chang
> <abner.chang@hpe.com>; Daniel Schaefer
> > <daniel.schaefer@hpe.com>; Gilbert Chen <gilbert.chen@hpe.com>;
> Thomas Abraham <thomas.abraham@arm.com>; Pete Batard
> > <pete@akeo.ie>; Marcin Wojtas <mw@semihalf.com>
> > Subject: [edk2-platforms PATCH 0/1] Update SMBIOS includes to use
> capitalization 'Smbios.h' vs 'SmBios.h'
> >
> > Update SMBIOS includes to use capitalization 'Smbios.h' vs 'SmBios.h'
> >
> > This patch depends on the corresponding edk2 change with subject
> > "Various packages: rename SmBios.h to Smbios.h in MdePkg and update
> references through edk2 tree".
> >
> > Rebecca Cran (1):
> >   Update SMBIOS includes to use capitalization 'Smbios.h' vs 'SmBios.h'
> >
> >
> Features/Intel/SystemInformation/SmbiosFeaturePkg/SmbiosFeaturePkg.dec
> | 10 +++++-----
> >
> Features/Intel/SystemInformation/SmbiosFeaturePkg/SmbiosBasicDxe/Smbio
> sBasic.h       |  2 +-
> >
> Platform/Intel/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySu
> bClass.h         |  2 +-
> >
> Platform/Intel/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/CommonHea
> der.h            |  2 +-
> >
> Platform/Intel/SimicsOpenBoardPkg/Library/BoardBdsHookLib/BoardBdsHoo
> k.h             |  4 ++--
> >
> Platform/Intel/SimicsOpenBoardPkg/Library/PlatformBootManagerLib/BdsPla
> tform.h       |  4 ++--
> >
> Platform/Intel/SimicsOpenBoardPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.
> h              |  2 +-
> >  Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/CommonHeader.h
> |  2 +-
> >  Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.h
> |  2 +-
> >  Silicon/Hisilicon/Drivers/Smbios/MemorySubClassDxe/MemorySubClass.h
> |  2 +-
> >
> Silicon/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ProcessorSubClass.h
> |  2 +-
> >  Silicon/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/SmbiosMisc.h
> |  2 +-
> >
> Silicon/Intel/CoffeelakeSiliconPkg/Cpu/Library/PeiCpuPolicyLib/PeiCpuPolicyL
> ibrary.h |  2 +-
> >
> Silicon/Intel/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h
> |  2 +-
> >
> Silicon/Intel/KabylakeSiliconPkg/Cpu/Library/PeiCpuPolicyLib/PeiCpuPolicyLib
> rary.h   |  2 +-
> >  Silicon/RISC-V/ProcessorPkg/Include/ProcessorSpecificHobData.h
> |  2 +-
> >  Silicon/RISC-V/ProcessorPkg/Include/SmbiosProcessorSpecificData.h
> |  2 +-
> >  Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.c
> |  2 +-
> >  Platform/Hisilicon/D03/Library/OemMiscLib2P/BoardFeature2PHi1610.c
> |  2 +-
> >  Platform/Hisilicon/D05/Library/OemMiscLibD05/BoardFeatureD05.c
> |  2 +-
> >  Platform/Hisilicon/D06/Library/OemMiscLibD06/BoardFeatureD06.c
> |  2 +-
> >  Platform/Intel/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c
> |  2 +-
> >  Platform/RaspberryPi/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c
> |  4 ++--
> >
> Platform/Socionext/DeveloperBox/SmbiosPlatformDxe/SmbiosPlatformDxe.c
> |  2 +-
> >  Silicon/AMD/Styx/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c
> |  4 ++--
> >
> Silicon/Intel/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHo
> bLib.c      |  2 +-
> >  Silicon/Marvell/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c
> |  2 +-
> >  27 files changed, 35 insertions(+), 35 deletions(-)
> >
> > --
> > 2.26.2
> 
> 
> 
> 
> 




  reply	other threads:[~2021-01-11  5:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-11  3:31 [edk2-platforms PATCH 0/1] Update SMBIOS includes to use capitalization 'Smbios.h' vs 'SmBios.h' Rebecca Cran
2021-01-11  3:31 ` [edk2-platforms PATCH 1/1] " Rebecca Cran
2021-01-11  3:37   ` Abner Chang
2021-01-11 12:35   ` Pete Batard
2021-01-11  4:42 ` [edk2-platforms PATCH 0/1] " Michael D Kinney
2021-01-11  5:11   ` gaoliming [this message]
2021-01-11  6:02   ` Rebecca Cran
2021-01-11 11:47   ` Leif Lindholm
2021-01-11 22:28     ` Michael D Kinney
2021-01-12 18:35       ` Leif Lindholm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004a01d6e7d8$44eaa970$cebffc50$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox