From 4f141bec24ca1240461598d398f03510f74c7682 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 14 Oct 2016 11:03:06 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- recipes-kernel/pkc-host/pkc-host_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" REQUIRED_DISTRO_FEATURES = "c29x_pkc" SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-host.git;branch=sdk-v2.0.x" -SRCREV = "21a6b5b7393bd668a049bde457e1cd0aa05d1bd0" +SRCREV = "e021464d700b3259d7114fb6e5e54a9f9c3ee326" S = "${WORKDIR}/git" -- 2.40.1