hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#/** @file
#  INF file for the eMMC Host Protocol implementation for the DesignWare MMC.
#
#  WARNING:
#  This driver fails to follow the UEFI driver model without a good
#  reason, and only remains in the tree because it is still used by
#  a small number of platforms. It will be removed when no longer used.
#
#  Copyright (c) 2014-2017, Linaro Limited. All rights reserved.
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
 
[Defines]
  INF_VERSION                    = 0x00010019
  BASE_NAME                      = DwEmmcDxe
  FILE_GUID                      = 8500ef02-317d-11ec-95b4-f42a7dcb925d
  MODULE_TYPE                    = DXE_DRIVER
  VERSION_STRING                 = 1.0
 
  ENTRY_POINT                    = DwEmmcDxeInitialize
 
[Sources.common]
  DwEmmcDxe.c
 
[Packages]
  EmbeddedPkg/EmbeddedPkg.dec
  MdePkg/MdePkg.dec
  Silicon/Rockchip/Drivers/DwEmmcDxe/DwEmmcDxe.dec
  Silicon/Rockchip/RockchipPkg.dec
 
[LibraryClasses]
  ArmLib
  BaseLib
  BaseMemoryLib
  CacheMaintenanceLib
  IoLib
  MemoryAllocationLib
  TimerLib
  UefiDriverEntryPoint
  UefiLib
  RockchipPlatfromLib
  CruLib
 
[Protocols]
  gEfiCpuArchProtocolGuid
  gEfiDevicePathProtocolGuid
  gEmbeddedMmcHostProtocolGuid
 
[Pcd]
  gDesignWareTokenSpaceGuid.PcdDwEmmcDxeBaseAddress
  gDesignWareTokenSpaceGuid.PcdDwEmmcDxeClockFrequencyInHz
  gDesignWareTokenSpaceGuid.PcdDwEmmcDxeMaxClockFreqInHz
  gDesignWareTokenSpaceGuid.PcdDwEmmcDxeFifoDepth
  gDesignWareTokenSpaceGuid.PcdDwPermitObsoleteDrivers
 
[Depex]
  TRUE