Merge changes from topic "tbbr/fw_enc" into integration
* changes:
  docs: qemu: Add instructions to boot using FIP image
  docs: Update docs with firmware encryption feature
  qemu: Support optional encryption of BL31 and BL32 images
  qemu: Update flash address map to keep FIP in secure FLASH0
  Makefile: Add support to optionally encrypt BL31 and BL32
  tools: Add firmware authenticated encryption tool
  TBB: Add an IO abstraction layer to load encrypted firmwares
  drivers: crypto: Add authenticated decryption framework
commit 091576e7f1fa0ca7360732d290a28ff2dc2a16e6
2 parents a3d0fa3 + 4ebbea9
@Sandrine Bailleux Sandrine Bailleux authored on 9 Mar 2020
TrustedFirmware Code Review committed on 9 Mar 2020
Showing 33 changed files
View
Makefile
View
docs/change-log-upcoming.rst
View
docs/design/auth-framework.rst
View
docs/design/trusted-board-boot.rst
View
docs/getting_started/build-options.rst
View
docs/getting_started/porting-guide.rst
View
docs/getting_started/tools-build.rst
View
docs/plat/qemu.rst
View
drivers/auth/crypto_mod.c
View
drivers/auth/cryptocell/712/cryptocell_crypto.c
View
drivers/auth/mbedtls/mbedtls_common.mk
View
drivers/auth/mbedtls/mbedtls_crypto.c
View
drivers/io/io_encrypted.c 0 → 100644
View
include/drivers/auth/crypto_mod.h
View
include/drivers/auth/mbedtls/mbedtls_config.h
View
include/drivers/io/io_encrypted.h 0 → 100644
View
include/drivers/io/io_storage.h
View
include/export/common/tbbr/tbbr_img_def_exp.h
View
include/plat/common/platform.h
View
include/tools_share/firmware_encrypted.h 0 → 100644
View
make_helpers/build_macros.mk
View
make_helpers/defaults.mk
View
plat/common/plat_bl_common.c
View
plat/qemu/common/qemu_io_storage.c
View
plat/qemu/qemu/include/platform_def.h
View
plat/qemu/qemu/platform.mk
View
tools/encrypt_fw/Makefile 0 → 100644
View
tools/encrypt_fw/include/cmd_opt.h 0 → 100644
View
tools/encrypt_fw/include/debug.h 0 → 100644
View
tools/encrypt_fw/include/encrypt.h 0 → 100644
View
tools/encrypt_fw/src/cmd_opt.c 0 → 100644
View
tools/encrypt_fw/src/encrypt.c 0 → 100644
View
tools/encrypt_fw/src/main.c 0 → 100644