common/dpaax: move shared sec HW code from dpaa2_sec
authorHemant Agrawal <hemant.agrawal@nxp.com>
Tue, 13 Aug 2019 07:20:16 +0000 (12:50 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
commitc0ded849131598760a25e96ff368d035838af0b3
tree707ccd8ec366aee92e7e420ab4a9bd8069cdfcd4
parentb53e6272cbae03d8c6fd38a57e3aa60b76b6f4da
common/dpaax: move shared sec HW code from dpaa2_sec

The SEC HW code is being shared by multiple NXP based
drivers. It is better to place it at a common place.
Current users are:
1. DPAA2_SEC
2. DPAA_SEC
3. CAAM_JR

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
54 files changed:
drivers/common/dpaax/caamflib/compat.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/desc.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/desc/algo.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/desc/common.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/desc/ipsec.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/desc/pdcp.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/fifo_load_store_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/header_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/jump_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/key_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/load_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/math_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/move_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/nfifo_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/operation_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/protocol_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/sec_run_time_asm.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/seq_in_out_ptr_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/signature_cmd.h [new file with mode: 0644]
drivers/common/dpaax/caamflib/rta/store_cmd.h [new file with mode: 0644]
drivers/crypto/caam_jr/Makefile
drivers/crypto/caam_jr/caam_jr.c
drivers/crypto/caam_jr/caam_jr_hw.c
drivers/crypto/caam_jr/caam_jr_pvt.h
drivers/crypto/caam_jr/caam_jr_uio.c
drivers/crypto/caam_jr/meson.build
drivers/crypto/dpaa2_sec/Makefile
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
drivers/crypto/dpaa2_sec/hw/compat.h [deleted file]
drivers/crypto/dpaa2_sec/hw/desc.h [deleted file]
drivers/crypto/dpaa2_sec/hw/desc/algo.h [deleted file]
drivers/crypto/dpaa2_sec/hw/desc/common.h [deleted file]
drivers/crypto/dpaa2_sec/hw/desc/ipsec.h [deleted file]
drivers/crypto/dpaa2_sec/hw/desc/pdcp.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/fifo_load_store_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/header_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/jump_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/key_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/load_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/math_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/move_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/nfifo_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/operation_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/protocol_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/sec_run_time_asm.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/seq_in_out_ptr_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/signature_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/hw/rta/store_cmd.h [deleted file]
drivers/crypto/dpaa2_sec/meson.build
drivers/crypto/dpaa_sec/Makefile
drivers/crypto/dpaa_sec/dpaa_sec.c
drivers/crypto/dpaa_sec/meson.build