diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-04-21 01:22:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-24 16:00:13 -0400 |
commit | 4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b (patch) | |
tree | 70e246942b84998e3eb0c4c2c27f68eca6e270b4 /recipes-kernel | |
parent | 799cbdf39afa2b8edf46a9befa5b250810ee4197 (diff) | |
download | meta-ti-4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b.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.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/ti-uio.inc | 4 |
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 1f9b2ad0..376bc975 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_PACKAGE_NAME}-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 |
41 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2hk = " netcp-pa-fw" | 41 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2hk = " netcp-pa-fw" |
42 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2e = " netcp-pa-fw" | 42 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2e = " netcp-pa-fw" |
43 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2l-evm = " netcp-pa-fw" | 43 | RDEPENDS_${KERNEL_PACKAGE_NAME}-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 |
46 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw" | 46 | RDEPENDS_${KERNEL_PACKAGE_NAME}-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 @@ | |||
1 | SRC_URI_append_keystone = " file://keystone-uio.dtsi" | 1 | SRC_URI_append_keystone = " file://keystone-uio.dtsi" |
2 | SRC_URI_append_k2hk = " file://k2hk-uio.dtsi" | 2 | SRC_URI_append_k2hk = " file://k2hk-uio.dtsi" |
3 | SRC_URI_append_k2l-evm = " file://k2l-uio.dtsi" | 3 | SRC_URI_append_k2l = " file://k2l-uio.dtsi" |
4 | SRC_URI_append_k2e = " file://k2e-uio.dtsi" | 4 | SRC_URI_append_k2e = " file://k2e-uio.dtsi" |
5 | SRC_URI_append_k2g = " file://keystone-k2g-pru-uio.dtsi" | 5 | SRC_URI_append_k2g = " file://keystone-k2g-pru-uio.dtsi" |
6 | SRC_URI_append_dra7xx = " file://am57xx-pru-uio.dtsi \ | 6 | SRC_URI_append_dra7xx = " file://am57xx-pru-uio.dtsi \ |
@@ -12,7 +12,7 @@ SRC_URI_append_ti43x = " file://am437x-pru-uio.dtsi" | |||
12 | DTSI_LIST = "" | 12 | DTSI_LIST = "" |
13 | DTSI_LIST_append_keystone = " keystone-uio.dtsi" | 13 | DTSI_LIST_append_keystone = " keystone-uio.dtsi" |
14 | DTSI_LIST_append_k2hk = " k2hk-uio.dtsi" | 14 | DTSI_LIST_append_k2hk = " k2hk-uio.dtsi" |
15 | DTSI_LIST_append_k2l-evm = " k2l-uio.dtsi" | 15 | DTSI_LIST_append_k2l = " k2l-uio.dtsi" |
16 | DTSI_LIST_append_k2e = " k2e-uio.dtsi" | 16 | DTSI_LIST_append_k2e = " k2e-uio.dtsi" |
17 | 17 | ||
18 | do_setup_uio() { | 18 | do_setup_uio() { |