Export KEY_ALG as a user build option
The `KEY_ALG` variable is used to select the algorithm for key
generation by `cert_create` tool for signing the certificates. This
variable was previously undocumented and did not have a global default
value. This patch corrects this and also adds changes to derive the
value of `TF_MBEDTLS_KEY_ALG` based on `KEY_ALG` if it not set by the
platform. The corresponding assignment of these variables are also now
removed from the `arm_common.mk` makefile.

Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Change-Id: I78e2d6f4fc04ed5ad35ce2266118afb63127a5a4
1 parent d818a02 commit 2091755c5e3b8d94333b9aad742e61db9d754cc5
@Soby Mathew Soby Mathew authored on 31 Aug 2017
Showing 4 changed files
View
docs/user-guide.rst
View
drivers/auth/mbedtls/mbedtls_crypto.mk
View
make_helpers/defaults.mk
View
plat/arm/common/arm_common.mk