aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
AgeCommit message (Collapse)Author
2020-12-16gpp-aioptool: chown aiop_tool to root:rootTing Liu
Fix host user contaminated issue | WARNING: gpp-aioptool do_package: KeyError in ./package/usr/bin/aiop_tool | Exception: KeyError: 'getpwuid(): uid not found: 2000' | NOTE: recipe gpp-aioptool-git-r0: task do_package: Failed
2020-12-16gpp-aioptool: add -fcommon to fix build with gcc10Ting Liu
Fix: | ...ld: src/aiop_logger.o:(.bss+0x0): multiple definition of `_debug_flag'; src/aiop_tool.o:(.bss+0x0): first defined here | ...ld: src/aiop_logger.o:(.bss+0x2): multiple definition of `_verbose_flag'; src/aiop_tool.o:(.bss+0x2): first defined here Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16dce/qbman_userspace: fix build issue with gcc10Ting Liu
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>
2020-12-16restool: compiling with optimization (-O2)Ting Liu
Fix: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ cc1: all warnings being treated as errors
2020-12-16restool: update to 8ddbe4cTing Liu
New commits: 8ddbe4c dpni: fix info --verbose behavior e5c6451 restool: fix another set of error revealed with -O2 91b82e3 restool: fix some compile errors with gcc 10.2 802764f restool: yocto build issue 59fe80d restool: display all object attrs on dpsw info d002c5f increase restool version to v2.1 820c1bf restool: add DPNI_OPT_SHARED_FS in dpni create and ls-addni 6e18fe0 dprc: fix dpdmux num_ifs in the generated DPL 8e42057 restool: support new dpsw_create DPSW_OPT_LAG_DIS option 1d5aaf5 dprc: export the DPNI_OPT_NO_MAC_FILTER option in DTS 5b9f225 restool: support new dpni_create dist_key_size parameter d99f9b7 dpsw: add update command to configure taildrop on a DPSW 1e9c4d2 restool: use --help in all circumstances 7064bec Restool: print MAC address in dpmac info command 31b02be Modify the default value of num-priorities ebddd1b Fix restool create help command output ec19874 restool: fix get_device_file() function Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16management-complex: add recipe 10.24.0Ting Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-06-16management-complex: avoid soft link loop in do_deployTing Liu
when the deploy mc_app directory is already populated, a soft link loop from mc.itb to mc.itb will be created. Steps to reproduce: $ bitbake -c cleansstate management-complex $ bitbake management-complex $ bitbake -c deploy -f management-complex Use 'find -type f' to exclude links. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-04-07restool: update to LSDK-20.04Jens Rehsack
Update restool to LSDK-20.04 release from NXP which contains following patches: f0cec09 ls-main: fix endpoint parsing 59fefb1 Fixed restool dpcon create --help output 7bce792 ls-debug: Automatically create the DPDBG object only for valid commands e00bcf9 Does not create DPDBG object in case of help command 3bff664 DPRC: set-locked on a child container 9607517 DPDBG: not available for mc version lower then 10.20.0 8fa1d5c add default interface support for dpdmux in restool 94114f5 Integrate the DPDBG object in restool: 9f6c465 ls-main: disable autorescan while in ls-* scripts 67011ba ls-main: introduce the get_interface_name function cb63b6a scripts: explicity rescan the bus 3b40ef1 restool: add global option --rescan 42859dc scripts: print error message when endpoint does not exists Signed-off-by: Jens Rehsack <sno@netbsd.org>
2020-04-06management-complex: upgrade 10.20.1 -> 10.20.4Jens Rehsack
Upgrade management complex firmware to latest NXP release (LSDK-20.04) containing firmware 10.20.4. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2020-02-11management-complex: add LSDK-19.03's v10.14.1Jens Rehsack
For not clearly discovered reason, ls2088ardb development board doesn't boot with v10.18.0 neither with 10.20.1. Add 10.14.1 from LSDK 19.03 to have a booting 208x. Signed-off-by: Jens Rehsack <sno@NetBSD.org>
2020-02-11management-complex: update 10.18.0 -> 10.20.1Jens Rehsack
Since LDSK-19.09.311219 is out and contains updated u-boot-qoriq, atf, rcw and so on, take care of management-complex firmware, too. Signed-off-by: Jens Rehsack <sno@NetBSD.org>
2019-12-23mc: remove fsl-eula-unpack classChunrong Guo
Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-12-16management-complex: Add support for ls2080aJens Rehsack
The upstream sources contain support for ls2080a and there're evaluation boards with such a SoC out there. So add recipe support for supported SoC. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2019-11-19aiopsl: fix missing pathChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-10-21dce: update to 0ec35adChunrong Guo
*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>
2019-10-21restool: update to 55a1f37Chunrong Guo
*update to lsdk 1909 tag include the following changes: 55a1f37 - dprc: add support for option DPRC_CFG_OPT_PL_ALLOWED Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-10-21mc: update to 249c325Chunrong Guo
*update to lsdk 1909 tag include the following changes: 249c325 - Add the prebuilt binaries of mc 10.18.0 release 3173855 - Add the prebuilt binaries of mc 10.17.0 release *Upgrade version to 10.18.0 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-09-12aiopsl: Adjust install for filesChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-09-04dpl-examples: remove recipesChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12dce: update to 1b9e9acChunrong Guo
*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>
2019-07-12spc: update to be7dd8eChunrong Guo
*update to lsdk 1906 tag include the following changes: be7dd8e - Increment SPC Tool version 2dafd3a - Refactoring following support for multiple protocols 727329a - Multiple protocols support Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12mc: update to f72b978Chunrong Guo
*update to lsdk 1906 tag include the following changes: f72b978 - Add the prebuilt binaries of mc 10.16.2 release a7d982e - Update the license file *Upgrade version to 10.16.2 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11restool: update to 8b1dd40Chunrong Guo
*Update to lsdk 1903 tag include the following changes: 8b1dd40 - dprc: fix compile error (only witn gcc 8.x) 8eb494d - dprc: enable DPDMUX_METHOD_CUSTOM in dpdmux generate dpl dc120ff - add support for num cgs in restool for mc 10.14 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11mc: Upgrade version to 10.14.3Chunrong Guo
*Update to lsdk 1903 tag include the following changes: bd64d18 - Add the prebuilt binaries of mc 10.14.3 release Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11dce: update to 0455555Chunrong Guo
*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>
2019-04-11aiopsl: update to 87d83d8Chunrong Guo
*update to lsdk 1903 tag include the following changes 87d83d8 - AIOPSL-1233 26212e6 - Fix for AIOPSL-1232 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14spc: add recipesChunrong Guo
*update to lsdk 1812 tag include the following changes 1a41424 - License updates 6aa1509 - Fixed Jump/Gosub instruction code f814f3e - Updated the LX2 Parser revision d7e3f30 - Set the blob version to 1.0 bd1b667 - Refactoring the makefile and net headers. 12b6a71 - Updates on some RA (Result Array) fields bf1a132 - Small install updates f45da58 - Updated Parser revisions according to platform 5799b9f - Parser IP block Rev fix for LS2 4de4651 - Add more validation and error messages and FAF names changed b8a2630 - Blob version fix 2707f30 - Dump the blob as array of bytes in a header 0eddcd2 - Display some runtime warnings 66c1e1e - Small fix for Ubuntu: include string.h 3b8d002 - Changes around debug layers and intermediate code generation 722ebd9 - Small updates (warning message for unsupported elem and removed base proto from another SP from blob) f486cba - VxLAN support and Blob protocols ID update 84bf344 - Small HW config file refactory: parser 5f6414c - Small fixes (prevproto type and load in AIOP) 2d37fad - Fixed protocol entry point offset in blob 58da088 - Add support to call from another SP (use: prevproto / nextproto) 9f22e3e - Add support to run SP before HW Parser (use: prevproto='none') 8852fb0 - Added configuration file 46fd66a - Added SP Parameters in Blob Generation 303354c - Added Blob Generation (initial version) d7efad8 - Memory map update for DPAA2 33af4c3 - HXS PDL update with new protocols c9e07ee - Fixed checksum calculation e686771 - Adding RA_GPR1 utility functions 8831a9c - FAF update according to Parser_Block_Guide_03.106 40c8e02 - Refactory the set faf high level xml instruction 8eb61a6 - Added support for FAF and new protocols 21dba55 - Added command to generate intermediate code Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14restool: update to 2b4dd21Chunrong Guo
*update to lsdk 1812 tag include the following changes 2b4dd21 - dprc: generate-dpl: export only the objects that exist 2c3202b - dpdmux: rename flib_ops 8106ce7 - export flib_ops in the restool header ea39c04 - dpmac: update interface type enum c54067a - dpseci: fix 16 queues support 1c2dde0 - dpmac: display counters in info command 40dddfc - scripts: dynamically setup the DPCON objects needed eb49d17 - scripts: dynamically determine the number of DPIOs needed 2255cab - dpmac: add DPMAC_ETH_IF_CAUI as one of the supported phy types cbee183 - dpseci: increase the maximum number of queues ce7d849 - dpni: increase the maximum number of queues Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14mc: Upgrade version to 10.12.0Chunrong Guo
*update to lsdk 1812 tag include the following changes cdb5af4 - Add the prebuilt binaries of mc 10.12.0 release 840aa8e - Initial commit to add README Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14dce: update to 49389aaChunrong Guo
*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>
2019-01-10management-complex: inherit fsl-eula-unpack classChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2019-01-10dpl-examples: inherit fsl-eula-unpack classChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-11-19dce: add recipesChunrong Guo
*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>
2018-10-01restool: update to 9815bb6Chunrong Guo
*update to lsdk 1809 tag include the following changes: 9815bb6 - update flib_ops to use the v10 MC API dbcc644 - dprc: generate-dpl: use MC APIs that support big-endian seamlessly Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01management-complex : upgrade 10.8.0->10.10.0Chunrong Guo
*update to lsdk 1809 tag include the following changes: a71009e - Add the prebuilt binaries of mc 10.10.0 release 840aa8e - Initial commit to add README Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01gpp-aioptool:remove libio.hChunrong Guo
*update for glibc libio.h removal in 2.28+ Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01aiopsl: update to ec0e50bChunrong Guo
*update to lsdk 1809 tag include the following changes: ec0e50b - pfc demo: added AIOP/WRIOP support for PFC on Rx side f4e7829 - pfc demo: initial version 7b8b314 - Revert "qos_demo: Test for BPSCN and CSCN taks creation" 3a6a65a - Revert "qos_demo : Final version of CSCN/BPSCN tests" ec91d01 - FDMA : Remove traffic classes XON/XOFF flow control 8959b9b - dpni: Add support for MAC flags dcbac27 - qos_demo : Final version of CSCN/BPSCN tests 981bd1d - FDMA : Fix BDI bit reading from ADC 2925863 - FDMA: add support for flow control XON/XOFF commands 2a67ad6 - qos_demo: Test for BPSCN and CSCN taks creation 955be3b - aiopsl : Support for CSCN/BPSCN task creation Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-06restool: update to 2815572Chunrong Guo
*include the following changes: 2815572 - dpdmai: add --num-queues create parameter a5f268b - scripts: suppress unit_address_vs_reg warnings when using newer dtc 0e2846a - scripts: Fix MC version check d9cbf56 - dprc: use the corect specifier for uint16_t 1b49539 - dpni: print both rx and tx tcs number 10af575 - dpni: add support for 16 TX tcs ad33877 - dpni: add DPNI_OPT_SINGLE_SENDER option 887deae - scripts: Infer switch ports number from specified endpoints c8111df - scripts: Avoid word splitting 7a15d3e - ls-addsw: show netdev names when creating a dpsw 81fb178 - ls-addmux: fix endpoint discovery 254aef8 - update copyright years Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-02management-complex: Fix broken syntaxOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-02mc: update to version 10.8.0Chunrong Guo
*include the following changes: 9c1d730 - Add the prebuilt binaries of mc 10.8.0 release 840aa8e - Initial commit to add README Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-02aiopsl: udpate to e34ec59Chunrong Guo
*include the following changes: e34ec59 - apps: update elfs before tag f24816b - firmware no.: 8.2.1 6e9f4b5 - aiopsl : Fix compile warnings and cosmetics c19e5be - aiopsl: fix only one core processing packets issue 95ef568 - aiopsl: add support for dpni label Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-18restool: add dtc to rdependsChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-11aiopsl : update to af8c3b8C.R. Guo
*include the following changes: af8c3b8 - apps: update elfs before tag 2d89c6a - firmware no.: 8.2.0 aba7196 - aiopsl: extend copyright and license update d5b2941 - aiopsl: improved exception handling - prevent infinite interrupt loop e9b9a8e - aiopsl: improved exception handling for e200 booke critical & non-critical interrupts 3c5c38b - sec: drop GPLv2+ license 727e3be - ipf_demo: fix failing test on ls1088a 2700d89 - IPF: check and return error status for fdma functions 4d654f4 - DPNI: provide support for passing of SW opaque value 06e9990 - soft_parser_demo : Add custom header placed before Eth ef714f5 - aiopsl: improve error reporting by adding section tracking a1804f5 - aiopsl: improve boot error handling 4771af0 - aiopsl: perform early system initialization 13e8823 - aiopsl: init cmgw_regs based on relative addresses 5f7cabf - aiopsl: remove unused "err" variable and related code fc75607 - aiopsl: remove dead code 93ce24e - aiopsl: make function(s) with no error paths return void 5cc0bea - aiopsl: add support for AIOP reset *Update SRC_URL Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-02mc: Upgrade to v10.6.0C.R. Guo
*Changes: f461bcd - Add the prebuilt binaries of mc 10.6.0 release Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-02restool: update to 2634746C.R. Guo
*include the following changes: 2634746 - dpdmux: add TCAM custom classification option 1c1d7a0 - scripts: add custom steering method to help message 888a386 - update dpdmux help to reflect that it can only be connected to a dpmac aef8cda - add big-endian check for MC versions lower than V10 6ec9eeb - tranzition to the new form of MC APIs 9ca1a16 - mc_get_version does not require open on root dprc 660c48d - ls-append-dpl: set objects created in child dprc as plugged 7a0433d - scripts: add preliminary version of ls-append-dpl script 976391f - dpni: align option names with the DPL format Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06restool: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06gpp-aioptool: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06dce: removeChunrong Guo
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>
2018-01-25restool:update to 90fe5c4Chunrong Guo
*include the following changes: 90fe5c4 - ls-addni: accept arguments also as hex numbers e3d1d6a - scripts: fix syntax error due to bash vs sh differences 59df620 - scripts: replace 'nproc' with cross-platform implementation 117f2a5 - scripts: do not compare strings with regexp expressions 378cd08 - scripts: use proper arithmetic operations 5224840 - scripts: workaround for a improper sed substitution 4a1df34 - scripts: use Bourne shell instead of bash e103601 - scripts: use Bourne shell's pattern matching 2127850 - scripts: use strings instead of arrays 899d6c7 - scripts: use proper arithmetic operation syntax 09f8400 - scripts: use restool --full-path option e316b4c - scripts: remove unnecessary arrays 6039bd1 - dprc: add --full-path option to dprc list command 978f00c - scripts: move shebang on the first line Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-01-25gpp-aioptool: update to 6ead470Chunrong Guo
*include the following changes: 6ead470 - Update default thread per core value to 0 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>