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
61
62
63
64
65
66
67
68
69
70
71
72
| ## @file
| # Component description file for the CN9131 Development Board (variant A)
| #
| # Copyright (c) 2019 Marvell International Ltd.<BR>
| #
| # SPDX-License-Identifier: BSD-2-Clause-Patent
| #
| ##
|
| ################################################################################
| #
| # Pcd Section - list of all EDK II PCD Entries defined by this Platform
| #
| ################################################################################
| [PcdsFixedAtBuild.common]
| # CP115 count
| gMarvellTokenSpaceGuid.PcdMaxCpCount|2
|
| # MPP
| gMarvellTokenSpaceGuid.PcdMppChipCount|3
|
| # CP115 #1 MPP
| gMarvellTokenSpaceGuid.PcdChip2MppReverseFlag|FALSE
| gMarvellTokenSpaceGuid.PcdChip2MppBaseAddress|0xF4440000
| gMarvellTokenSpaceGuid.PcdChip2MppPinCount|64
| gMarvellTokenSpaceGuid.PcdChip2MppSel0|{ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
| gMarvellTokenSpaceGuid.PcdChip2MppSel1|{ 0x0, 0x0, 0x0, 0x3, 0x3, 0x3, 0x3, 0x0, 0x0, 0x0 }
| gMarvellTokenSpaceGuid.PcdChip2MppSel2|{ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x0 }
| gMarvellTokenSpaceGuid.PcdChip2MppSel3|{ 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x7, 0x2, 0x2, 0x0 }
| gMarvellTokenSpaceGuid.PcdChip2MppSel4|{ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
| gMarvellTokenSpaceGuid.PcdChip2MppSel5|{ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
| gMarvellTokenSpaceGuid.PcdChip2MppSel6|{ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
| # ComPhy
| gMarvellTokenSpaceGuid.PcdComPhyDevices|{ 0x1, 0x1 }
| # ComPhy1
| # 0: PCIE0 5 Gbps
| # 1: PCIE0 5 Gbps
| # 2: UNCONNECTED
| # 3: USB3_HOST1 5 Gbps
| # 4: SFI 10.31 Gbps
| # 5: SATA1 5 Gbps
| gMarvellTokenSpaceGuid.PcdChip1ComPhyTypes|{ $(CP_PCIE0), $(CP_PCIE0), $(CP_UNCONNECTED), $(CP_USB3_HOST1), $(CP_SFI), $(CP_SATA1)}
| gMarvellTokenSpaceGuid.PcdChip1ComPhySpeeds|{ $(CP_5G), $(CP_5G), $(CP_DEFAULT), $(CP_5G), $(CP_10_3125G), $(CP_5G) }
|
| # UtmiPhy
| gMarvellTokenSpaceGuid.PcdUtmiControllersEnabled|{ 0x1, 0x1, 0x0, 0x1 }
| gMarvellTokenSpaceGuid.PcdUtmiPortType|{ $(UTMI_USB_HOST0), $(UTMI_USB_HOST1), $(UTMI_USB_HOST0), $(UTMI_USB_HOST1) }
|
| # MDIO
| gMarvellTokenSpaceGuid.PcdMdioControllersEnabled|{ 0x1, 0x0 }
|
| # PHY
| gMarvellTokenSpaceGuid.PcdPhy2MdioController|{ 0x0, 0x0 }
| gMarvellTokenSpaceGuid.PcdPhyDeviceIds|{ 0x0, 0x0 }
| gMarvellTokenSpaceGuid.PcdPhySmiAddresses|{ 0x0, 0x1 }
| gMarvellTokenSpaceGuid.PcdPhyStartupAutoneg|FALSE
|
| # NET
| gMarvellTokenSpaceGuid.PcdPp2GopIndexes|{ 0x0, 0x2, 0x3, 0x0 }
| gMarvellTokenSpaceGuid.PcdPp2InterfaceAlwaysUp|{ 0x0, 0x0, 0x0, 0x0 }
| gMarvellTokenSpaceGuid.PcdPp2InterfaceSpeed|{ $(PHY_SPEED_10000), $(PHY_SPEED_1000), $(PHY_SPEED_1000), $(PHY_SPEED_10000) }
| gMarvellTokenSpaceGuid.PcdPp2PhyConnectionTypes|{ $(PHY_SFI), $(PHY_RGMII), $(PHY_RGMII), $(PHY_SFI) }
| gMarvellTokenSpaceGuid.PcdPp2PhyIndexes|{ 0xFF, 0x0, 0x1, 0xFF }
| gMarvellTokenSpaceGuid.PcdPp2Port2Controller|{ 0x0, 0x0, 0x0, 0x1 }
| gMarvellTokenSpaceGuid.PcdPp2PortIds|{ 0x0, 0x1, 0x2, 0x0 }
| gMarvellTokenSpaceGuid.PcdPp2Controllers|{ 0x1, 0x1 }
|
| # NonDiscoverableDevices
| gMarvellTokenSpaceGuid.PcdPciEXhci|{ 0x1, 0x1, 0x0, 0x1 }
| gMarvellTokenSpaceGuid.PcdPciEAhci|{ 0x1, 0x1 }
| gMarvellTokenSpaceGuid.PcdPciESdhci|{ 0x1, 0x1 }
|
|