development platform that supports the QorIQ LS1012A
Layerscape Architecture processor.
+config TARGET_TM2
+ bool "Support Samsung Exynos5433 TM2 board"
+ select ARM64
+ select DM
+ select DM_SERIAL
+ help
+ Support for Samsung Exynos5433 TM2 platform.
+
config TARGET_LS1021AQDS
bool "Support ls1021aqds"
select BOARD_LATE_INIT
source "board/phytec/pcm051/Kconfig"
source "board/phytec/pcm052/Kconfig"
source "board/ppcag/bg0900/Kconfig"
+source "board/samsung/tm2/Kconfig"
source "board/sandisk/sansa_fuze_plus/Kconfig"
source "board/schulercontrol/sc_sps_1/Kconfig"
source "board/siemens/draco/Kconfig"
--- /dev/null
+if TARGET_TM2
+
+config SYS_BOARD
+ default "tm2"
+
+config SYS_VENDOR
+ default "samsung"
+
+config SYS_SOC
+ default "exynos5433"
+
+config SYS_CONFIG_NAME
+ default "tm2"
+
+config TPL_TM2
+ bool "TPL TM2"
+ default y
+
+config MAX_I2C_NUM
+ int "Maximum i2c Number"
+
+config S5P_SERIAL
+ bool "Support S5P serial"
+ default y
+
+config SYS_NO_FLASH
+ bool "No flash anything"
+ default y
+
+endif
--- /dev/null
+#
+# Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
+# Lukasz Majewski <l.majewski@samsung.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y := tm2.o