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>
Tue, 11 Apr 2017 09:41:21 +0000 (18:41 +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 0a05662e7cec6b9f212cd1e2b4a7435d4668495d..f311c187ac1a248627b0e2c8f41074ebd806ae1c 100644 (file)
@@ -954,6 +954,14 @@ config TARGET_LS1012AFRDM
          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
@@ -1240,6 +1248,7 @@ source "board/olimex/mx23_olinuxino/Kconfig"
 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"
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