summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-10-14 11:03:06 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:15 -0200
commit4f141bec24ca1240461598d398f03510f74c7682 (patch)
treee1c7b5b6ee2c631a128e369de8745fbf40d25f46 /recipes-kernel
parent95b27bae4d6d8a8405c070a7ccf0f8b27681d24e (diff)
downloadmeta-freescale-4f141bec24ca1240461598d398f03510f74c7682.tar.gz
pkc-host: update to e021464
Changes: e021464 remove leftover function prototype after clean-up 12e8c6c fix incorrect incrementing of cpu_ids when smt_enabled=off c2eb9be remove not used setting of SEC affinity 6792dc5 remove not used ring index field b876f88 remove not used function 81d3701 remove unused fields in crypto_op_ctx structure 90417a6 remove not used reference to external variable c865aab do not allocate space for input buffers 23daf5f remove unused structure fields 94aa8a1 remove ASSIGN64 leftovers 53c5840 fix ordering of memory writes during enqueue 51ec14a fix creation of descriptor headers 3a7edb8 dh.c: remove unnecessary iowrite's into local memory 533bc6d dsa.c: remove unnecessary iowrite's into local memory 5a8d7b6 rsa.c remove unnecessary iowrite's into local memory 475e3a9 combine two identical cases into one 084c9b1 use host virtual address field also for input buffers 3dd8f76 print debug after the variable is initialized 2b48990 fix missing space typo fa57a94 remove no longer used structure field 5bb82cc remove unused code f680f4c fix interrupt-remapping issues on Intel(R) platforms 254d774 do not allocate DMA buffers on stack Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/pkc-host/pkc-host_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/pkc-host/pkc-host_git.bb b/recipes-kernel/pkc-host/pkc-host_git.bb
index 8d677f1d..8b56b3ae 100644
--- a/recipes-kernel/pkc-host/pkc-host_git.bb
+++ b/recipes-kernel/pkc-host/pkc-host_git.bb
@@ -11,7 +11,7 @@ RDEPENDS_${PN} += "cryptodev-module bc"
11REQUIRED_DISTRO_FEATURES = "c29x_pkc" 11REQUIRED_DISTRO_FEATURES = "c29x_pkc"
12 12
13SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-host.git;branch=sdk-v2.0.x" 13SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-host.git;branch=sdk-v2.0.x"
14SRCREV = "21a6b5b7393bd668a049bde457e1cd0aa05d1bd0" 14SRCREV = "e021464d700b3259d7114fb6e5e54a9f9c3ee326"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17