diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-12-10 09:07:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-10 15:33:22 +0000 |
commit | 1956be7e180fa68dd66c1d1916f18fba6b04124e (patch) | |
tree | 63b8035a3fb39c77fbdf36fcb5a0930745080ac4 /recipes-bsp | |
parent | e3bd2632a249f073d6d43c3dcb344d38d1592df3 (diff) | |
download | meta-ti-1956be7e180fa68dd66c1d1916f18fba6b04124e.tar.gz |
prueth-fw, linux-ti-staging: allow packaging PRU ETH for GP and HS devices
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/prueth-fw/prueth-fw_git.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb index 14518e1f..f7718ad2 100644 --- a/recipes-bsp/prueth-fw/prueth-fw_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb | |||
@@ -12,25 +12,26 @@ TI_PDK_COMP = "ti.drv.icss_emac.firmware" | |||
12 | 12 | ||
13 | B = "${S}/icss_dualemac" | 13 | B = "${S}/icss_dualemac" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" | 15 | COMPATIBLE_MACHINE = "am57xx-evm|am57xx-hs-evm|ti43x|ti33x|k2g" |
16 | 16 | ||
17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
18 | 18 | ||
19 | DEPENDS = "ti-cgt-pru-native" | 19 | DEPENDS = "ti-cgt-pru-native" |
20 | 20 | ||
21 | PRU_VERSION = "" | 21 | PRU_VERSION = "" |
22 | PRU_VERSION_am335x-evm = "REV1" | 22 | PRU_VERSION_ti33x = "REV1" |
23 | PRU_VERSION_am437x-evm = "REV1" | 23 | PRU_VERSION_ti43x = "REV1" |
24 | PRU_VERSION_am57xx-evm = "REV2" | 24 | PRU_VERSION_am57xx-evm = "REV2" |
25 | PRU_VERSION_am57xx-hs-evm = "REV2" | ||
25 | PRU_VERSION_k2g = "REV2" | 26 | PRU_VERSION_k2g = "REV2" |
26 | 27 | ||
27 | FW_PREFIX = "" | 28 | FW_PREFIX = "" |
28 | FW_PREFIX_am335x-evm = "am335x" | 29 | FW_PREFIX_ti33x = "am335x" |
29 | FW_PREFIX_am437x-evm = "am437x" | 30 | FW_PREFIX_ti43x = "am437x" |
30 | FW_PREFIX_am57xx-evm = "am57xx" | 31 | FW_PREFIX_am57xx-evm = "am57xx" |
32 | FW_PREFIX_am57xx-hs-evm = "am57xx" | ||
31 | FW_PREFIX_k2g = "k2g" | 33 | FW_PREFIX_k2g = "k2g" |
32 | 34 | ||
33 | |||
34 | EXTRA_OEMAKE += "CL_PRU_INSTALL_PATH="${TI_CGT_PRU_INSTALL_DIR}" PRU_VERSION_LIST="${PRU_VERSION}"" | 35 | EXTRA_OEMAKE += "CL_PRU_INSTALL_PATH="${TI_CGT_PRU_INSTALL_DIR}" PRU_VERSION_LIST="${PRU_VERSION}"" |
35 | 36 | ||
36 | do_install() { | 37 | do_install() { |