Skip to content

Commit

Permalink
Exynos9820: import UFS driver from e850-96 lk
Browse files Browse the repository at this point in the history
  • Loading branch information
J0SH1X committed Feb 4, 2024
1 parent c7143bc commit 3f0a5bb
Show file tree
Hide file tree
Showing 6 changed files with 2,214 additions and 1,630 deletions.
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

0 comments on commit 3f0a5bb

Please sign in to comment.