* [edk2-platforms][Patch] Vlv2TbltDevicePkg/SmBiosMiscDxe: Update SMBIOS Type 4 field name
@ 2021-04-06 5:30 Michael D Kinney
2021-04-09 2:40 ` Sun, Zailiang
0 siblings, 1 reply; 2+ messages in thread
From: Michael D Kinney @ 2021-04-06 5:30 UTC (permalink / raw)
To: devel; +Cc: Zailiang Sun, Yi Qian
Update SMBIOS TYpe 4 field name from ProcessorManufacture to
ProcessorManufacturer to match latest SMBIOS include file
definitions in MdePkg.
Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
.../SmBiosMiscDxe/MiscProcessorInformationFunction.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c b/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
index 3360bdc541..815c17d8ff 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
+++ b/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -319,7 +319,7 @@ MISC_SMBIOS_TABLE_FUNCTION (MiscProcessorInformation)
SmbiosRecord->Hdr.Handle = 0;
SmbiosRecord-> Socket= 1;
- SmbiosRecord -> ProcessorManufacture = 2;
+ SmbiosRecord -> ProcessorManufacturer = 2;
SmbiosRecord -> ProcessorVersion = 3;
SmbiosRecord ->SerialNumber =4;
@@ -455,4 +455,3 @@ MISC_SMBIOS_TABLE_FUNCTION (MiscProcessorInformation)
return Status;
}
-
--
2.31.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [edk2-platforms][Patch] Vlv2TbltDevicePkg/SmBiosMiscDxe: Update SMBIOS Type 4 field name
2021-04-06 5:30 [edk2-platforms][Patch] Vlv2TbltDevicePkg/SmBiosMiscDxe: Update SMBIOS Type 4 field name Michael D Kinney
@ 2021-04-09 2:40 ` Sun, Zailiang
0 siblings, 0 replies; 2+ messages in thread
From: Sun, Zailiang @ 2021-04-09 2:40 UTC (permalink / raw)
To: Kinney, Michael D, devel@edk2.groups.io; +Cc: Qian, Yi
Reviewed-by: Zailiang Sun <zailiang.sun@intel.com>
-----Original Message-----
From: Kinney, Michael D <michael.d.kinney@intel.com>
Sent: Tuesday, April 6, 2021 1:31 PM
To: devel@edk2.groups.io
Cc: Sun, Zailiang <zailiang.sun@intel.com>; Qian, Yi <yi.qian@intel.com>
Subject: [edk2-platforms][Patch] Vlv2TbltDevicePkg/SmBiosMiscDxe: Update SMBIOS Type 4 field name
Update SMBIOS TYpe 4 field name from ProcessorManufacture to
ProcessorManufacturer to match latest SMBIOS include file
definitions in MdePkg.
Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
.../SmBiosMiscDxe/MiscProcessorInformationFunction.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c b/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
index 3360bdc541..815c17d8ff 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
+++ b/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -319,7 +319,7 @@ MISC_SMBIOS_TABLE_FUNCTION (MiscProcessorInformation)
SmbiosRecord->Hdr.Handle = 0;
SmbiosRecord-> Socket= 1;
- SmbiosRecord -> ProcessorManufacture = 2;
+ SmbiosRecord -> ProcessorManufacturer = 2;
SmbiosRecord -> ProcessorVersion = 3;
SmbiosRecord ->SerialNumber =4;
@@ -455,4 +455,3 @@ MISC_SMBIOS_TABLE_FUNCTION (MiscProcessorInformation)
return Status;
}
-
--
2.31.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-09 2:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-06 5:30 [edk2-platforms][Patch] Vlv2TbltDevicePkg/SmBiosMiscDxe: Update SMBIOS Type 4 field name Michael D Kinney
2021-04-09 2:40 ` Sun, Zailiang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox