]> git.baikalelectronics.ru Git - arm-tf.git/commit
Export KEY_ALG as a user build option
authorSoby Mathew <soby.mathew@arm.com>
Thu, 31 Aug 2017 10:49:32 +0000 (11:49 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Thu, 31 Aug 2017 15:42:11 +0000 (16:42 +0100)
commit2091755c5e3b8d94333b9aad742e61db9d754cc5
tree39cd6c5b43132df7574b75e077d6daa77dabeaed
parentd818a02cb489eae1f99cabf949d47e56347e4537
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
docs/user-guide.rst
drivers/auth/mbedtls/mbedtls_crypto.mk
make_helpers/defaults.mk
plat/arm/common/arm_common.mk