arm-trusted-firmware/drivers/io
Sumit Garg 2be57b8658 TBB: Add an IO abstraction layer to load encrypted firmwares
TBBR spec advocates for optional encryption of firmwares (see optional
requirement: R060_TBBR_FUNCTION). So add an IO abstaction layer to
support firmware decryption that can be stacked above any underlying IO/
packaging layer like FIP etc. It aims to provide a framework to load any
encrypted IO payload.

Also, add plat_get_enc_key_info() to be implemented in a platform
specific manner as handling of encryption key may vary from one platform
to another.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Change-Id: I9892e0ddf00ebecb8981301dbfa41ea23e078b03
2020-03-06 16:40:37 +05:30
..
io_block.c io: change seek offset to signed long long 2020-01-10 21:14:57 +01:00
io_dummy.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
io_encrypted.c TBB: Add an IO abstraction layer to load encrypted firmwares 2020-03-06 16:40:37 +05:30
io_fip.c io: change seek offset to signed long long 2020-01-10 21:14:57 +01:00
io_memmap.c io: change seek offset to signed long long 2020-01-10 21:14:57 +01:00
io_mtd.c Add raw NAND framework 2020-01-20 11:32:59 +01:00
io_semihosting.c io: change seek offset to signed long long 2020-01-10 21:14:57 +01:00
io_storage.c io: change seek offset to signed long long 2020-01-10 21:14:57 +01:00