diff options
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
4 files changed, 4 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb index e7aa9ef4..2f75f4e3 100644 --- a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | |||
@@ -13,7 +13,7 @@ PR = "${INC_PR}.1" | |||
13 | 13 | ||
14 | CLEANBROKEN = "1" | 14 | CLEANBROKEN = "1" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "j721s2|j784s4" | 16 | COMPATIBLE_MACHINE = "j721s2|j784s4|am62axx" |
17 | 17 | ||
18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
19 | 19 | ||
diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index eb641270..37d022e9 100644 --- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | |||
@@ -39,6 +39,7 @@ SYSFW_PREFIX:j784s4-evm-k3r5 = "fs" | |||
39 | SYSFW_PREFIX:j784s4-hs-evm-k3r5 = "fs" | 39 | SYSFW_PREFIX:j784s4-hs-evm-k3r5 = "fs" |
40 | SYSFW_PREFIX:am62xx-evm-k3r5 = "fs" | 40 | SYSFW_PREFIX:am62xx-evm-k3r5 = "fs" |
41 | SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs" | 41 | SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs" |
42 | SYSFW_PREFIX:am62axx-evm-k3r5 = "fs" | ||
42 | 43 | ||
43 | SYSFW_TISCI = "${S}/ti-sysfw/ti-${SYSFW_PREFIX}-firmware-${SYSFW_SOC}-*.bin" | 44 | SYSFW_TISCI = "${S}/ti-sysfw/ti-${SYSFW_PREFIX}-firmware-${SYSFW_SOC}-*.bin" |
44 | 45 | ||
diff --git a/meta-ti-bsp/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb b/meta-ti-bsp/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb index ce5f4e1f..2db761ba 100644 --- a/meta-ti-bsp/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb +++ b/meta-ti-bsp/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb | |||
@@ -7,7 +7,7 @@ PR = "${INC_PR}.0" | |||
7 | 7 | ||
8 | CLEANBROKEN = "1" | 8 | CLEANBROKEN = "1" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "am62xx" | 10 | COMPATIBLE_MACHINE = "am62xx|am62axx" |
11 | 11 | ||
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
13 | 13 | ||
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index 83c4af59..4f73a7b9 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -37,6 +37,7 @@ PACKAGECONFIG:append:j7200 = " dm" | |||
37 | PACKAGECONFIG:append:j721s2 = " dm" | 37 | PACKAGECONFIG:append:j721s2 = " dm" |
38 | PACKAGECONFIG:append:j784s4 = " dm" | 38 | PACKAGECONFIG:append:j784s4 = " dm" |
39 | PACKAGECONFIG:append:am62xx = " dm" | 39 | PACKAGECONFIG:append:am62xx = " dm" |
40 | PACKAGECONFIG:append:am62axx = " dm" | ||
40 | 41 | ||
41 | COMPATIBLE_MACHINE = "(ti-soc)" | 42 | COMPATIBLE_MACHINE = "(ti-soc)" |
42 | 43 | ||