6 config ARCH_UNIPHIER_32BIT
10 config ARCH_UNIPHIER_64BIT
13 select SPL_SEPARATE_BSS
14 select ARMV8_MULTIENTRY
17 prompt "UniPhier SoC select"
18 default ARCH_UNIPHIER_PRO4
20 config ARCH_UNIPHIER_SLD3
21 bool "UniPhier PH1-sLD3 SoC"
22 select ARCH_UNIPHIER_32BIT
24 config ARCH_UNIPHIER_LD4_SLD8
25 bool "UniPhier PH1-LD4/PH1-sLD8 SoC"
26 select ARCH_UNIPHIER_32BIT
28 config ARCH_UNIPHIER_PRO4
29 bool "UniPhier PH1-Pro4 SoC"
30 select ARCH_UNIPHIER_32BIT
32 config ARCH_UNIPHIER_PRO5_PXS2_LD6B
33 bool "UniPhier PH1-Pro5/ProXstream2/PH1-LD6b SoC"
34 select ARCH_UNIPHIER_32BIT
36 config ARCH_UNIPHIER_LD11
37 bool "UniPhier PH1-LD11 SoC"
38 select ARCH_UNIPHIER_64BIT
40 config ARCH_UNIPHIER_LD20
41 bool "UniPhier PH1-LD20 SoC"
42 select ARCH_UNIPHIER_64BIT
47 config ARCH_UNIPHIER_LD4
48 bool "Enable UniPhier PH1-LD4 SoC support"
49 depends on ARCH_UNIPHIER_LD4_SLD8
52 config ARCH_UNIPHIER_SLD8
53 bool "Enable UniPhier PH1-sLD8 SoC support"
54 depends on ARCH_UNIPHIER_LD4_SLD8
57 config ARCH_UNIPHIER_PRO5
58 bool "Enable UniPhier PH1-Pro5 SoC support"
59 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
62 config ARCH_UNIPHIER_PXS2
63 bool "Enable UniPhier ProXstream2 SoC support"
64 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
67 config ARCH_UNIPHIER_LD6B
68 bool "Enable UniPhier PH1-LD6b SoC support"
69 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
72 config MICRO_SUPPORT_CARD
73 bool "Use Micro Support Card"
75 This option provides support for the expansion board, available
76 on some UniPhier reference boards.
78 Say Y to use the on-board UART, Ether, LED devices.
81 bool "Enable boot mode pins monitor command"
84 The command "pinmon" shows the state of the boot mode pins.
85 The boot mode pins are latched when the system reset is deasserted
86 and determine which device the system should load a boot image from.
88 config CMD_DDRPHY_DUMP
89 bool "Enable dump command of DDR PHY parameters"
90 depends on ARCH_UNIPHIER_LD4 || ARCH_UNIPHIER_PRO4 || ARCH_UNIPHIER_SLD8
93 The command "ddrphy" shows the resulting parameters of DDR PHY
94 training; it is useful for the evaluation of DDR PHY training.
96 config CMD_DDRMPHY_DUMP
97 bool "Enable dump command of DDR Multi PHY parameters"
98 depends on ARCH_UNIPHIER_PXS2 || ARCH_UNIPHIER_LD6B
101 The command "ddrmphy" shows the resulting parameters of DDR Multi PHY
102 training; it is useful for the evaluation of DDR Multi PHY training.