Skip to content

Commit

Permalink
Exynos9820: drop references to Exynos990
Browse files Browse the repository at this point in the history
  • Loading branch information
J0SH1X committed Feb 4, 2024
1 parent c773622 commit 3e4519d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[Packages]
MdePkg/MdePkg.dec
ArmPkg/ArmPkg.dec
Silicon/Samsung/Exynos990Pkg/exynos990.dec
Silicon/Samsung/Exynos9820Pkg/exynos990.dec

[LibraryClasses]
TimerLib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3e4519d

Please sign in to comment.