aboutsummaryrefslogtreecommitdiff
path: root/platform/ext
diff options
context:
space:
mode:
authorRaef Coles <raef.coles@arm.com>2021-06-18 09:18:08 +0100
committerRaef Coles <raef.coles@arm.com>2021-10-07 09:10:40 +0100
commit33ff153fe06f4c9c0d97e43c8642d0bbf199b643 (patch)
tree0ad012a7a518ffa51740f8a91021c7bf462c00af /platform/ext
parentbe28fda96ed7ceccb3188565d4166c9390679949 (diff)
downloadtrusted-firmware-m-33ff153fe06f4c9c0d97e43c8642d0bbf199b643.tar.gz
Build: Rename platform configuration variables
To reflect that the implementations provided are now suitable for use in production. Replace the word "DUMMY" with the word "DEFAULT". Change-Id: I6fce78f1f6f1d8915a1f5cd53fbf12c5d68ff168 Signed-off-by: Raef Coles <raef.coles@arm.com>
Diffstat (limited to 'platform/ext')
-rw-r--r--platform/ext/target/arm/diphda/bl1/CMakeLists.txt2
-rw-r--r--platform/ext/target/arm/musca_b1/secure_enclave/config.cmake2
-rw-r--r--platform/ext/target/arm/musca_b1/sse_200/config.cmake4
-rw-r--r--platform/ext/target/arm/musca_s1/config.cmake2
4 files changed, 5 insertions, 5 deletions
diff --git a/platform/ext/target/arm/diphda/bl1/CMakeLists.txt b/platform/ext/target/arm/diphda/bl1/CMakeLists.txt
index 8ca620c29a..eb531f9284 100644
--- a/platform/ext/target/arm/diphda/bl1/CMakeLists.txt
+++ b/platform/ext/target/arm/diphda/bl1/CMakeLists.txt
@@ -188,7 +188,7 @@ target_sources(bl1_main
PRIVATE
${CMAKE_SOURCE_DIR}/platform/ext/common/boot_hal.c
$<$<BOOL:${PLATFORM_DEFAULT_UART_STDOUT}>:${CMAKE_SOURCE_DIR}/platform/ext/common/uart_stdout.c>
- $<$<BOOL:${PLATFORM_DUMMY_NV_COUNTERS}>:${CMAKE_SOURCE_DIR}/platform/ext/common/template/nv_counters.c>
+ $<$<BOOL:${PLATFORM_DEFAULT_NV_COUNTERS}>:${CMAKE_SOURCE_DIR}/platform/ext/common/template/nv_counters.c>
)
target_link_libraries(bl1_main
diff --git a/platform/ext/target/arm/musca_b1/secure_enclave/config.cmake b/platform/ext/target/arm/musca_b1/secure_enclave/config.cmake
index 6325b141cc..0b1842e48c 100644
--- a/platform/ext/target/arm/musca_b1/secure_enclave/config.cmake
+++ b/platform/ext/target/arm/musca_b1/secure_enclave/config.cmake
@@ -11,7 +11,7 @@ set(NS FALSE CACHE BOOL "Whether to
set(TEST_NS OFF CACHE BOOL "Whether to build NS regression tests" FORCE)
# Serial output is not available for Secure Enclave
-set(PLATFORM_DEFAULT_UART_STDOUT FALSE CACHE BOOL "Use default uart stdout implementation." FORCE)
+set(PLATFORM_DEFAULT_UART_STDOUT OFF CACHE BOOL "Use default uart stdout implementation." FORCE)
set(MCUBOOT_LOG_LEVEL "NONE" CACHE STRING "Level of logging to use for MCUboot [OFF, ERROR, WARNING, INFO, DEBUG]" FORCE)
# Test services are inaccessible via Proxy service
diff --git a/platform/ext/target/arm/musca_b1/sse_200/config.cmake b/platform/ext/target/arm/musca_b1/sse_200/config.cmake
index 859a88af2c..31858cb0e5 100644
--- a/platform/ext/target/arm/musca_b1/sse_200/config.cmake
+++ b/platform/ext/target/arm/musca_b1/sse_200/config.cmake
@@ -6,14 +6,14 @@
#-------------------------------------------------------------------------------
-set(PLATFORM_DUMMY_ATTEST_HAL FALSE CACHE BOOL "Use dummy boot hal implementation. Should not be used in production.")
+set(PLATFORM_DEFAULT_ATTEST_HAL FALSE CACHE BOOL "Use dummy boot hal implementation. Should not be used in production.")
set(TFM_CRYPTO_TEST_ALG_CFB OFF CACHE BOOL "Test CFB cryptography mode")
if (NOT FORWARD_PROT_MSG)
set(CRYPTO_HW_ACCELERATOR ON CACHE BOOL "Whether to enable the crypto hardware accelerator on supported platforms")
set(CRYPTO_NV_SEED OFF CACHE BOOL "Use stored NV seed to provide entropy")
if(CRYPTO_HW_ACCELERATOR_OTP_STATE STREQUAL "ENABLED")
- set(PLATFORM_DUMMY_CRYPTO_KEYS FALSE CACHE BOOL "Use dummy crypto keys. Should not be used in production.")
+ set(PLATFORM_DEFAULT_CRYPTO_KEYS FALSE CACHE BOOL "Use dummy crypto keys. Should not be used in production.")
# Musca-B1 with OTP enabled is provisioned with a random Initial
# Attestation key generated in runtime.
# The public key data is not pre-defined and therefore it can only be
diff --git a/platform/ext/target/arm/musca_s1/config.cmake b/platform/ext/target/arm/musca_s1/config.cmake
index 1d16c1ba83..8861f2395d 100644
--- a/platform/ext/target/arm/musca_s1/config.cmake
+++ b/platform/ext/target/arm/musca_s1/config.cmake
@@ -10,7 +10,7 @@ set(CRYPTO_NV_SEED OFF CACHE BOOL "Use stored
set(TFM_CRYPTO_TEST_ALG_CFB OFF CACHE BOOL "Test CFB cryptography mode")
if(CRYPTO_HW_ACCELERATOR_OTP_STATE STREQUAL "ENABLED")
- set(PLATFORM_DUMMY_CRYPTO_KEYS FALSE CACHE BOOL "Use dummy crypto keys. Should not be used in production.")
+ set(PLATFORM_DEFAULT_CRYPTO_KEYS FALSE CACHE BOOL "Use dummy crypto keys. Should not be used in production.")
# Musca-S1 with OTP enabled is provisioned with a random Initial Attestation
# key generated in runtime.
# The public key data is not pre-defined and therefore it can only be