summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules
Commit message (Collapse)AuthorAgeFilesLines
* kernel-module-qoriq-gpu: rm as it is not needed nowTing Liu2020-05-062-47/+0
| | | | | | | Now qoriq and imx use unified kernel source, kernel-module-imx-gpu-viv can be used for qoriq too. remove kernel-module-qoriq-gpu. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* kernel-module-qca6174_3.0: avoid kernel module build errorsPeter Griffin2020-05-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the kernel module fails to build with following undefined symbols due to missing Kconfig option. | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15910:13: error: 'qca_wlan_vendor_ocb_set_config_policy' undeclared here (not in a function); did you mean 'qca_wlan_vendor_setband_policy'? | 15910 | .policy = qca_wlan_vendor_ocb_set_config_policy, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_setband_policy | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15919:13: error: 'qca_wlan_vendor_ocb_set_utc_time_policy' undeclared here (not in a function); did you mean 'qca_wlan_vendor_ll_set_policy'? | 15919 | .policy = qca_wlan_vendor_ocb_set_utc_time_policy, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_ll_set_policy | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15929:13: error: 'qca_wlan_vendor_ocb_start_timing_advert_policy' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_ocb_start_timing_advert'? | 15929 | .policy = qca_wlan_vendor_ocb_start_timing_advert_policy, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_ocb_start_timing_advert | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15938:13: error: 'qca_wlan_vendor_ocb_stop_timing_advert_policy' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_ocb_stop_timing_advert'? | 15938 | .policy = qca_wlan_vendor_ocb_stop_timing_advert_policy, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_ocb_stop_timing_advert | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15956:13: error: 'qca_wlan_vendor_dcc_get_stats' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_dcc_get_stats'? | 15956 | .policy = qca_wlan_vendor_dcc_get_stats, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_dcc_get_stats | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15965:13: error: 'qca_wlan_vendor_dcc_clear_stats' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_dcc_clear_stats'? | 15965 | .policy = qca_wlan_vendor_dcc_clear_stats, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_dcc_clear_stats | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15974:13: error: 'qca_wlan_vendor_dcc_update_ndl' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_dcc_update_ndl'? | 15974 | .policy = qca_wlan_vendor_dcc_update_ndl, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_dcc_update_ndl | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c: In function '__wlan_hdd_cfg80211_scan': | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:22920:8: warning: ISO C90 forbids variable length array 'chList' [-Wvla] | 22920 | char chList [(request->n_channels*5)+1]; | | ^~~~ | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c: In function '__wlan_hdd_cfg80211_sched_scan_start': | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:28751:9: warning: ISO C90 forbids variable length array 'chList' [-Wvla] | 28751 | char chList [(request->n_channels*5)+1]; | | ^~~~ | At top level: | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:25078:20: warning: 'hdd_ieee80211_reason_code_to_str' defined but not used [-Wunused-function] | 25078 | static const char *hdd_ieee80211_reason_code_to_str(uint16_t reason) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
* kernel-module-ipc: switch to source.codeaurora.orgTing Liu2020-04-201-1/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* kernel-module-qcacld-lea: update to match kernel 5.4.3-1.0.0Andrey Zhizhikin2020-04-161-2/+2
| | | | | | | Update recipe to fetch sources from IMX_CNSS.LEA.NRT_3.0_KRL5.4 branch, which is aligned with new kernel version. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* kernel-module-imx-gpu-viv: upgrade to 6.4.0.p2Andrey Zhizhikin2020-04-161-2/+2
| | | | | | | Upgrade kernel module version to next p2 stepping as it is aligned in the linux-imx source tree and matches the new kernel 5.4.3-1.0.0 version. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* kernel-module: Upgrade qca6174 and qca9377 to version 3.0Cristinel Panfir2020-01-074-95/+2
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* kernel-module-imx-gpu-viv: Upgrade to 6.4.0.p1.0Andrey Zhizhikin2019-12-041-2/+2
| | | | | | | | | | Since commit [64d58e36978e7227b8907f2b2be0ec5a643cdf70] kernel branch and version has been updated. Vivante kernel module should be matched with Kernel recipe therefore this update is also required. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* kernel-module-qoriq-gpu: add recipesChunrong Guo2019-10-212-0/+47
| | | | | | | | | | *include the following changes: 7034b39 - update driver to support linux v5.2.0 2c48523 - gpu-module: Add license file aae96e8 - gpu: fix install issue in makefile b8a4405 - gpu: create repository for GPU kernel source code Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* kernel-module-imx-gpu-viv: Upgrade to 6.2.4.p4.0Tom Hochstein2019-09-121-2/+2
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-qcacld-lea: Mark imx soc specificKhem Raj2019-07-151-1/+1
| | | | | | | | | It tries to build for qemuarm and qemuarm64 as well and fails to build e.g. https://errors.yoctoproject.org/Errors/Details/251571/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qca-modules: Mark arm/aarch64 specificKhem Raj2019-06-151-1/+2
| | | | | | | | These modules rdepends on qca-tools which is currently arm/aarch64 and glibc specific, therefore mark the recipes depending on qca-tools so as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-modules: upgrade qca6174 and qca9377 to version 2.1Alexandru Palalau2019-06-134-8/+10
| | | | Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* kernel-module-qcacld-lea: Mark imx specificKhem Raj2019-04-091-0/+1
| | | | | | Keeps layer clear for multi-BSP setups Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qcacld: Fix missing firmware and tools packagesTom Hochstein2019-04-053-6/+0
| | | | | | | | The RDEPENDS from kernel-module-qca* is not working, so that firmware-qca* and qca-tools are missing from the image. Use a packagegroup instead as a workaround. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-qca6174: Add support for QCA6174 on i.MX 8 SeriesTom Hochstein2019-04-053-1/+108
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-qca9377: Add support for QCA9377 on i.MX 7ULPTom Hochstein2019-04-052-0/+41
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-imx-gpu-viv: Upgrade to 6.2.4.p1.8Tom Hochstein2018-11-021-3/+2
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* recipes: Limit BSP specific recipes on relevant SOCsKhem Raj2018-09-282-0/+2
| | | | | | | | | | | This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Cc: Zhenhua Luo <zhenhua.luo@nxp.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Update to 6.2.4.p1.6Tom Hochstein2018-08-301-2/+2
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Update to 6.2.4.p1.2Fabio Berton2018-06-264-35/+352
| | | | | | | | | | As NXP does not offer a specific repository for the kernel-module, this uses the Linux kernel repository and adds a Makefile on top of it. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Update to version 6.2.4.p1.2-based forkFabio Berton2018-06-261-2/+2
| | | | | | | | | | | | | | | | This includes the following changes: - 8635400 Merge tag 'upstream/6.2.4.p1.2' - 9bbacfe Import 6.2.4.p1.2 original version - 26c273f Kbuild: fix AQROOT reassignment and remove CONFIG_MXC_GPU_VIV - 09b4ae4 Merge tag 'upstream/6.2.4.p1.0' - 7957949 Import 6.2.4.p1.0 original version - 3b9e057 Merge tag 'upstream/6.2.2.p0' - b3604bf Merge pull request #8 from gibsson/upstream - 0d83ec5 Import 6.2.2.p0 original version Change-Id: Ibd60db63830dd22fdc598f1bcc1389c3b46f4fb4 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* imx-gpu-viv: Upgrade to 6.2.2.p0Tom Hochstein2018-03-151-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Key Features of the Vivante 6.2.2.p0 Driver Series - Full support for Khronos Vulkan 1.0 API and WSI extension APIs Vulkan is a new generation graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs used in a wide variety of devices. Vivante’s Vulkan 1.0 implementation has passed Khronos Vulkan 1.0 Conformance Test. Vivante GC7000XS* GPU core has been certified by Khronos as a Vulkan 1.0 compliant product. - Full support for Khronos OpenGL ES 3.2 API The new OpenGL ES 3.2 and OpenGL ES Shading Language 3.20 specifications bring AEP, plus additional functionality, into core OpenGL ES. Vivante OpenGL ES 3.2 implementation has passed Khronos OpenGL ES 3.2 Conformance Test. And Vivante GC7000XS* GPU core has been certified by Khronos as an OpenGL ES 3.2 compliant product. - Draw calls specifying a base vertex parameter - Floating-point framebuffers - Robust buffer access control - Support for querying CONTEXT_FLAGS, as needed by debug and robust buffer access functionality. - Khronos OpenVX 1.0.1 API - Khronos OpenCL 1.2 API Improvements 1. Added mutex protection for referencing gctSIGNAL in gckOS_MapSignal to fix a MT race issue. 2. Streamlined GPU address calculation base on MC20 (0/1) and MMU (0/1) combinations. 3. Fixed multiple Android HWC 2.0 rendering issues. Refined HWC 2.0 driver implementation. 4. Improved HWC2.0 composition performance by composing damaged regions only. 6. Enabled offline/online compiler IR assembly dump function for users. 7. Implemented the direct rendering support (no-resolve) for Wayland platform. 8. Added EGL_EXT_buffer_age extension for Wayland and fbdev platforms. 9. Updated wayland-viv protocol to support tile status sync from client to server. 10. Improved OpenCL 1.2 builtin function support with native GPU instructions. 11. Enabled OpenCL 1.2 API trace dump function controlled by VIV_TRACE environment variable. 12. Support for OpenGL4.0 13. Cleaned up driver code issues reported by Klocwork and Coverity. Changes and Bug Fixes VG3D: MGS-2972 fix 3D OpenVG render target orientation EGL: MGS-2790 6sx-sdb Met memory dump when do xwld stress test EGL: MGS-2885 fix recursive call to dequeue buffer issue on wayland EGL: MGS-2785 Meet segmentation fault when test qt5nmapper on wayland EGL: MGS-2734 fix x11 memory leak issue Gralloc:MA-9561 fix crash issue on new gralloc1 interface. 2D: MGS-2900 fix filterblt memory leak VG2D/6SL: MGS-2882 fix video memory allocator OCL: MGS-2732 clCopyImage with max_images in OCL1.1 cts, crashes. GLES: MGS-2747 enable the full config for ES3 CTS GLES: MGS-1832 fix Mirada performance issue. optimize cpu load for fence check WEBGL: MGS-2779 webgl 1.0.2 conformance test met out of memory General:MGS-2923 fix gc2000 gpu hang when flush TS cache General:MGS-2907 fix wrong cache invalidate with dma_map_area General:MGS-2902 fix wrong release_mem_region General:MGS-2848 fix gpu hang for flat mapping optimization General:MGS-2848 Optimize MMUv1 FlatMapping performances General:MGS-2857 fix spinlock in gpu kernel driver General:MGS-2805 Enable gcdENABLE_VG by default. General:MGS-2827 fix serious performance drop on imx6q General:MGS-2832 fix axi bus error with correct baseaddress General:MA-9483 Refine android native fence code to match 4.9 kernel General:MA-9473 Fix gpu random crash issue caused by NULL pointer General:MGS-2804 fix flat mapping overflow issue General:MGS-2786 fix gpu kernel panic with debugfs General:GS-2776 fix galcore device open failure General:MGS-2767 i.MX7ULP GPU suspend/resume problem Coverity:MGS-2858 Double free in __driUtilUpdateExtraDrawableInfo Known Issues OpenCL 1.1 CTS failures. Will be addresed in 6.2.3 [imx6q/imx6qp/imx6dl] Does not work if cma region is above 'base + 2G' MGS-3027 GPU: X11 manywin draw error. 100% MGS-2935 [imx6QP] X11: glxs app test some frames render incorrectly. 100% MGS-2860 [MX7ULP/imx6SLEVK] X11/Xwld: XWindow 2D Acceleration performance test met "X Error of failed request: BadMatch (invalid parameter attributes)" error. 100% MGS-2829 [imx6qp/imx6d] xwld: mm06 Samurai and Proxycon performance regression comparing with L4.1 using 5.0.11p8 MGS-2310 [imx6qp/imx6dq/imx6dl/imx6sx] webgl: two items performance data is lower than L4.1_GA MGS-1828 [imx6qp_sd/imx6Q/imx6dl] X11/xwld: VGMARK on vg3d have some items performance drop comparing with L4.1 GA MGS-1350 [imx6qp-sd] X/FB: Some Basemark test items performance drop comparing with L3.14.52GA which use 5.0.11p7 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-scatter-gather: update SRC_URLC.R. Guo2018-03-061-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-perf-qoriq: update SRC_URLC.R. Guo2018-03-061-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-ls-debug: update SRC_URLC.R. Guo2018-03-061-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-uio-seville: update SRC_URLC.R. Guo2018-03-061-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-ar: update SRC_URLC.R. Guo2018-03-061-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Bump revision to a05d9b2Fabio Berton2017-02-161-1/+1
| | | | | | | | | | This includes following changes: - a05d9b2 Merge pull request #6 from aridet/patch-1 - 6a01dfb fix for memory leak in gc_hal_kernel_os.c Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-ar: set CLEANBROKEN to 1Zhenhua Luo2017-01-111-0/+2
| | | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Bump revision to 1be63fbDominic Sacré2016-11-231-1/+1
| | | | | | | Bump revision to add support for kernels with RT_PREEMPT patch. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Update to 5.0.11.p8.6-based forkOtavio Salvador2016-10-181-1/+1
| | | | | | This merges the 5.0.11.p8.6 release with the FSLC fixes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Upgrade to 5.0.11.p8.6Lauren Post2016-10-181-0/+19
| | | | | Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Bump revision to 375bd95Otavio Salvador2016-09-132-34/+3
| | | | | | | | | | | | This includes following changes: 375bd95 build: Copy the module build information files to topdir 6a69d95 Fix gcc 6 build error -Werror=misleading-indentation as well as removes the corresponding patch file of the GCC 6 build error. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* auto-resp: skip ldflags checkTing Liu2016-08-121-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* uio-seville: update to 0f31fbcTing Liu2016-08-121-2/+2
| | | | | | | | Changelog: 0f31fbc Fix kernel warning when no PHY interrupts are found and module is removed c9abc13 Use %pa to print resource_size_t Signed-off-by: Ting Liu <ting.liu@nxp.com>
* ar: update to 9a74743Ting Liu2016-08-121-2/+2
| | | | | | | | Changelog: 0a908cd QSDK-2770: Makefile change required for SDK2.0 to handle directory structure change in fman 907f66a Makefile change required for SDK2.0 to handle directory structure change in fman Signed-off-by: Ting Liu <ting.liu@nxp.com>
* ipc.inc: merge into ipc-ust and kernel-module-ipcTing Liu2016-07-153-2/+7
| | | | | | | Make it possible to seperate ipc userspace and kernel codes in future. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-ipc: not use SOC variableTing Liu2016-07-153-7/+2
| | | | | | | bsc913x are not supported now. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Upgrade to 5.0.11.p8.4Tom Hochstein2016-06-021-1/+1
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Fix gcc 6 build error -Werror=misleading-indentationTom Hochstein2016-06-022-1/+32
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Update graphics to 5.0.11-p8.3 versionTom Hochstein2016-04-191-2/+2
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-imx-gpu-viv: Upgrade to 5.0.11.p7.4 versionNeena Busireddy2016-04-191-1/+1
| | | | | Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ipc-module: remove useless do_configure_preappendTing Liu2016-04-191-4/+0
| | | | | | | | The fix was merged in source code now. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ipc-module: define SOC outside of do_compileTing Liu2016-04-191-4/+5
| | | | | | | | | the SOC need to be availble for all tasks as it used in EXTRA_OEMAKE. otherwise, make clean will break Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qoriq-debug: removeTing Liu2016-04-191-15/+0
| | | | | | | This pkg will not be supported anymore. Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-asf: rename back to asfTing Liu2016-04-191-36/+0
| | | | | | | | | | asf ships not only .ko files, but also scripts. As the recipe inherits module.bbclass, kernel-module-* will be created to package .ko if installed into /lib/modules/. Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-pkc-host: rename back to pkc-hostTing Liu2016-04-191-37/+0
| | | | | | | | | | pkc-host ships not only .ko files, but also crypto.cfg/pkc-firmware.bin/etc. As the recipe inherits module.bbclass, kernel-module-* will be created to package .ko if installed into /lib/modules/. Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-skmm-host: rename back to skmm-hostTing Liu2016-04-191-17/+0
| | | | | | | | | | skmm-host ships not only .ko files, but also skmm_crypto.cfg/c29x_skmm_perf_profile.sh As the recipe inherits module.bbclass, kernel-module-* will be created to package .ko if installed into /lib/modules/. Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-ceetm: rename back to ceetmTing Liu2016-04-191-30/+0
| | | | | | | | | | | ceetm ships not only ceetm.ko, but also q_ceetm.so. Rename back to ceetm As the recipe inherits module.bbclass, kernel-module-ceetm will be created to package ceetm.ko if it is installed into /lib/modules/. Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ceetm: update COMPATIBLE_MACHINE for t104xTing Liu2016-04-191-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>