summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-21 01:22:12 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-20 18:13:40 -0400
commit0eb32bd451b52c8b87943597051281f252b54dc4 (patch)
tree03b45a2e1106afb67857f8e8d096b533127a30de /recipes-kernel
parent2c6ee92c3b361c4f3d78b4acec80990ea382f7d7 (diff)
downloadmeta-ti-0eb32bd451b52c8b87943597051281f252b54dc4.tar.gz
conf, recipes: introduce k2l family and add support for k2l-hs-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/files/k2l/cmem.dtsi (renamed from recipes-kernel/linux/files/k2l-evm/cmem.dtsi)0
-rw-r--r--recipes-kernel/linux/files/k2l/k2l-uio.dtsi (renamed from recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi)0
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.14.bb2
-rw-r--r--recipes-kernel/linux/ti-uio.inc4
4 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/files/k2l-evm/cmem.dtsi b/recipes-kernel/linux/files/k2l/cmem.dtsi
index da389e5d..da389e5d 100644
--- a/recipes-kernel/linux/files/k2l-evm/cmem.dtsi
+++ b/recipes-kernel/linux/files/k2l/cmem.dtsi
diff --git a/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi b/recipes-kernel/linux/files/k2l/k2l-uio.dtsi
index a1b2e07e..a1b2e07e 100644
--- a/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
+++ b/recipes-kernel/linux/files/k2l/k2l-uio.dtsi
diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb
index bce683f2..7230bf45 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.14.bb
@@ -40,7 +40,7 @@ RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw"
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 = " netcp-pa-fw" 41RDEPENDS_kernel-base_append_k2hk = " netcp-pa-fw"
42RDEPENDS_kernel-base_append_k2e = " 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 = " 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
46RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" 46RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw"
diff --git a/recipes-kernel/linux/ti-uio.inc b/recipes-kernel/linux/ti-uio.inc
index 852c9ab2..6fc397e5 100644
--- a/recipes-kernel/linux/ti-uio.inc
+++ b/recipes-kernel/linux/ti-uio.inc
@@ -1,6 +1,6 @@
1SRC_URI_append_keystone = " file://keystone-uio.dtsi" 1SRC_URI_append_keystone = " file://keystone-uio.dtsi"
2SRC_URI_append_k2hk = " file://k2hk-uio.dtsi" 2SRC_URI_append_k2hk = " file://k2hk-uio.dtsi"
3SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi" 3SRC_URI_append_k2l = " file://k2l-uio.dtsi"
4SRC_URI_append_k2e = " file://k2e-uio.dtsi" 4SRC_URI_append_k2e = " file://k2e-uio.dtsi"
5SRC_URI_append_k2g = " file://keystone-k2g-pru-uio.dtsi" 5SRC_URI_append_k2g = " file://keystone-k2g-pru-uio.dtsi"
6SRC_URI_append_dra7xx = " file://am57xx-pru-uio.dtsi \ 6SRC_URI_append_dra7xx = " file://am57xx-pru-uio.dtsi \
@@ -12,7 +12,7 @@ SRC_URI_append_ti43x = " file://am437x-pru-uio.dtsi"
12DTSI_LIST = "" 12DTSI_LIST = ""
13DTSI_LIST_append_keystone = " keystone-uio.dtsi" 13DTSI_LIST_append_keystone = " keystone-uio.dtsi"
14DTSI_LIST_append_k2hk = " k2hk-uio.dtsi" 14DTSI_LIST_append_k2hk = " k2hk-uio.dtsi"
15DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi" 15DTSI_LIST_append_k2l = " k2l-uio.dtsi"
16DTSI_LIST_append_k2e = " k2e-uio.dtsi" 16DTSI_LIST_append_k2e = " k2e-uio.dtsi"
17 17
18do_setup_uio() { 18do_setup_uio() {