1 UTMI PHY configuration 2 ---------------------- 3 In order to configure UTMI, following PCDs are available: 4 5 gMarvellTokenSpaceGuid.PcdUtmiPhyCount 6 7 Indicates how many UTMI PHYs are available on platform. 8 9 Next four PCDs are in unicode string format containing settings for all devices 10 separated with semicolon. 11 12 gMarvellTokenSpaceGuid.PcdUtmiPhyRegUtmiUnit 13 14 Indicates base address of the UTMI unit. 15 16 gMarvellTokenSpaceGuid.PcdUtmiPhyRegUsbCfg 17 18 Indicates address of USB Configuration register. 19 20 gMarvellTokenSpaceGuid.PcdUtmiPhyRegUtmiCfg 21 22 Indicates address of external UTMI configuration. 23 24 gMarvellTokenSpaceGuid.PcdUtmiPhyUtmiPort 25 26 Indicates type of the connected USB port. 27 28 Example 29 ------- 30 #UtmiPhy 31 gMarvellTokenSpaceGuid.PcdUtmiPhyCount|2 32 gMarvellTokenSpaceGuid.PcdUtmiPhyRegUtmiUnit|L"0xF2580000;0xF2581000" 33 gMarvellTokenSpaceGuid.PcdUtmiPhyRegUsbCfg|L"0xF2440420;0xF2440420" 34 gMarvellTokenSpaceGuid.PcdUtmiPhyRegUtmiCfg|L"0xF2440440;0xF2440444" 35 gMarvellTokenSpaceGuid.PcdUtmiPhyUtmiPort|L"0x0;0x1" 36