Merge "build: deprecate Arm TC0 FVP platform" into integration

This commit is contained in:
Manish V Badarkhe 2022-11-11 14:06:03 +01:00 committed by TrustedFirmware Code Review
commit b416d1aaee
2 changed files with 7 additions and 0 deletions

View file

@ -75,6 +75,8 @@ Deprecated platforms
+----------------+----------------+--------------------+--------------------+ +----------------+----------------+--------------------+--------------------+
| rdn1edge | Arm | 2.8 | 3.0 | | rdn1edge | Arm | 2.8 | 3.0 |
+----------------+----------------+--------------------+--------------------+ +----------------+----------------+--------------------+--------------------+
| tc0 | Arm | 2.8 | 3.0 |
+----------------+----------------+--------------------+--------------------+
-------------- --------------

View file

@ -5,6 +5,11 @@
include common/fdt_wrappers.mk include common/fdt_wrappers.mk
ifeq ($(TARGET_PLATFORM), 0)
$(warning Platform ${PLAT}$(TARGET_PLATFORM) is deprecated. \
Some of the features might not work as expected)
endif
ifeq ($(shell expr $(TARGET_PLATFORM) \<= 2), 0) ifeq ($(shell expr $(TARGET_PLATFORM) \<= 2), 0)
$(error TARGET_PLATFORM must be less than or equal to 2) $(error TARGET_PLATFORM must be less than or equal to 2)
endif endif