fix(nxp): driver crypto caamFix based on code review. Then, it was checked with NXP Flexbuild andtheir fix has been imported.Change-Id: Icae1fb08b07bca5d4f6771e92b48d9e2071da0eeSigned-off-by: V
fix(nxp): driver crypto caamFix based on code review. Then, it was checked with NXP Flexbuild andtheir fix has been imported.Change-Id: Icae1fb08b07bca5d4f6771e92b48d9e2071da0eeSigned-off-by: Vincent Jardin <vjardin@free.fr>
show more ...
refactor: digest sizesThe digest size in bytes for sha1/256/384/512 were defined in multipleplaces. Refactor the macros into a common header file.Change-Id: I84ef3561486ff70345ae8c871d5d6e156457
refactor: digest sizesThe digest size in bytes for sha1/256/384/512 were defined in multipleplaces. Refactor the macros into a common header file.Change-Id: I84ef3561486ff70345ae8c871d5d6e1564574ec2Signed-off-by: Raghu Krishnamurthy <raghupathyk@nvidia.com>
fix(tree): correct some typosfound using codespell (https://github.com/codespell-project/codespell).Signed-off-by: Elyes Haouas <ehaouas@noos.fr>Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6
fix(tree): correct some typosfound using codespell (https://github.com/codespell-project/codespell).Signed-off-by: Elyes Haouas <ehaouas@noos.fr>Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
feat(nxp-crypto): add chassis 3 supportAdd Chassis 3 support for CAAM driver.Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>Change-Id: Ied26dd3881489a03017a45966888a61a0813492c
fix(nxp-crypto): refine code to avoid hang issue for some of toolchainbitfield structure maybe has strict-aliasing issue for some compiler,for example the old code has hang issue for yocto 3.4 too
fix(nxp-crypto): refine code to avoid hang issue for some of toolchainbitfield structure maybe has strict-aliasing issue for some compiler,for example the old code has hang issue for yocto 3.4 toolchain, sorefine the code to avoid to use bitfield structure.Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>Change-Id: I6b6d7597311240dd6d6b8ca4ce508c69332f9c68
refactor: moved drivers hdr files to include/drivers/nxpNXP drivers header files are moved: - from: drivers/nxp/<xx>/*.h - to : include/drivers/nxp/<xx>/*.hTo accommodate these changes eac
refactor: moved drivers hdr files to include/drivers/nxpNXP drivers header files are moved: - from: drivers/nxp/<xx>/*.h - to : include/drivers/nxp/<xx>/*.hTo accommodate these changes each drivers makefilesdrivers/nxp/<xx>/xx.mk, are updated.Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>Change-Id: I3979c509724d87e3d631a03dbafda1ee5ef07d21