From 3e4519d9c66e97873705ff6926425dca1f7c152e Mon Sep 17 00:00:00 2001 From: J0SH1X Date: Sun, 4 Feb 2024 14:42:17 +0100 Subject: [PATCH] Exynos9820: drop references to Exynos990 --- .../Library/KeypadDeviceImplLib/KeypadDeviceImplLib.inf | 2 +- .../Library/MsPlatformDevicesLib/MsPlatformDevicesLib.inf | 2 +- .../Exynos9820Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf | 2 +- .../Library/PlatformPrePiLib/PlatformPrePiLib.inf | 2 +- .../Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfo.c | 4 ++-- .../Library/SOCSmbiosInfoLib/SOCSmbiosInfoLib.inf | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Silicon/Samsung/Exynos9820Pkg/Library/KeypadDeviceImplLib/KeypadDeviceImplLib.inf b/Silicon/Samsung/Exynos9820Pkg/Library/KeypadDeviceImplLib/KeypadDeviceImplLib.inf index b437e56..ced3d47 100644 --- a/Silicon/Samsung/Exynos9820Pkg/Library/KeypadDeviceImplLib/KeypadDeviceImplLib.inf +++ b/Silicon/Samsung/Exynos9820Pkg/Library/KeypadDeviceImplLib/KeypadDeviceImplLib.inf @@ -13,7 +13,7 @@ [Packages] MdePkg/MdePkg.dec ArmPkg/ArmPkg.dec - Silicon/Samsung/Exynos990Pkg/exynos990.dec + Silicon/Samsung/Exynos9820Pkg/exynos990.dec [LibraryClasses] TimerLib diff --git a/Silicon/Samsung/Exynos9820Pkg/Library/MsPlatformDevicesLib/MsPlatformDevicesLib.inf b/Silicon/Samsung/Exynos9820Pkg/Library/MsPlatformDevicesLib/MsPlatformDevicesLib.inf index a89d04f..6474eb9 100644 --- a/Silicon/Samsung/Exynos9820Pkg/Library/MsPlatformDevicesLib/MsPlatformDevicesLib.inf +++ b/Silicon/Samsung/Exynos9820Pkg/Library/MsPlatformDevicesLib/MsPlatformDevicesLib.inf @@ -28,7 +28,7 @@ MdeModulePkg/MdeModulePkg.dec Platform/RenegadePkg/RenegadePkg.dec Silicon/Samsung/ExynosPkg/ExynosPkg.dec - Silicon/Samsung/Exynos990Pkg/exynos990.dec + Silicon/Samsung/Exynos9820Pkg/exynos990.dec [LibraryClasses] BaseMemoryLib diff --git a/Silicon/Samsung/Exynos9820Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf b/Silicon/Samsung/Exynos9820Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf index 8561347..cd3cf1b 100644 --- a/Silicon/Samsung/Exynos9820Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf +++ b/Silicon/Samsung/Exynos9820Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf @@ -24,7 +24,7 @@ MdeModulePkg/MdeModulePkg.dec EmbeddedPkg/EmbeddedPkg.dec Silicon/Samsung/ExynosPkg/ExynosPkg.dec - Silicon/Samsung/Exynos990Pkg/exynos990.dec + Silicon/Samsung/Exynos9820Pkg/exynos990.dec [LibraryClasses] ArmLib diff --git a/Silicon/Samsung/Exynos9820Pkg/Library/PlatformPrePiLib/PlatformPrePiLib.inf b/Silicon/Samsung/Exynos9820Pkg/Library/PlatformPrePiLib/PlatformPrePiLib.inf index 27e9428..e393096 100644 --- a/Silicon/Samsung/Exynos9820Pkg/Library/PlatformPrePiLib/PlatformPrePiLib.inf +++ b/Silicon/Samsung/Exynos9820Pkg/Library/PlatformPrePiLib/PlatformPrePiLib.inf @@ -25,7 +25,7 @@ EmbeddedPkg/EmbeddedPkg.dec ArmPkg/ArmPkg.dec Silicon/Samsung/ExynosPkg/ExynosPkg.dec - Silicon/Samsung/Exynos990Pkg/exynos990.dec + Silicon/Samsung/Exynos9820Pkg/exynos990.dec [LibraryClasses] ArmLib diff --git a/Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfo.c b/Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfo.c index d6b7e65..2a91aee 100644 --- a/Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfo.c +++ b/Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfo.c @@ -117,10 +117,10 @@ SMBIOS_TABLE_TYPE4 mProcessorInfoType4_a53 = { 0, // ThreadCount2; }; -CHAR8 mCpuName[128] = "Samsung Exynos 990"; +CHAR8 mCpuName[128] = "Samsung Exynos 9820"; CHAR8 *mProcessorInfoType4Strings[] = { - "BGA", "Samsung", "Exynos 990", NULL}; + "BGA", "Samsung", "Exynos 9820", NULL}; /*********************************************************************** SMBIOS data definition TYPE7 Cache Information diff --git a/Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfoLib.inf b/Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfoLib.inf index ec84eab..6241859 100644 --- a/Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfoLib.inf +++ b/Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfoLib.inf @@ -15,5 +15,5 @@ MdeModulePkg/MdeModulePkg.dec EmbeddedPkg/EmbeddedPkg.dec Silicon/Samsung/ExynosPkg/ExynosPkg.dec - Silicon/Samsung/Exynos990Pkg/exynos990.dec + Silicon/Samsung/Exynos9820Pkg/exynos990.dec