summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-21 01:29:01 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-20 15:31:41 -0400
commit939b243286d83fadd364d1e0b575d71aee14affd (patch)
treefc42a06e2022c2ae1c5866310e1ba2b23ec2078a /recipes-kernel
parente13d15397135634010e54cb34cd837bf567fcffa (diff)
downloadmeta-ti-939b243286d83fadd364d1e0b575d71aee14affd.tar.gz
conf/machine,recipes: introduce k2e SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/files/k2e/cmem.dtsi (renamed from recipes-kernel/linux/files/k2e-evm/cmem.dtsi)0
-rw-r--r--recipes-kernel/linux/files/k2e/k2e-uio.dtsi (renamed from recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi)0
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.4.bb7
-rw-r--r--recipes-kernel/linux/ti-uio.inc4
4 files changed, 5 insertions, 6 deletions
diff --git a/recipes-kernel/linux/files/k2e-evm/cmem.dtsi b/recipes-kernel/linux/files/k2e/cmem.dtsi
index 236b0ba8..236b0ba8 100644
--- a/recipes-kernel/linux/files/k2e-evm/cmem.dtsi
+++ b/recipes-kernel/linux/files/k2e/cmem.dtsi
diff --git a/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi b/recipes-kernel/linux/files/k2e/k2e-uio.dtsi
index 052ae97c..052ae97c 100644
--- a/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi
+++ b/recipes-kernel/linux/files/k2e/k2e-uio.dtsi
diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb
index fb83f6a0..bb7cf97e 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb
@@ -39,7 +39,7 @@ RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw"
39 39
40# Add run-time dependency for NETCP PA firmware to the rootfs 40# Add run-time dependency for NETCP PA firmware to the rootfs
41RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" 41RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw"
42RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw" 42RDEPENDS_kernel-base_append_k2e = " netcp-pa-fw"
43RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw" 43RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw"
44 44
45# Add run-time dependency for PRU Ethernet firmware to the rootfs 45# Add run-time dependency for PRU Ethernet firmware to the rootfs
@@ -66,8 +66,7 @@ KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb"
66KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb" 66KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb"
67KERNEL_DEVICETREE_pandaboard = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb" 67KERNEL_DEVICETREE_pandaboard = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb"
68KERNEL_DEVICETREE_k2hk-evm = "keystone-k2hk-evm.dtb" 68KERNEL_DEVICETREE_k2hk-evm = "keystone-k2hk-evm.dtb"
69KERNEL_DEVICETREE_k2e-evm = "keystone-k2e-evm.dtb" 69KERNEL_DEVICETREE_k2e = "keystone-k2e-evm.dtb"
70KERNEL_DEVICETREE_k2e-hs-evm = "${KERNEL_DEVICETREE_k2e-evm}"
71KERNEL_DEVICETREE_k2g-evm = "keystone-k2g-evm.dtb" 70KERNEL_DEVICETREE_k2g-evm = "keystone-k2g-evm.dtb"
72KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb" 71KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb"
73 72
@@ -81,7 +80,7 @@ SRCREV = "4fb4591a4ab1b3ef317fa87af3cd3c06f1a7284b"
81PV = "4.4.21+git${SRCPV}" 80PV = "4.4.21+git${SRCPV}"
82 81
83# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 82# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
84MACHINE_KERNEL_PR_append = "b" 83MACHINE_KERNEL_PR_append = "c"
85PR = "${MACHINE_KERNEL_PR}" 84PR = "${MACHINE_KERNEL_PR}"
86 85
87KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" 86KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
diff --git a/recipes-kernel/linux/ti-uio.inc b/recipes-kernel/linux/ti-uio.inc
index f038bc8d..e7bb87a1 100644
--- a/recipes-kernel/linux/ti-uio.inc
+++ b/recipes-kernel/linux/ti-uio.inc
@@ -1,14 +1,14 @@
1SRC_URI_append_keystone = " file://keystone-uio.dtsi" 1SRC_URI_append_keystone = " file://keystone-uio.dtsi"
2SRC_URI_append_k2hk-evm = " file://k2hk-uio.dtsi" 2SRC_URI_append_k2hk-evm = " file://k2hk-uio.dtsi"
3SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi" 3SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi"
4SRC_URI_append_k2e-evm = " file://k2e-uio.dtsi" 4SRC_URI_append_k2e = " file://k2e-uio.dtsi"
5SRC_URI_append_am57xx-evm = " file://am572x-pru-uio.dtsi" 5SRC_URI_append_am57xx-evm = " file://am572x-pru-uio.dtsi"
6 6
7DTSI_LIST = "" 7DTSI_LIST = ""
8DTSI_LIST_append_keystone = " keystone-uio.dtsi" 8DTSI_LIST_append_keystone = " keystone-uio.dtsi"
9DTSI_LIST_append_k2hk-evm = " k2hk-uio.dtsi" 9DTSI_LIST_append_k2hk-evm = " k2hk-uio.dtsi"
10DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi" 10DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi"
11DTSI_LIST_append_k2e-evm = " k2e-uio.dtsi" 11DTSI_LIST_append_k2e = " k2e-uio.dtsi"
12 12
13KERNEL_DEVICETREE_append_am57xx-evm = "${@base_conditional("ENABLE_TI_UIO_DEVICES", "1", " am572x-idk-pru-excl-uio.dtb", "", d)}" 13KERNEL_DEVICETREE_append_am57xx-evm = "${@base_conditional("ENABLE_TI_UIO_DEVICES", "1", " am572x-idk-pru-excl-uio.dtb", "", d)}"
14 14