2014-08-31 07:11:00 +09:00
|
|
|
if ARCH_EXYNOS
|
|
|
|
|
|
|
|
choice
|
2016-04-23 22:18:12 +05:30
|
|
|
prompt "EXYNOS architecture type select"
|
2015-05-12 14:46:23 -05:00
|
|
|
optional
|
2014-08-31 07:11:00 +09:00
|
|
|
|
2016-04-23 22:18:12 +05:30
|
|
|
config ARCH_EXYNOS4
|
|
|
|
bool "Exynos4 SoC family"
|
|
|
|
select CPU_V7
|
2017-01-23 13:31:20 -07:00
|
|
|
select BOARD_EARLY_INIT_F
|
2016-04-23 22:18:12 +05:30
|
|
|
help
|
|
|
|
Samsung Exynos4 SoC family are based on ARM Cortex-A9 CPU. There
|
|
|
|
are multiple SoCs in this family including Exynos4210, Exynos4412,
|
|
|
|
and Exynos4212.
|
|
|
|
|
|
|
|
config ARCH_EXYNOS5
|
|
|
|
bool "Exynos5 SoC family"
|
|
|
|
select CPU_V7
|
2017-01-23 13:31:20 -07:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-05-15 12:17:49 -04:00
|
|
|
select SHA_HW_ACCEL
|
2017-05-19 17:26:58 +01:00
|
|
|
imply CRC32_VERIFY
|
2017-05-17 03:25:25 -06:00
|
|
|
imply CMD_HASH
|
2017-05-19 17:26:58 +01:00
|
|
|
imply HASH_VERIFY
|
2016-04-23 22:18:12 +05:30
|
|
|
help
|
|
|
|
Samsung Exynos5 SoC family are based on ARM Cortex-A15 CPU (and
|
|
|
|
Cortex-A7 CPU in big.LITTLE configuration). There are multiple SoCs
|
|
|
|
in this family including Exynos5250, Exynos5420 and Exynos5800.
|
|
|
|
|
2016-04-23 22:18:13 +05:30
|
|
|
config ARCH_EXYNOS7
|
|
|
|
bool "Exynos7 SoC family"
|
|
|
|
select ARM64
|
2017-01-23 13:31:20 -07:00
|
|
|
select BOARD_EARLY_INIT_F
|
2016-04-23 22:18:13 +05:30
|
|
|
help
|
|
|
|
Samsung Exynos7 SoC family are based on ARM Cortex-A57 CPU or
|
|
|
|
Cortex-A53 CPU (and some in a big.LITTLE configuration). There are
|
|
|
|
multiple SoCs in this family including Exynos7420.
|
|
|
|
|
2016-04-23 22:18:12 +05:30
|
|
|
endchoice
|
|
|
|
|
|
|
|
if ARCH_EXYNOS4
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "EXYNOS4 board select"
|
|
|
|
|
2014-08-31 07:11:00 +09:00
|
|
|
config TARGET_SMDKV310
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2014-08-31 07:11:00 +09:00
|
|
|
bool "Exynos4210 SMDKV310 board"
|
2015-02-24 22:26:21 +09:00
|
|
|
select OF_CONTROL
|
2014-08-31 07:11:00 +09:00
|
|
|
|
|
|
|
config TARGET_TRATS
|
|
|
|
bool "Exynos4210 Trats board"
|
|
|
|
|
|
|
|
config TARGET_S5PC210_UNIVERSAL
|
|
|
|
bool "EXYNOS4210 Universal C210 board"
|
|
|
|
|
|
|
|
config TARGET_ORIGEN
|
|
|
|
bool "Exynos4412 Origen board"
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2014-08-31 07:11:00 +09:00
|
|
|
|
|
|
|
config TARGET_TRATS2
|
|
|
|
bool "Exynos4412 Trat2 board"
|
|
|
|
|
2014-09-01 13:50:53 +02:00
|
|
|
config TARGET_ODROID
|
|
|
|
bool "Exynos4412 Odroid board"
|
|
|
|
|
2016-04-23 22:18:12 +05:30
|
|
|
endchoice
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ARCH_EXYNOS5
|
|
|
|
|
2016-09-12 23:18:39 -06:00
|
|
|
config SPL_GPIO_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:41 -06:00
|
|
|
config SPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:43 -06:00
|
|
|
config SPL_LIBGENERIC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-04-23 22:18:12 +05:30
|
|
|
choice
|
|
|
|
prompt "EXYNOS5 board select"
|
|
|
|
|
2014-12-12 14:45:45 +09:00
|
|
|
config TARGET_ODROID_XU3
|
|
|
|
bool "Exynos5422 Odroid board"
|
|
|
|
select OF_CONTROL
|
|
|
|
|
2014-08-31 07:11:00 +09:00
|
|
|
config TARGET_ARNDALE
|
|
|
|
bool "Exynos5250 Arndale board"
|
2017-03-07 07:13:42 -05:00
|
|
|
select ARM_ERRATA_773022
|
|
|
|
select ARM_ERRATA_774769
|
2014-11-14 09:34:30 +01:00
|
|
|
select CPU_V7_HAS_NONSEC
|
|
|
|
select CPU_V7_HAS_VIRT
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2015-02-24 22:26:21 +09:00
|
|
|
select OF_CONTROL
|
2014-08-31 07:11:00 +09:00
|
|
|
|
|
|
|
config TARGET_SMDK5250
|
|
|
|
bool "SMDK5250 board"
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2015-02-24 22:26:21 +09:00
|
|
|
select OF_CONTROL
|
2014-08-31 07:11:00 +09:00
|
|
|
|
|
|
|
config TARGET_SNOW
|
|
|
|
bool "Snow board"
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2015-02-24 22:26:21 +09:00
|
|
|
select OF_CONTROL
|
2014-08-31 07:11:00 +09:00
|
|
|
|
2015-08-03 08:19:37 -06:00
|
|
|
config TARGET_SPRING
|
|
|
|
bool "Spring board"
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select OF_CONTROL
|
|
|
|
select SPL_DISABLE_OF_CONTROL
|
|
|
|
|
2014-08-31 07:11:00 +09:00
|
|
|
config TARGET_SMDK5420
|
|
|
|
bool "SMDK5420 board"
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2015-02-24 22:26:21 +09:00
|
|
|
select OF_CONTROL
|
2014-08-31 07:11:00 +09:00
|
|
|
|
2014-11-13 22:38:17 +05:30
|
|
|
config TARGET_PEACH_PI
|
2014-08-31 07:11:00 +09:00
|
|
|
bool "Peach Pi board"
|
2014-10-20 17:45:56 +09:00
|
|
|
select SUPPORT_SPL
|
2015-02-24 22:26:21 +09:00
|
|
|
select OF_CONTROL
|
2014-08-31 07:11:00 +09:00
|
|
|
|
2014-11-13 22:38:17 +05:30
|
|
|
config TARGET_PEACH_PIT
|
|
|
|
bool "Peach Pit board"
|
|
|
|
select SUPPORT_SPL
|
2015-02-24 22:26:21 +09:00
|
|
|
select OF_CONTROL
|
2014-11-13 22:38:17 +05:30
|
|
|
|
2014-08-31 07:11:00 +09:00
|
|
|
endchoice
|
2016-04-23 22:18:12 +05:30
|
|
|
endif
|
2014-08-31 07:11:00 +09:00
|
|
|
|
2016-04-23 22:18:14 +05:30
|
|
|
if ARCH_EXYNOS7
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "EXYNOS7 board select"
|
|
|
|
|
|
|
|
config TARGET_ESPRESSO7420
|
|
|
|
bool "ESPRESSO7420 board"
|
|
|
|
select ARM64
|
2016-11-16 18:49:16 +05:30
|
|
|
select ARMV8_MULTIENTRY
|
2016-04-23 22:18:14 +05:30
|
|
|
select SUPPORT_SPL
|
|
|
|
select OF_CONTROL
|
|
|
|
select SPL_DISABLE_OF_CONTROL
|
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_EXYNOS7420
|
|
|
|
select CLK_EXYNOS
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
endif
|
|
|
|
|
2014-08-31 07:11:00 +09:00
|
|
|
config SYS_SOC
|
|
|
|
default "exynos"
|
|
|
|
|
|
|
|
source "board/samsung/smdkv310/Kconfig"
|
|
|
|
source "board/samsung/trats/Kconfig"
|
|
|
|
source "board/samsung/universal_c210/Kconfig"
|
|
|
|
source "board/samsung/origen/Kconfig"
|
|
|
|
source "board/samsung/trats2/Kconfig"
|
2014-09-01 13:50:53 +02:00
|
|
|
source "board/samsung/odroid/Kconfig"
|
2014-08-31 07:11:00 +09:00
|
|
|
source "board/samsung/arndale/Kconfig"
|
|
|
|
source "board/samsung/smdk5250/Kconfig"
|
|
|
|
source "board/samsung/smdk5420/Kconfig"
|
2016-04-23 22:18:14 +05:30
|
|
|
source "board/samsung/espresso7420/Kconfig"
|
2014-08-31 07:11:00 +09:00
|
|
|
|
2017-08-03 23:23:55 +02:00
|
|
|
config SPL_LDSCRIPT
|
|
|
|
default "board/samsung/common/exynos-uboot-spl.lds" if ARCH_EXYNOS5 || ARCH_EXYNOS4
|
|
|
|
|
2014-08-31 07:11:00 +09:00
|
|
|
endif
|