From 20cb8d50e99ae9ea4a723a445738f04440e12d37 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 30 Apr 2021 11:36:12 -0500 Subject: imx-test: Update to 7468ce4 Fixes since last update: 7468ce4 MLK-25294 mxc_uart_test: fix the buffer overflow of local buf Signed-off-by: Tom Hochstein --- recipes-bsp/imx-test/imx-test_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 4e139cc44..cf7c60edd 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -21,7 +21,7 @@ SRC_URI = " \ git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ file://memtool_profile \ " -SRCREV = "90fd7168fe5f15de9b2b1992a719024fc73a185a" +SRCREV = "7468ce4b6477f8687e67fd03cb51b0fefa168a27" S = "${WORKDIR}/git" inherit module-base use-imx-headers -- cgit v1.2.3-54-g00ecf From 8f83a0e17ee0cfee13f791ffe88e3336fbb840b1 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 30 Apr 2021 11:41:38 -0500 Subject: imx-test: Use swpdm support for i.MX 8M Enable swpdm for i.MX 8M so that mxc_pdm_test.out uses PDM to PCM decimation. Signed-off-by: Tom Hochstein --- recipes-bsp/imx-test/imx-test_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index cf7c60edd..95e90e22d 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -44,6 +44,7 @@ EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}" PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" PACKAGECONFIG_append_imxvpu = " vpu" +PACKAGECONFIG_append_mx8m = " swpdm" PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" PACKAGECONFIG[vpu] = "HAS_VPU=true,HAS_VPU=false,virtual/imxvpu" -- cgit v1.2.3-54-g00ecf From f5c0c19e89db75adc029de8adaedf8256c4c544e Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 30 Apr 2021 11:52:54 -0500 Subject: imx-sw-pdm: Add PDM to PCM software decimation library NXP PDM to PCM software decimation SIMD library. Signed-off-by: Tom Hochstein --- recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb diff --git a/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb b/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb new file mode 100644 index 000000000..b95727b8f --- /dev/null +++ b/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.1.bb @@ -0,0 +1,18 @@ +# Copyright 2020 NXP Semiconductors + +DESCRIPTION = "NXP PDM to PCM Software Decimation SIMD Library" +LICENSE = "Proprietary" +SECTION = "multimedia" +LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143" + +SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" +SRC_URI[md5sum] = "65d5b2cb378f96a5cb4577925eda236b" +SRC_URI[sha256sum] = "68fca50d8f7526127ee5650e9002b3f9479b197f3085c68a97f7957f50ec5e5b" + +inherit fsl-eula-unpack autotools pkgconfig + +INSANE_SKIP_${PN} = "already-stripped" + +FILES_${PN} += "${datadir}/imx-mm" + +COMPATIBLE_MACHINE = "(mx8)" -- cgit v1.2.3-54-g00ecf