summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-05-19 19:51:28 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-05-21 15:15:42 -0400
commit4be60cf6cf44ac270bf5a106d63830a03cba1d76 (patch)
treef28a8ed7620a733dc82cfe178f0257cf13b25eae
parent39b137a0699fa04eaa1cd9c55343b46b6de90b07 (diff)
downloadmeta-ti-4be60cf6cf44ac270bf5a106d63830a03cba1d76.tar.gz
keystone: machine config: change machine config name from keystone-evm to k2hk-evm
Keystone II SOC family has multiple devices and EVMs: k2hk, k2l and k2e, each EVM should have a separate machine config, and share the common keystone SOC family. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/k2hk-evm.conf (renamed from conf/machine/keystone-evm.conf)4
-rw-r--r--recipes-bsp/boot-monitor/boot-monitor_git.bb2
-rw-r--r--recipes-kernel/linux/linux-keystone-rt_3.10.bb2
-rw-r--r--recipes-kernel/linux/linux-keystone_3.10.bb2
4 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/keystone-evm.conf b/conf/machine/k2hk-evm.conf
index 088e524a..4b05f402 100644
--- a/conf/machine/keystone-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -1,6 +1,6 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Keystone 2 machine 2#@NAME: Keystone 2 K2HK machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK EVM
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/keystone.inc
6 6
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 7c5e9cf0..c3d41f54 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -9,7 +9,7 @@ BOOT_MONITOR_MAKE_TARGET ?= "all"
9 9
10LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" 10LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
11 11
12COMPATIBLE_MACHINE = "keystone-evm" 12COMPATIBLE_MACHINE = "keystone"
13 13
14SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" 14SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
15 15
diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
index cbd02d61..eb4bbd2e 100644
--- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
@@ -13,7 +13,7 @@ require recipes-kernel/linux/setup-defconfig.inc
13MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" 13MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
14PR = "${MACHINE_KERNEL_PR}" 14PR = "${MACHINE_KERNEL_PR}"
15 15
16KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb" 16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
17 17
18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
19 19
diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone_3.10.bb
index 54cb86ac..93b5481c 100644
--- a/recipes-kernel/linux/linux-keystone_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone_3.10.bb
@@ -13,7 +13,7 @@ require recipes-kernel/linux/setup-defconfig.inc
13MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" 13MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
14PR = "${MACHINE_KERNEL_PR}" 14PR = "${MACHINE_KERNEL_PR}"
15 15
16KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb" 16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
17 17
18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
19 19