diff options
Diffstat (limited to 'meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc')
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc index 70544e26..e32e3502 100644 --- a/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc +++ b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc | |||
@@ -1,24 +1,17 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl:" |
2 | 2 | ||
3 | SRC_URI_qoriq-ppc = "git://github.com/nmav/cryptodev-linux.git \ | 3 | SRC_URI_qoriq-ppc = "git://github.com/cryptodev-linux/cryptodev-linux.git \ |
4 | file://0001-add-support-for-composite-TLS-SHA1-AES-algorithm-off.patch \ | 4 | file://0001-add-support-for-composite-TLS10-SHA1-AES-algorithm-o.patch \ |
5 | file://0002-use-function-local-storage-for-cipher-and-hmac-keys.patch \ | 5 | file://0002-add-support-for-COMPAT_CIOCAUTHCRYPT-ioctl.patch \ |
6 | file://0003-Add-support-for-aead-keys-for-composite-algorithms.patch \ | 6 | file://0003-PKC-support-added-in-cryptodev-module.patch \ |
7 | file://0004-fix-scatterlist-size-for-in-place-operations.patch \ | 7 | file://0004-Compat-versions-of-PKC-IOCTLs.patch \ |
8 | file://0005-add-dst_len-parameter-to-be-provided-by-the-user.patch \ | 8 | file://0005-Asynchronous-interface-changes-in-cryptodev.patch \ |
9 | file://0006-fix-build-error-on-some-targets.patch \ | 9 | file://0006-ECC_KEYGEN-and-DLC_KEYGEN-supported-in-cryptodev-mod.patch \ |
10 | file://0007-add-support-for-COMPAT_CIOCAUTHCRYPT-ioctl.patch \ | 10 | file://0007-RCU-stall-fixed-in-PKC-asynchronous-interface.patch \ |
11 | file://0008-fix-cipher-algorithm-memleaks.patch \ | 11 | file://0008-Add-RSA-Key-generation-offloading.patch \ |
12 | file://0009-PKC-support-added-in-cryptodev-module.patch \ | 12 | file://0009-Fixed-compilation-error-of-openssl-with-fsl-cryptode.patch \ |
13 | file://0010-Compat-versions-of-PKC-IOCTLs.patch \ | ||
14 | file://0011-Asynchronous-interface-changes-in-cryptodev.patch \ | ||
15 | file://0012-ECC_KEYGEN-and-DLC_KEYGEN-supported-in-cryptodev-mod.patch \ | ||
16 | file://0013-RCU-stall-fixed-in-PKC-asynchronous-interface.patch \ | ||
17 | file://0014-use-static-allocation-for-keys-copied-from-userspace.patch \ | ||
18 | file://0015-Add-RSA-Key-generation-offloading.patch \ | ||
19 | file://0016-Fixed-compilation-error-of-openssl-with-fsl-cryptode.patch \ | ||
20 | " | 13 | " |
21 | SRCREV_qoriq-ppc = "e8609a408d40c83ae8fc11bbe9a7b3847612669b" | 14 | SRCREV_qoriq-ppc = "6aa62a2c320b04f55fdfe0ed015c3d9b48997239" |
22 | 15 | ||
23 | S_qoriq-ppc = "${WORKDIR}/git" | 16 | S_qoriq-ppc = "${WORKDIR}/git" |
24 | 17 | ||