[edk2-devel] [PATCH 0/1] Various packages: rename SmBios.h to Smbios.h in MdePkg and update references through edk2 tree

Rebecca Cran posted 1 patch 3 years, 3 months ago
Failed in applying to current master (apply log)
MdePkg/MdePkg.dec                                                                       | 4 ++--
DynamicTablesPkg/Include/SmbiosTableGenerator.h                                         | 2 +-
EmulatorPkg/CpuRuntimeDxe/CpuDriver.h                                                   | 2 +-
EmulatorPkg/Include/Library/SmbiosLib.h                                                 | 2 +-
MdeModulePkg/Application/UiApp/Ui.h                                                     | 2 +-
MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h                                            | 4 ++--
MdePkg/Include/Guid/{SmBios.h => Smbios.h}                                              | 0
MdePkg/Include/IndustryStandard/{SmBios.h => Smbios.h}                                  | 0
MdePkg/Include/Protocol/Smbios.h                                                        | 2 +-
NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h                                                     | 4 ++--
OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.h                                     | 2 +-
OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h                                         | 4 ++--
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h                                    | 4 ++--
OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.h                               | 4 ++--
OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.h                                | 4 ++--
OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h                                           | 2 +-
RedfishPkg/Include/IndustryStandard/RedfishHostInterface.h                              | 2 +-
RedfishPkg/Include/Library/RedfishHostInterfaceLib.h                                    | 2 +-
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h                  | 2 +-
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h                      | 2 +-
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h                     | 2 +-
UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h                                              | 2 +-
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/SmbiosTableFactory/SmbiosTableFactory.c | 2 +-
EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c                                       | 2 +-
EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c                                             | 2 +-
MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c                      | 4 ++--
NetworkPkg/Library/DxeNetLib/DxeNetLib.c                                                | 4 ++--
OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c                                           | 2 +-
OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c                               | 2 +-
ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c                                      | 2 +-
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c                  | 2 +-
31 files changed, 38 insertions(+), 38 deletions(-)
rename MdePkg/Include/Guid/{SmBios.h => Smbios.h} (100%)
rename MdePkg/Include/IndustryStandard/{SmBios.h => Smbios.h} (100%)
[edk2-devel] [PATCH 0/1] Various packages: rename SmBios.h to Smbios.h in MdePkg and update references through edk2 tree
Posted by Rebecca Cran 3 years, 3 months ago
"SMBIOS" or "Smbios" is the common capitalization of abbreviation of
System Management BIOS.

Rename SmBios.h to Smbios.h in MdePkg/Include/IndustryStandard and
MdePkg/Include/Guid, and update all references through the edk2 tree.

Personal Github PR: https://github.com/tianocore/edk2/pull/1330

Rebecca Cran (1):
  Rename SmBios.h to Smbios.h in MdePkg/Include

 MdePkg/MdePkg.dec                                                                       | 4 ++--
 DynamicTablesPkg/Include/SmbiosTableGenerator.h                                         | 2 +-
 EmulatorPkg/CpuRuntimeDxe/CpuDriver.h                                                   | 2 +-
 EmulatorPkg/Include/Library/SmbiosLib.h                                                 | 2 +-
 MdeModulePkg/Application/UiApp/Ui.h                                                     | 2 +-
 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h                                            | 4 ++--
 MdePkg/Include/Guid/{SmBios.h => Smbios.h}                                              | 0
 MdePkg/Include/IndustryStandard/{SmBios.h => Smbios.h}                                  | 0
 MdePkg/Include/Protocol/Smbios.h                                                        | 2 +-
 NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h                                                     | 4 ++--
 OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.h                                     | 2 +-
 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h                                         | 4 ++--
 OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h                                    | 4 ++--
 OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.h                               | 4 ++--
 OvmfPkg/Library/PlatformBootManagerLibGrub/BdsPlatform.h                                | 4 ++--
 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h                                           | 2 +-
 RedfishPkg/Include/IndustryStandard/RedfishHostInterface.h                              | 2 +-
 RedfishPkg/Include/Library/RedfishHostInterfaceLib.h                                    | 2 +-
 ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h                  | 2 +-
 ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h                      | 2 +-
 ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h                     | 2 +-
 UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h                                              | 2 +-
 DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/SmbiosTableFactory/SmbiosTableFactory.c | 2 +-
 EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c                                       | 2 +-
 EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c                                             | 2 +-
 MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c                      | 4 ++--
 NetworkPkg/Library/DxeNetLib/DxeNetLib.c                                                | 4 ++--
 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c                                           | 2 +-
 OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c                               | 2 +-
 ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c                                      | 2 +-
 ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c                  | 2 +-
 31 files changed, 38 insertions(+), 38 deletions(-)
 rename MdePkg/Include/Guid/{SmBios.h => Smbios.h} (100%)
 rename MdePkg/Include/IndustryStandard/{SmBios.h => Smbios.h} (100%)

-- 
2.26.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#70104): https://edk2.groups.io/g/devel/message/70104
Mute This Topic: https://groups.io/mt/79590055/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-