Browse Source

build: deprecate Arm rdn1edge and sgi575 FVP platforms

Arm has decided to deprecate the sgi575 and rdn1edge platforms.
The development of software and fast models for these platforms
has been discontinued. rdn1edge platform has been superseded by the
rdn2 platform, which is already supported in TF-A and CI work is
underway for this platform.

Change-Id: If2228fb73549b244c3a5b0e5746617b3f24fe771
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
pull/1989/head
Manish V Badarkhe 2 years ago
parent
commit
07dc8ba93b
  1. 4
      docs/plat/deprecated.rst
  2. 2
      plat/arm/board/rdn1edge/platform.mk
  3. 2
      plat/arm/board/sgi575/platform.mk

4
docs/plat/deprecated.rst

@ -18,3 +18,7 @@ List of deprecated platforms
+----------------+----------------+--------------------+--------------------+
| mt6795 | MTK | 2.5 | 2.7 |
+----------------+----------------+--------------------+--------------------+
| sgi575 | Arm | 2.8 | 3.0 |
+----------------+----------------+--------------------+--------------------+
| rdn1edge | Arm | 2.8 | 3.0 |
+----------------+----------------+--------------------+--------------------+

2
plat/arm/board/rdn1edge/platform.mk

@ -4,6 +4,8 @@
# SPDX-License-Identifier: BSD-3-Clause
#
$(warning Platform ${PLAT} is deprecated. Some of the features might not work as expected)
# GIC-600 configuration
GICV3_IMPL_GIC600_MULTICHIP := 1

2
plat/arm/board/sgi575/platform.mk

@ -4,6 +4,8 @@
# 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
SGI575_BASE = plat/arm/board/sgi575

Loading…
Cancel
Save