The LS1088A Reference design board (RDB) is a high-performance
development platform that supports the QorIQ LS1088A
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"
source "board/hisilicon/poplar/Kconfig"
source "board/isee/igep003x/Kconfig"
source "board/myir/mys_6ulx/Kconfig"
+source "board/samsung/tm2/Kconfig"
source "board/spear/spear300/Kconfig"
source "board/spear/spear310/Kconfig"
source "board/spear/spear320/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