summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2/dce/dce_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-freescale: fix broken IMX migration from codeaurora to githubJulian Kahlert2023-04-051-2/+2
| | | | Signed-off-by: Julian Kahlert <julian.kahlert@avionic-design.de>
* meta-freescale: migrate IMX repos from codeaurora to githubSimone Agresta2023-04-041-2/+2
| | | | Signed-off-by: Simone Agresta <simone.agresta@bticino.it>
* dce/qbman_userspace: fix build issue with gcc10Ting Liu2020-12-161-2/+2
| | | | | | | | | | Fix multiple definition of 'qman_version' error: | .../dce/git-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/10.2.0/ld: libqbman.a(qbman_portal.o):/usr/src/debug/dce/git-r0/git/lib/qbman_userspace/driver/qbman_portal.h:36: multiple definition of `qman_version'; libqbman.a(qbman_debug.o):/usr/src/debug/dce/git-r0/git/lib/qbman_userspace/driver/qbman_portal.h:36: first defined here | collect2: error: ld returned 1 exit status | Makefile:41: recipe for target 'bin/dce-api-perf-test' failed | make: *** [bin/dce-api-perf-test] Error 1 Signed-off-by: Ting Liu <ting.liu@nxp.com>
* dce: update to 0ec35adChunrong Guo2019-10-211-1/+1
| | | | | | | | | | | | | | | | | *update to lsdk 1909 tag include the following changes: 0ec35ad - .gitmodules: use codeaurora url b510701 - README: Correct minor typos e451edf - perf-test: Reject large input files 3bdbdf3 - perf-test: Error out in stateless decomp mismatch 64fc3b1 - dce-internals: Efficient FQ full scheme d1add39 - Merge pull request #32 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master b3c27ed - LICENSE: Remove GPL License 68a6dab - Merge pull request #31 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master 0f33f16 - LICENSE: Update License year and full BSD-3 text 0175bb4 - Merge pull request #30 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5621-dpdcei-object-fails-to-unassign-out-of-child-dprc to master Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* dce: update to 1b9e9acChunrong Guo2019-07-121-1/+1
| | | | | | | | | | | | | | | | | *update to lsdk 1906 tag include the following changes: 1b9e9ac - .gitmodules: use codeaurora url e451edf - perf-test: Reject large input files 3bdbdf3 - perf-test: Error out in stateless decomp mismatch 64fc3b1 - dce-internals: Efficient FQ full scheme d1add39 - Merge pull request #32 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master b3c27ed - LICENSE: Remove GPL License 68a6dab - Merge pull request #31 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master 0f33f16 - LICENSE: Update License year and full BSD-3 text 0175bb4 - Merge pull request #30 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5621-dpdcei-object-fails-to-unassign-out-of-child-dprc to master 361e4d0 - dpdcei: Cleanup hanldes in dpdcei_deactivate Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* dce: update to 0455555Chunrong Guo2019-04-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | *Update to lsdk 1903 tag include the following changes: 0455555 - .gitmodules: use codeaurora url d1add39 - Merge pull request #32 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master b3c27ed - LICENSE: Remove GPL License 68a6dab - Merge pull request #31 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master 0f33f16 - LICENSE: Update License year and full BSD-3 text 0175bb4 - Merge pull request #30 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5621-dpdcei-object-fails-to-unassign-out-of-child-dprc to master 361e4d0 - dpdcei: Cleanup hanldes in dpdcei_deactivate 81fae16 - LX2160 Rev1: Edit warning for stateful ERR011568 ede610b - LX2160 Rev1: Print warning for stateful ERR011568 34133be - perf-test: Update output buffer allocation c0b437e - Fix swp_init for LX2: set qman mode explicitly aac02ee - perf-test: Correct CPU affine logic *qbman update to Update to lsdk 1903 tag include the following changes: a1af1e1 - Adding average pull/enqueue statistics and minor performance improvement. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* dce: update to 49389aaChunrong Guo2019-01-141-2/+2
| | | | | | | | | | | | | | | | | *Update to lsdk 1812 tag include the following changes: 49389aa - .gitmodules: use codeaurora url 0c4eea9 - Makefile and gitmodules update 492eecd - dpdcei: Affine thread for FQDAN setup b2a48e8 - dce: Support LX2160 SOCs 62af9fe - dce: Userspace dce support for DPAA2 devices *qbman update to 383ceac Update to lsdk 1812 tag include the following changes: 383ceac - Support for the QBMAN 5.0 userspace. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* dce: add recipesChunrong Guo2018-11-191-0/+21
| | | | | | | | | | | | *include the following changes: 8d6dd32 - .gitmodules: use codeaurora url 492eecd - dpdcei: Affine thread for FQDAN setup b2a48e8 - dce: Support LX2160 SOCs 62af9fe - dce: Userspace dce support for DPAA2 devices 51d907a - Initial Commit Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dce: removeChunrong Guo2018-02-061-19/+0
| | | | | | | This pkg will not be supported anymore Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dce :add ls1088a supportChunrong Guo2017-08-301-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dce: add recipesChunrong Guo2017-05-021-0/+19
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>