Merge pull request #315 from jcastillo-arm/jc/tbb_tmp9
Authentication Framework
commit 84f95bed549eab4ca40fbd0505e0e3720384880c
2 parents dba1289 + d337aaa
@danh-arm danh-arm authored on 25 Jun 2015
Showing 61 changed files
View
Makefile
View
bl1/bl1.ld.S
View
bl1/bl1_main.c
View
bl2/bl2.ld.S
View
bl2/bl2_main.c
View
common/auth.c 100644 → 0
View
common/auth/polarssl/polarssl.c 100644 → 0
View
common/auth/polarssl/polarssl.mk 100644 → 0
View
common/auth/polarssl/polarssl_config.h 100644 → 0
View
common/bl_common.c
View
docs/auth-framework.md 0 → 100644
View
docs/porting-guide.md
View
docs/trusted-board-boot.md
View
docs/user-guide.md
View
drivers/auth/auth_mod.c 0 → 100644
View
drivers/auth/crypto_mod.c 0 → 100644
View
drivers/auth/img_parser_mod.c 0 → 100644
View
drivers/auth/mbedtls/mbedtls_common.c 0 → 100644
View
drivers/auth/mbedtls/mbedtls_common.mk 0 → 100644
View
drivers/auth/mbedtls/mbedtls_crypto.c 0 → 100644
View
drivers/auth/mbedtls/mbedtls_crypto.mk 0 → 100644
View
drivers/auth/mbedtls/mbedtls_x509.mk 0 → 100644
View
drivers/auth/mbedtls/mbedtls_x509_parser.c 0 → 100644
View
drivers/auth/tbbr/tbbr_cot.c 0 → 100644
View
drivers/io/io_fip.c
View
include/common/auth.h 100644 → 0
View
include/common/bl_common.h
View
include/common/tbbr/cot_def.h 0 → 100644
View
include/common/tbbr/tbbr_img_def.h 0 → 100644
View
include/drivers/auth/auth_common.h 0 → 100644
View
include/drivers/auth/auth_mod.h 0 → 100644
View
include/drivers/auth/crypto_mod.h 0 → 100644
View
include/drivers/auth/img_parser_mod.h 0 → 100644
View
include/drivers/auth/mbedtls/mbedtls_common.h 0 → 100644
View
include/drivers/auth/mbedtls/mbedtls_config.h 0 → 100644
View
include/drivers/io/io_storage.h
View
include/plat/arm/board/common/board_arm_def.h
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/common/plat_arm.h
View
include/plat/arm/soc/common/soc_css_def.h
View
include/plat/common/common_def.h
View
include/plat/common/platform.h
View
plat/arm/board/common/board_arm_trusted_boot.c
View
plat/arm/board/common/board_common.mk 0 → 100644
View
plat/arm/board/common/board_css.mk
View
plat/arm/board/common/rotpk/arm_rotpk_rsa.der 0 → 100644
Not supported
View
plat/arm/board/common/rotpk/arm_rotpk_rsa_sha256.bin 0 → 100644
View
plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem 0 → 100644
View
plat/arm/board/fvp/aarch64/fvp_common.c
View
plat/arm/board/fvp/fvp_def.h
View
plat/arm/board/fvp/fvp_io_storage.c
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/juno/platform.mk
View
plat/arm/common/arm_common.mk
View
plat/arm/common/arm_io_storage.c
View
tools/cert_create/Makefile
View
tools/cert_create/include/ext.h
View
tools/cert_create/include/key.h
View
tools/cert_create/src/ext.c
View
tools/cert_create/src/key.c
View
tools/cert_create/src/main.c