Merge "build: deprecate Arm rde1edge" into integration

This commit is contained in:
Manish V Badarkhe 2023-05-02 14:31:01 +02:00 committed by TrustedFirmware Code Review
commit fda676d3d2
2 changed files with 7 additions and 2 deletions

View file

@ -76,7 +76,9 @@ Deprecated platforms
+----------------+----------------+--------------------+--------------------+ +----------------+----------------+--------------------+--------------------+
| tc0 | Arm | 2.8 | 3.0 | | 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.*

View 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 # 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 include plat/arm/css/sgi/sgi-common.mk
RDE1EDGE_BASE = plat/arm/board/rde1edge RDE1EDGE_BASE = plat/arm/board/rde1edge