[edk2-devel] [PATCH v1 1/2] Platform/ARM/Juno: Modify duplicated GUID in SmbiosPlatformDxe

PierreGondois posted 2 patches 4 years, 7 months ago
[edk2-devel] [PATCH v1 1/2] Platform/ARM/Juno: Modify duplicated GUID in SmbiosPlatformDxe
Posted by PierreGondois 4 years, 7 months ago
From: Pierre Gondois <Pierre.Gondois@arm.com>

The two following modules have the same GUID:
 - edk2/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
 - Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf

The module in the OvmfPkg was created first. Update the GUID
of the module in the JunoPkg folder.

Change-Id: I796d8e550f50a1a4cfddd0024eb63a9565b01f42
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
---
 Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf b/Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
index f938cdf1483f..5a13605925e7 100644
--- a/Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
+++ b/Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
@@ -12,7 +12,7 @@
 [Defines]
   INF_VERSION                    = 0x00010005
   BASE_NAME                      = SmbiosPlatformDxe
-  FILE_GUID                      = 4110465d-5ff3-4f4b-b580-24ed0d06747a
+  FILE_GUID                      = 3BFC114C-98F1-492E-97D1-98567E4F20D0
   MODULE_TYPE                    = DXE_DRIVER
   VERSION_STRING                 = 1.0
 
-- 
2.17.1



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


Re: [edk2-devel] [PATCH v1 1/2] Platform/ARM/Juno: Modify duplicated GUID in SmbiosPlatformDxe
Posted by Sami Mujawar 4 years, 7 months ago
Hi Pierre,

Thank you for this patch. This update looks good to me.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>

Regards,

Sami Mujawar


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