]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
build: deprecate Arm rde1edge
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 19 Apr 2023 12:27:59 +0000 (13:27 +0100)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Thu, 20 Apr 2023 04:29:41 +0000 (05:29 +0100)
Arm has decided to deprecate the rde1edge platform. The development
of software and fast model for this platform have been discontinued.
Hence, updated the makefile to warn about the deprecation of this
platform, and also reflected it in the documentation.

Change-Id: I0d44de4590dd5dce02c7c4b433df25dc438e6c49
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
docs/plat/index.rst
plat/arm/board/rde1edge/platform.mk

index a4e206780505710c4fc8b6cf54315936f76318d3..57c7303ca7ac177fd0f2fb997af6f3d2d8299db1 100644 (file)
@@ -76,7 +76,9 @@ Deprecated platforms
 +----------------+----------------+--------------------+--------------------+
 |    tc0         |      Arm       |        2.8         |       3.0          |
 +----------------+----------------+--------------------+--------------------+
+|    rde1edge    |      Arm       |        2.9         |       3.1          |
++----------------+----------------+--------------------+--------------------+
 
 --------------
 
-*Copyright (c) 2019-2022, Arm Limited. All rights reserved.*
+*Copyright (c) 2019-2023, Arm Limited. All rights reserved.*
index 0f9dd496a74018b814579933efb3e9cdb696a253..4a9a467b21a94c623576502459a7a376471b20fa 100644 (file)
@@ -1,9 +1,12 @@
 #
-# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
+# Copyright (c) 2018-2023, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
 
+$(warning Platform ${PLAT} is deprecated. \
+  Some of the features might not work as expected)
+
 include plat/arm/css/sgi/sgi-common.mk
 
 RDE1EDGE_BASE          =       plat/arm/board/rde1edge