Update baremetal config to exclude MBEDTLS_SHAxxx_USE_A64_CRYPTO_IF_PRESENT
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
9a36f4cb97
commit
bc2d2179be
1 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,8 @@ EXCLUDE_FROM_BAREMETAL = frozenset([
|
||||||
'MBEDTLS_THREADING_C', # requires a threading interface
|
'MBEDTLS_THREADING_C', # requires a threading interface
|
||||||
'MBEDTLS_THREADING_PTHREAD', # requires pthread
|
'MBEDTLS_THREADING_PTHREAD', # requires pthread
|
||||||
'MBEDTLS_TIMING_C', # requires a clock
|
'MBEDTLS_TIMING_C', # requires a clock
|
||||||
|
'MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT', # requires an OS for runtime-detection
|
||||||
|
'MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT', # requires an OS for runtime-detection
|
||||||
])
|
])
|
||||||
|
|
||||||
def keep_in_baremetal(name):
|
def keep_in_baremetal(name):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue