summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/flib/flib_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* flib: update to revision 91bbb13Ting Liu2015-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | This imports the following changes: 91bbb13 tls: remove misleading comment 2206af9 PROTOCOL - add IPsec NULL authentication a8bc0be IPsec legacy mode - fix zero-length key(s) cases e92572e PROTOCOL - fix GCM16 and GMAC modes for IPsec b18fb26 fix spurious regression tests failures b0a4577 tls: add stateless 3DES_EDE_CBC_SHA TLS10 kernel descriptors 0e2ffc0 tls: add stateless TLS10 kernel descriptors 0a58a47 rename operation mapping structure member 5bdf1a4 rename iv_flags to b0_flags d1c1b3b Don't use ERA dependent code for AEAD descriptor 8ad040d fix AEAD descriptor pointer size specification ec280b6 add AEAD-like descriptor 11688af add algorithm mode support Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* flib: update to revision 4bd48d4Zhenhua Luo2015-01-071-2/+2
| | | | | | | | | | | | This update to fsl sdk v1.7 release. The detailed changes can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/flib.git/ The license file changes: 1. add SPDX license identifier 2. update to 'Copyright 2008-2014' Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* flib: update to sdk v1.6 releaseTing Liu2014-07-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: fix ZUC-E + SNOW f9 decapsulation fix PDCP Control Plane AES-CTR + SNOW f9 decapsulation WiMAX: wait to update the header on encap era4 WiMAX: invalidate prefetch buffer on encap (era5+) fix invalid offset in PDCP MOVE commands fix RLC PDB comment fix WiFi for SEC ERA > 5 remove nonsensical comment for MBMS descriptor creation function fix RLC encap descriptor add WCDMA RLC protocol descriptors MBMS processing should be done only on devices with SEC ERA >= 5 MOVE - fix (#2) support for selecting offset in MATH Regs using AUX field MOVE - fix support for selecting offset in MATH Regs using AUX field fix MBMS statistics writeback add MBMS statistics retrieval function fix PATCH_RAW and PATCH_RAW_NON_LOCAL beautify MBMS descriptor creation functions add PATCH_RAW and PATCH_RAW_NON_LOCAL support fix IFB in MBMS Type 1 & 3 descriptors remove compiler warnings from descriptors remove compiler warnings from RTA library core add MBMS SYNC protocol processing support SEQ IN PTR - don't generate pointer field when SOP is used fix PDCP Control Plane AES-CTR + SNOW f9 decapsulation for SEC ERA >=6 PROTOCOL - add ODF and DFV HMO bits for IPsec protocol fix PDCP Control Plane with ZUC encryption & NULL integrity Job descriptor - fix usage of Make Trusted Descriptor (MTD) enable SEC Era 6 support Extended job descriptor - add support for FTD bit add JUMP_INC and JUMP_DEC commands MOVE - add support for selecting offset in MATH Regs using AUX field SEQFIFOLOAD - add support for AIDF bit SEQKEY - add support for VLF and AIDF bits WAITCOMP is a MOVE-specific flag, not a generic flag LOAD - fix length mask for the case when dst is DCTRL SEQ OUT PTR - add support for RST and EWS bits Job descriptor - do not allow TD and MTD options in the same time Job descriptor - add support for Extended Header - JOB_HDR_EXT refactoring - add __rta_out* for writing in the descriptor buffer LOAD command fix - always return the insertion offset in the desc buffer add defines needed for Linux kernel integration add helper macros for finding out descriptor length move platform dependencies to compat.h whitespace fixes add Class Context src/dst for the LOAD/STORE commands add defines for SEC commands rename MATH src/dst PROT to MATH DPOVRD add support for RNG4 bits PS, AI rename FIFOLD_TYPE_DFIFO to FIFOLD_TYPE_NOINFOFIFO rename LD/ST DECO descriptor buffers src/dst sync pdb.h with Linux kernel counterpart prepare sync of pdb.h with Linux kernel counterpart fix test_load DXLT golden pattern Update RSA descriptors add DES-CBC/3DES-CBC & AES-XCBC-MAC-96 IPsec descriptors add TLS family descriptor for cipher block suites add RSA protocol descriptors fix AES-CTR + SNOW f9 decapsulation Signed-off-by: Ting Liu <b28495@freescale.com>
* flib: update SHA for SDK T2080QDSZongchun Yu2014-02-131-1/+3
| | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
* flib: update SHA for SDK 1.5Zhenhua Luo2014-01-121-1/+1
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* change layout to follow oe-core guidelines of recipesTing Liu2013-07-101-0/+15
Follow the rules defined in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes.txt recipes-bsp - Anything with links to specific hardware or hardware configuration information recipes-connectivity - Libraries and applications related to communication with other devices recipes-core - What's needed to build a basic working Linux image including commonly used dependencies recipes-devtools - Tools primarily used by the build system (but can also be used on targets) recipes-extended - Applications which whilst not essential add features compared to the alternatives in core. May be needed for full tool functionality or LSB compliance. recipes-gnome - All things related to the GTK+ application framework recipes-graphics - X and other graphically related system libraries recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies recipes-lsb4 - Recipes added for the sole purpose of supporting the Linux Standard Base (LSB) 4.x recipes-multimedia - Codecs and support utilties for audio, images and video recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel recipes-qt - All things related to the Qt application framework recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration recipes-support - Recipes used by other recipes but that are not directly included in images recipes-dpaa - recipes related to fsl dpaa feature recipes-virtualization - recipes related to fsl virtualization feature Signed-off-by: Ting Liu <b28495@freescale.com>