arm-trusted-firmware/plat/xilinx/zynqmp
Siva Durga Prasad Paladugu db48453493 zynqmp: Add ATF support for Data blob encryption and decryption
This patch adds ATF support for AES data blob encrypt/decrypt.
ATF establishes a path to send the address of the structure
to the xilsecure, so that it will pick addresses of the data
and performs the requested operation (encrypt/decrypt) and puts
the result in load address.

where structure contains
- Data blob src address
- load address
- IV address
- Key address - this will actual key addr in case of KUP
		else it will be zero.
- Data-size
- Aes-op type
- KeySrc

Signed-off-by: Kalyani Akula <kalyani.akula@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
2018-09-04 18:05:50 +05:30
..
aarch64 zynqmp: Remove emulation platform support 2018-09-04 18:02:25 +05:30
include PSCI: Fix types of definitions 2018-07-20 13:49:22 +01:00
ipi_mailbox_service Add Xilinx ZynqMP IPI mailbox service 2018-01-08 16:03:09 -08:00
pm_service zynqmp: Add ATF support for Data blob encryption and decryption 2018-09-04 18:05:50 +05:30
tsp Rework page table setup for varying number of mem regions 2018-07-24 15:01:57 +01:00
bl31_zynqmp_setup.c Rework page table setup for varying number of mem regions 2018-07-24 15:01:57 +01:00
plat_psci.c xilinx: zynqmp: Remove PMU Firmware checks 2018-05-17 15:18:46 +05:30
plat_startup.c plat: zynqmp: Don't panic() if we can't find the FSBL struct 2018-05-17 15:18:32 +05:30
plat_topology.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_zynqmp.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform.mk zynqmp: Add wdt timeout restart functionality 2018-05-17 15:19:26 +05:30
sip_svc_setup.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
zynqmp_def.h zynqmp: Remove emulation platform support 2018-09-04 18:02:25 +05:30
zynqmp_ipi.c zynqmp: pm_service: Make PMU IPI-1 channel unsecure 2018-05-17 15:19:02 +05:30
zynqmp_ipi.h Introduce ZynqMP IPI implementation 2018-01-08 16:03:09 -08:00
zynqmp_private.h zynqmp: Add wdt timeout restart functionality 2018-05-17 15:19:26 +05:30