[meta-freescale] [meta-freescale-layer][PATCH 04/10] pkc-host: update to e021464

ting.liu at nxp.com ting.liu at nxp.com
Thu Oct 13 20:03:06 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

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 at nxp.com>
---
 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 8d677f1..8b56b3a 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"
 
-- 
1.9.2



More information about the meta-freescale mailing list