hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
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
60
# Copyright (C) 2016 Marvell International Ltd.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
 
[Defines]
  INF_VERSION                    = 0x00010005
  BASE_NAME                      = MarvellComPhyLib
  FILE_GUID                      = 3314541a-9647-4a37-b8c6-24e000900e4e
  MODULE_TYPE                    = BASE
  VERSION_STRING                 = 1.0
  LIBRARY_CLASS                  = ComPhyLib
 
[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  EmbeddedPkg/EmbeddedPkg.dec
  ArmPkg/ArmPkg.dec
  ArmPlatformPkg/ArmPlatformPkg.dec
  Silicon/Marvell/Marvell.dec
 
[LibraryClasses]
  ArmLib
  ArmSmcLib
  DebugLib
  MemoryAllocationLib
  PcdLib
  SampleAtResetLib
  IoLib
  UefiBootServicesTableLib
 
[Sources.common]
  ComPhyLib.c
  ComPhyCp110.c
 
[Protocols]
  gMarvellBoardDescProtocolGuid  ## CONSUMES
 
[FixedPcd]
  gMarvellTokenSpaceGuid.PcdComPhyDevices
 
  #Chip0
  gMarvellTokenSpaceGuid.PcdChip0ComPhyTypes
  gMarvellTokenSpaceGuid.PcdChip0ComPhySpeeds
  gMarvellTokenSpaceGuid.PcdChip0ComPhyInvFlags
 
  #Chip1
  gMarvellTokenSpaceGuid.PcdChip1ComPhyTypes
  gMarvellTokenSpaceGuid.PcdChip1ComPhySpeeds
  gMarvellTokenSpaceGuid.PcdChip1ComPhyInvFlags
 
  #Chip2
  gMarvellTokenSpaceGuid.PcdChip2ComPhyTypes
  gMarvellTokenSpaceGuid.PcdChip2ComPhySpeeds
  gMarvellTokenSpaceGuid.PcdChip2ComPhyInvFlags
 
  #Chip3
  gMarvellTokenSpaceGuid.PcdChip3ComPhyTypes
  gMarvellTokenSpaceGuid.PcdChip3ComPhySpeeds
  gMarvellTokenSpaceGuid.PcdChip3ComPhyInvFlags