Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exynos9820: drop references to Exynos990 #7

Merged
merged 5 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Platform/Samsung/exynos9820/exynos9820.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@
PlatformMemoryMapLib|Silicon/Samsung/Exynos9820Pkg/Library/PlatformMemoryMapLib/PlatformMemoryMapLib.inf
PlatformPeiLib|Silicon/Samsung/Exynos9820Pkg/Library/PlatformPeiLib/PlatformPeiLib.inf
PlatformPrePiLib|Silicon/Samsung/Exynos9820Pkg/Library/PlatformPrePiLib/PlatformPrePiLib.inf
ExynosUfsLib|Silicon/Samsung/Exynos9820Pkg/Library/ExynosUfsLib/ExynosUfsLib.inf

MsPlatformDevicesLib|Silicon/Samsung/Exynos9820Pkg/Library/MsPlatformDevicesLib/MsPlatformDevicesLib.inf
SOCSmbiosInfoLib|Silicon/Samsung/Exynos9820Pkg/Library/SOCSmbiosInfoLib/SOCSmbiosInfoLib.inf

[Components.common]
Silicon/Samsung/Exynos9820Pkg/Library/ExynosUfsLib/ExynosUfsLib.inf
3 changes: 3 additions & 0 deletions Platform/Samsung/exynos9820/exynos9820.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ READ_LOCK_STATUS = TRUE
INF Platform/RenegadePkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf

#ufs
INF Silicon/Samsung/Exynos9820Pkg/Library/ExynosUfsLib/ExynosUfsLib.inf

#
# UEFI applications
#
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = ExynosUfsLib
FILE_GUID = 15AFF33F-2C69-460B-9613-79B967F8EFA6
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = ExynosUfsLib

[Sources]
ufs.c
ufs_dbg.c
scsi.c

[Packages]
ArmPkg/ArmPkg.dec
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
EmbeddedPkg/EmbeddedPkg.dec
Silicon/Samsung/ExynosPkg/ExynosPkg.dec
Silicon/Samsung/Exynos9820Pkg/exynos9820.dec

Loading
Loading