cc3xx/config: add CC3XX_CONFIG_HW_VERSION_CC310

follow-up of 32978

Change-Id: I3f61a55fdeafdff79790e3c8c8abd1aff00f0e17
Signed-off-by: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
diff --git a/platform/ext/target/arm/musca_b1/cc312/cc3xx_config.h b/platform/ext/target/arm/musca_b1/cc312/cc3xx_config.h
index a42195c..05ae1d9 100644
--- a/platform/ext/target/arm/musca_b1/cc312/cc3xx_config.h
+++ b/platform/ext/target/arm/musca_b1/cc312/cc3xx_config.h
@@ -191,4 +191,7 @@
 #define CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS 128
 #endif /* CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS */
 
+/* Whether the present hardware is a CC310 */
+/* #define CC3XX_CONFIG_HW_VERSION_CC310 */
+
 #endif /* CC3XX_CONFIG_H */
diff --git a/platform/ext/target/arm/musca_s1/cc312/cc3xx_config.h b/platform/ext/target/arm/musca_s1/cc312/cc3xx_config.h
index a42195c..05ae1d9 100644
--- a/platform/ext/target/arm/musca_s1/cc312/cc3xx_config.h
+++ b/platform/ext/target/arm/musca_s1/cc312/cc3xx_config.h
@@ -191,4 +191,7 @@
 #define CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS 128
 #endif /* CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS */
 
+/* Whether the present hardware is a CC310 */
+/* #define CC3XX_CONFIG_HW_VERSION_CC310 */
+
 #endif /* CC3XX_CONFIG_H */
diff --git a/platform/ext/target/arm/rse/common/bl1/cc3xx/cc3xx_config.h b/platform/ext/target/arm/rse/common/bl1/cc3xx/cc3xx_config.h
index 307794e..66363f9 100644
--- a/platform/ext/target/arm/rse/common/bl1/cc3xx/cc3xx_config.h
+++ b/platform/ext/target/arm/rse/common/bl1/cc3xx/cc3xx_config.h
@@ -193,4 +193,7 @@
 #define CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS 128
 #endif /* CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS */
 
+/* Whether the present hardware is a CC310 */
+/* #define CC3XX_CONFIG_HW_VERSION_CC310 */
+
 #endif /* CC3XX_CONFIG_H */
diff --git a/platform/ext/target/arm/rse/common/bl2/cc3xx/cc3xx_config.h b/platform/ext/target/arm/rse/common/bl2/cc3xx/cc3xx_config.h
index 5858f22..282920b 100644
--- a/platform/ext/target/arm/rse/common/bl2/cc3xx/cc3xx_config.h
+++ b/platform/ext/target/arm/rse/common/bl2/cc3xx/cc3xx_config.h
@@ -193,4 +193,7 @@
 #define CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS 128
 #endif /* CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS */
 
+/* Whether the present hardware is a CC310 */
+/* #define CC3XX_CONFIG_HW_VERSION_CC310 */
+
 #endif /* CC3XX_CONFIG_H */
diff --git a/platform/ext/target/arm/rse/common/runtime/cc3xx/cc3xx_config.h b/platform/ext/target/arm/rse/common/runtime/cc3xx/cc3xx_config.h
index be579e8..ce00dcf 100644
--- a/platform/ext/target/arm/rse/common/runtime/cc3xx/cc3xx_config.h
+++ b/platform/ext/target/arm/rse/common/runtime/cc3xx/cc3xx_config.h
@@ -193,4 +193,7 @@
 #define CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS 128
 #endif /* CC3XX_CONFIG_STDLIB_LFSR_MAX_ATTEMPTS */
 
+/* Whether the present hardware is a CC310 */
+/* #define CC3XX_CONFIG_HW_VERSION_CC310 */
+
 #endif /* CC3XX_CONFIG_H */