TPL: TM2: kconfig: Initial kconfig support for Samsung Exynos5433 TM2 board
authorLukasz Majewski <l.majewski@samsung.com>
Thu, 12 May 2016 10:38:22 +0000 (12:38 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 10 Oct 2019 04:38:36 +0000 (13:38 +0900)
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
arch/arm/Kconfig
board/samsung/tm2/Kconfig [new file with mode: 0644]
board/samsung/tm2/Makefile [new file with mode: 0644]

index 3b0e315..0063347 100644 (file)
@@ -1339,6 +1339,13 @@ config TARGET_LS1088ARDB
          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"
@@ -1795,6 +1802,7 @@ source "board/hisilicon/hikey960/Kconfig"
 source "board/hisilicon/poplar/Kconfig"
 source "board/isee/igep003x/Kconfig"
 source "board/phytec/pcm051/Kconfig"
+source "board/samsung/tm2/Kconfig"
 source "board/silica/pengwyn/Kconfig"
 source "board/spear/spear300/Kconfig"
 source "board/spear/spear310/Kconfig"
diff --git a/board/samsung/tm2/Kconfig b/board/samsung/tm2/Kconfig
new file mode 100644 (file)
index 0000000..907f423
--- /dev/null
@@ -0,0 +1,30 @@
+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
diff --git a/board/samsung/tm2/Makefile b/board/samsung/tm2/Makefile
new file mode 100644 (file)
index 0000000..5362177
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# 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