diff options
| author | Paresh Bhagat <p-bhagat@ti.com> | 2026-02-06 10:36:08 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-12 08:24:58 -0600 |
| commit | 220c16be1192e8c1901d6408a65bb835e75f4d36 (patch) | |
| tree | a97163b514c08a7c189e88d50de9ec03d6540841 | |
| parent | 7e27e75a5dcb99443a9cd57371d354904bed3672 (diff) | |
| download | meta-ti-220c16be1192e8c1901d6408a65bb835e75f4d36.tar.gz | |
recipes-bsp: Remove TI TAD5212 DAC firmware recipe
TAD5212 now uses a dedicated driver instead of the PCM6240 driver,
making the firmware files no longer needed. So remove the recipe and
corresponding changes.
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62dxx-evm.conf | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb | 17 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 1 |
3 files changed, 1 insertions, 19 deletions
diff --git a/meta-ti-bsp/conf/machine/am62dxx-evm.conf b/meta-ti-bsp/conf/machine/am62dxx-evm.conf index 4b77656d..d19d4790 100644 --- a/meta-ti-bsp/conf/machine/am62dxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62dxx-evm.conf | |||
| @@ -17,4 +17,4 @@ FIT_CONF_DEFAULT_DTB = "k3-am62d2-evm.dtb" | |||
| 17 | 17 | ||
| 18 | UBOOT_MACHINE = "am62dx_evm_a53_defconfig" | 18 | UBOOT_MACHINE = "am62dx_evm_a53_defconfig" |
| 19 | 19 | ||
| 20 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-dac-fw ti-adc-fw" | 20 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "ti-adc-fw" |
diff --git a/meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb b/meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb deleted file mode 100644 index 8f68009d..00000000 --- a/meta-ti-bsp/recipes-bsp/ti-dac-fw/ti-dac-fw.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "TI DAC TAD5212 config prebuild binary firmware" | ||
| 2 | |||
| 3 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc | ||
| 4 | |||
| 5 | PV = "${TAD5212_FW_VERSION}" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "am62dxx" | ||
| 9 | |||
| 10 | TAD5212_1DEV = "tad5212_01.bin" | ||
| 11 | TAD5212_4DEV = "tad5212_04.bin" | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | install -d ${D}${nonarch_base_libdir}/firmware | ||
| 15 | install -m 0644 ${S}/ti/tad5212/${TAD5212_1DEV} ${D}${nonarch_base_libdir}/firmware/ | ||
| 16 | install -m 0644 ${S}/ti/tad5212/${TAD5212_4DEV} ${D}${nonarch_base_libdir}/firmware/ | ||
| 17 | } | ||
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index a5e71034..6cea728f 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | |||
| @@ -17,7 +17,6 @@ CNM_WAVE521_FW_VERSION = "1.0.8" | |||
| 17 | TI_DM_FW_VERSION = "11.02.07" | 17 | TI_DM_FW_VERSION = "11.02.07" |
| 18 | TI_SYSFW_VERSION = "11.02.09" | 18 | TI_SYSFW_VERSION = "11.02.09" |
| 19 | TI_HSM_DEMO_FW_VERSION = "11.00.09" | 19 | TI_HSM_DEMO_FW_VERSION = "11.00.09" |
| 20 | TAD5212_FW_VERSION = "1.0.0.0" | ||
| 21 | TI_PKA_FW_VERSION = "2.1.0" | 20 | TI_PKA_FW_VERSION = "2.1.0" |
| 22 | TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01" | 21 | TI_IPC_EXAMPLES_FW_VERSION = "3.52.00.01" |
| 23 | PCM6240_FW_VERSION = "1.0.0.0" | 22 | PCM6240_FW_VERSION = "1.0.0.0" |
