2015-05-29 08:30:01 +00:00
|
|
|
if ARCH_UNIPHIER
|
2014-10-03 10:21:07 +00:00
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2014-12-05 15:03:22 +00:00
|
|
|
default "uniphier"
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2016-06-17 10:24:27 +00:00
|
|
|
config ARCH_UNIPHIER_32BIT
|
|
|
|
bool
|
2018-07-23 13:55:15 +00:00
|
|
|
select ARCH_SUPPORT_PSCI
|
|
|
|
select ARMV7_NONSEC
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2016-08-10 07:08:49 +00:00
|
|
|
select CPU_V7_HAS_NONSEC
|
2016-06-17 10:24:27 +00:00
|
|
|
|
2016-02-26 09:59:42 +00:00
|
|
|
choice
|
|
|
|
prompt "UniPhier SoC select"
|
2017-10-13 10:22:09 +00:00
|
|
|
default ARCH_UNIPHIER_V7_MULTI
|
2016-02-26 09:59:42 +00:00
|
|
|
|
|
|
|
config ARCH_UNIPHIER_LD4_SLD8
|
2017-01-21 09:05:22 +00:00
|
|
|
bool "UniPhier LD4/sLD8 SoCs"
|
2016-06-17 10:24:27 +00:00
|
|
|
select ARCH_UNIPHIER_32BIT
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2017-09-15 12:43:20 +00:00
|
|
|
config ARCH_UNIPHIER_V7_MULTI
|
|
|
|
bool "UniPhier Pro4/Pro5/PXs2/LD6b SoCs"
|
2016-06-17 10:24:27 +00:00
|
|
|
select ARCH_UNIPHIER_32BIT
|
2016-02-26 09:59:42 +00:00
|
|
|
|
2017-01-21 09:05:22 +00:00
|
|
|
config ARCH_UNIPHIER_V8_MULTI
|
|
|
|
bool "UniPhier V8 SoCs"
|
|
|
|
depends on !SPL
|
2017-07-13 11:32:15 +00:00
|
|
|
select ARM64
|
|
|
|
select CMD_UNZIP
|
2016-04-21 05:43:18 +00:00
|
|
|
|
2016-02-26 09:59:42 +00:00
|
|
|
endchoice
|
|
|
|
|
2016-03-18 07:41:43 +00:00
|
|
|
config ARCH_UNIPHIER_LD4
|
2017-01-21 09:05:22 +00:00
|
|
|
bool "Enable UniPhier LD4 SoC support"
|
2016-02-26 09:59:42 +00:00
|
|
|
depends on ARCH_UNIPHIER_LD4_SLD8
|
|
|
|
default y
|
2015-07-21 05:04:22 +00:00
|
|
|
|
2016-03-18 07:41:43 +00:00
|
|
|
config ARCH_UNIPHIER_SLD8
|
2017-01-21 09:05:22 +00:00
|
|
|
bool "Enable UniPhier sLD8 SoC support"
|
2016-02-26 09:59:42 +00:00
|
|
|
depends on ARCH_UNIPHIER_LD4_SLD8
|
|
|
|
default y
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2017-09-15 12:43:20 +00:00
|
|
|
config ARCH_UNIPHIER_PRO4
|
|
|
|
bool "Enable UniPhier Pro4 SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_V7_MULTI
|
|
|
|
default y
|
|
|
|
|
2016-03-18 07:41:43 +00:00
|
|
|
config ARCH_UNIPHIER_PRO5
|
2017-01-21 09:05:22 +00:00
|
|
|
bool "Enable UniPhier Pro5 SoC support"
|
2017-09-15 12:43:20 +00:00
|
|
|
depends on ARCH_UNIPHIER_V7_MULTI
|
2016-02-26 09:59:42 +00:00
|
|
|
default y
|
2015-09-21 15:27:40 +00:00
|
|
|
|
2016-03-18 07:41:43 +00:00
|
|
|
config ARCH_UNIPHIER_PXS2
|
2017-01-21 09:05:22 +00:00
|
|
|
bool "Enable UniPhier Pxs2 SoC support"
|
2017-09-15 12:43:20 +00:00
|
|
|
depends on ARCH_UNIPHIER_V7_MULTI
|
2016-02-26 09:59:42 +00:00
|
|
|
default y
|
2015-09-21 15:27:41 +00:00
|
|
|
|
2016-03-18 07:41:43 +00:00
|
|
|
config ARCH_UNIPHIER_LD6B
|
2017-01-21 09:05:22 +00:00
|
|
|
bool "Enable UniPhier LD6b SoC support"
|
2017-09-15 12:43:20 +00:00
|
|
|
depends on ARCH_UNIPHIER_V7_MULTI
|
2016-02-26 09:59:42 +00:00
|
|
|
default y
|
2015-09-21 15:27:41 +00:00
|
|
|
|
2017-01-21 09:05:22 +00:00
|
|
|
config ARCH_UNIPHIER_LD11
|
2017-07-13 11:32:15 +00:00
|
|
|
bool "Enable UniPhier LD11 SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_V8_MULTI
|
2017-01-21 09:05:22 +00:00
|
|
|
default y
|
|
|
|
|
|
|
|
config ARCH_UNIPHIER_LD20
|
2017-07-13 11:32:15 +00:00
|
|
|
bool "Enable UniPhier LD20 SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_V8_MULTI
|
2017-01-21 09:05:22 +00:00
|
|
|
default y
|
2018-07-23 13:55:15 +00:00
|
|
|
select OF_BOARD_SETUP
|
2017-01-21 09:05:22 +00:00
|
|
|
|
2017-01-21 09:05:31 +00:00
|
|
|
config ARCH_UNIPHIER_PXS3
|
|
|
|
bool "Enable UniPhier PXs3 SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_V8_MULTI
|
|
|
|
default y
|
|
|
|
|
2016-08-10 07:08:45 +00:00
|
|
|
config CACHE_UNIPHIER
|
|
|
|
bool "Enable the UniPhier L2 cache controller"
|
|
|
|
depends on ARCH_UNIPHIER_32BIT
|
|
|
|
default y
|
2018-07-23 13:55:15 +00:00
|
|
|
select SYS_CACHE_SHIFT_7
|
2016-08-10 07:08:45 +00:00
|
|
|
help
|
|
|
|
This option allows to use the UniPhier System Cache as L2 cache.
|
|
|
|
|
2015-09-11 11:17:45 +00:00
|
|
|
config MICRO_SUPPORT_CARD
|
|
|
|
bool "Use Micro Support Card"
|
2014-12-05 15:03:21 +00:00
|
|
|
help
|
2015-09-11 11:17:45 +00:00
|
|
|
This option provides support for the expansion board, available
|
|
|
|
on some UniPhier reference boards.
|
2014-12-05 15:03:21 +00:00
|
|
|
|
|
|
|
Say Y to use the on-board UART, Ether, LED devices.
|
|
|
|
|
2014-10-20 11:45:22 +00:00
|
|
|
config CMD_PINMON
|
|
|
|
bool "Enable boot mode pins monitor command"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
The command "pinmon" shows the state of the boot mode pins.
|
|
|
|
The boot mode pins are latched when the system reset is deasserted
|
|
|
|
and determine which device the system should load a boot image from.
|
|
|
|
|
2014-12-19 11:20:53 +00:00
|
|
|
config CMD_DDRPHY_DUMP
|
|
|
|
bool "Enable dump command of DDR PHY parameters"
|
2016-10-27 14:47:09 +00:00
|
|
|
depends on ARCH_UNIPHIER_LD4 || ARCH_UNIPHIER_PRO4 || \
|
|
|
|
ARCH_UNIPHIER_SLD8 || ARCH_UNIPHIER_LD11
|
2016-03-18 07:41:47 +00:00
|
|
|
default y
|
2014-12-19 11:20:53 +00:00
|
|
|
help
|
|
|
|
The command "ddrphy" shows the resulting parameters of DDR PHY
|
|
|
|
training; it is useful for the evaluation of DDR PHY training.
|
|
|
|
|
2016-01-08 16:51:15 +00:00
|
|
|
config CMD_DDRMPHY_DUMP
|
|
|
|
bool "Enable dump command of DDR Multi PHY parameters"
|
2016-03-18 07:41:43 +00:00
|
|
|
depends on ARCH_UNIPHIER_PXS2 || ARCH_UNIPHIER_LD6B
|
2016-03-18 07:41:47 +00:00
|
|
|
default y
|
2016-01-08 16:51:15 +00:00
|
|
|
help
|
|
|
|
The command "ddrmphy" shows the resulting parameters of DDR Multi PHY
|
|
|
|
training; it is useful for the evaluation of DDR Multi PHY training.
|
|
|
|
|
2017-10-17 12:19:42 +00:00
|
|
|
config SYS_SOC
|
|
|
|
default "uniphier-v7" if ARCH_UNIPHIER_LD4_SLD8 || ARCH_UNIPHIER_V7_MULTI
|
2015-05-29 08:30:01 +00:00
|
|
|
endif
|