diff options
author | Paresh Bhagat <p-bhagat@ti.com> | 2023-03-20 11:24:05 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-21 13:03:29 -0500 |
commit | 129b52b0fdd374c62a40899843a6433d44705775 (patch) | |
tree | 9d6fa15d2e48a4c760a84c3ff79abf49e59104e5 /meta-ti-bsp/recipes-kernel | |
parent | 0288443726ba9969e2732d8e47e68cf30e99d75e (diff) | |
download | meta-ti-129b52b0fdd374c62a40899843a6433d44705775.tar.gz |
machine: Add am62axx evm configuration
Lets add the basic AM62Axx-evm configuration.
- Add configurations.
- Add firmware overrides.
- Add u-boot overrides.
- Add tifs-lpm-stub.
- Add cnm-wave-fw.
Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel')
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc index 808a4766..69796915 100644 --- a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc +++ b/meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc | |||
@@ -30,6 +30,8 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j721e = " vxd-dec-fw" | |||
30 | # Add run-time dependency for Chips&Media Wave521 firmware to the rootfs | 30 | # Add run-time dependency for Chips&Media Wave521 firmware to the rootfs |
31 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j721s2 = " cnm-wave-fw" | 31 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j721s2 = " cnm-wave-fw" |
32 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j784s4 = " cnm-wave-fw" | 32 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:j784s4 = " cnm-wave-fw" |
33 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:am62axx = " cnm-wave-fw" | ||
33 | 34 | ||
34 | # Add run-time dependency for TIFS Low Power Module stub | 35 | # Add run-time dependency for TIFS Low Power Module stub |
35 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:am62xx = " tifs-lpm-stub" | 36 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:am62xx = " tifs-lpm-stub" |
37 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base:append:am62axx = " tifs-lpm-stub" | ||