summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
Commit message (Collapse)AuthorAgeFilesLines
...
* eth-config: update to c1a4b3aTing Liu2016-08-121-2/+2
| | | | | | | Changelog: c1a4b3a dpaa_eth: add hash PCD files for LS1043ARDB Signed-off-by: Ting Liu <ting.liu@nxp.com>
* Move some recipes to dynamic-layers folderZhenhua Luo2016-06-234-249/+0
| | | | | | | | | The following packages depend on extend Yocto community layers, move related recipes to dynamic-layers. * ipsec-demo asf fmc usdpaa-apps web-sysmon Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* eth-config: fix host contamination warningsZhenhua Luo2016-06-031-0/+1
| | | | | | | | | | Fix the following host contamination warnings: | eth-config: /eth-config/xxx is owned by uid 1000, which is the same as | the user running bitbake. This may be due to host contamination | [host-user-contaminated] Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* usdpaa-apps: update to commit 1d9418aTing Liu2016-04-191-2/+2
| | | | | | | | | | New commits imported: 1d9418a dpa_offload: Avoid creating multiple tables using the same Cc nodes 5a1f54e dpa_offload: Support multiple IPSec policies per tunnel 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>
* usdpaa: update to commit b73546dTing Liu2016-04-191-2/+2
| | | | | | | | | | | | | | | | New commits imported: b73546d Merge pull request #59 in SDK/usdpaa from ~R54964/usdpaa:sdk-v1.8.x to sdk-v1.8.x 9f5bf07 qbman: add null check for lni while releasing sp c414204 qbman: enable sending cscn to dcp for old qman revision 41d2593 qbman: hardcode the mps 6e644c7 qbman: Handle lock failure and memory leak a8746fc dma_mem: Add check for lock failures e45130e usdpaa: Relocate spin_lock_destroy calls 4e68d11 usdpaa: Update standalone-env and Makefile.kw 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>
* eth-config: set CLEANBROKEN to 1Ting Liu2016-04-191-0/+2
| | | | | | | | 'make clean' not supported. 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>
* fm-ucode: update to commit 33c6c7aTing Liu2016-04-191-2/+2
| | | | | | | | | | | | | New commits imported: 33c6c7a fm-ucode: replace b4860_r2.0 file by b4860_r2.2 a039bc9 fm-ucode: release 106_x_17 version b55c6e0 fm-ucode: release 106_x_16 version 6184be0 fm-ucode: add missing files for _108_ version 143ca18 fm-ucode: release 108_x_5 version 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>
* fmlib: update to commit d697de9Ting Liu2016-04-191-2/+2
| | | | | | | | | | | | | | | | New commits imported: d697de9 fmlib: remove cc-aging support 9ec11a2 fmlib: fix coherency of data structures with fmd d357b76 Merge pull request #8 in DPAAMODULES/fmlib from ~R27762/fmlib:add_hm_node_stats to master 7523dd1 fmlib: add support for FM_PCD_KgSchemeGetCounter c1fd2c3 Render header manip node statistics available in user space 2a9113a fmlib: fix policer spelling issues 5e77666 fmlib: Remove FM_PORT_PcdPrsModifyStartOffset routine - not supported 4cdcebd fmlib: Update fmlib function name to its correct declaration name 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>
* fmc: update to commit a079d2cTing Liu2016-04-191-2/+2
| | | | | | | | | | | | | | New commits imported: a079d2c update variable names to match fmlib changes 44b1f42 Revert "Aging support added for classification" 9732cd8 Aging support added for classification 03505c3 [QSDK-2331] fmc: PIR/PBS are considered synonyms for CIR/CBS in policer tags 757754b ENGR00341753: Schemes sharing between ports is not working eca7122 Added makefile support for LS1043 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>
* usdpaa-apps: use in6_* macros from glibc instead of kernelTing Liu2016-04-192-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Both glibc and the kernel have in6_* macros definition. Use the one from glibc. Kernel headers will check for previous libc definitions by including include/linux/libc-compat.h. Fix the below build error: | [CC] xfrm_km.c (bin:srio_ipsec_offload) | In file included from .../tmp/sysroots/b4860qds-64b/usr/include/linux/xfrm.h:4:0, | from src/srio_ipsec_offload/xfrm_km.c:46: | .../usr/include/netinet/in.h:99:5: error: expected identifier before numeric constant | IPPROTO_HOPOPTS = 0, /* IPv6 Hop-by-Hop options. */ | ^ | In file included from .../tmp/sysroots/b4860qds-64b/usr/include/netinet/ip.h:24:0, | from src/srio_ipsec_offload/xfrm_km.c:52: | .../tmp/sysroots/b4860qds-64b/usr/include/netinet/in.h:209:8: error: redefinition of 'struct in6_addr' | struct in6_addr | ^ | In file included from .../tmp/sysroots/b4860qds-64b/usr/include/linux/xfrm.h:4:0, | from src/srio_ipsec_offload/xfrm_km.c:46: | .../tmp/sysroots/b4860qds-64b/usr/include/linux/in6.h:32:8: note: originally defined here | struct in6_addr { | ^ Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* usdpaa-apps: fix the inline function definition with gcc 5.xTing Liu2016-04-192-1/+83
| | | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* usdpaa: add COMPATIBLE_MACHINEZhenhua Luo2016-04-191-2/+1
| | | | | | usdpaa only supports QorIQ PPC targets Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Move meta-fsl-ppc content to layer rootOtavio Salvador2015-07-288-0/+308
This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>