mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 04:24:19 +00:00
Merge changes from topic "sgm775_deprecation" into integration
* changes: build: deprecate Arm sgm775 FVP platform docs: introduce process for platform deprecation
This commit is contained in:
commit
303f543e12
3 changed files with 21 additions and 0 deletions
18
docs/plat/deprecated.rst
Normal file
18
docs/plat/deprecated.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
Deprecated platforms
|
||||
====================
|
||||
|
||||
Process of deprecating a platform
|
||||
---------------------------------
|
||||
|
||||
Platform can be deprecated and its source can be kept in repository for a cooling
|
||||
off period before deleting it or it can be deleted straight away. For later types
|
||||
Deprecated/Deleted version would be same.
|
||||
|
||||
List of deprecated platforms
|
||||
----------------------------
|
||||
|
||||
+----------------+----------------+--------------------+--------------------+
|
||||
| Platform | Vendor | Deprecated version | Deleted version |
|
||||
+================+================+====================+====================+
|
||||
| sgm775 | Arm | 2.5 | 2.7 |
|
||||
+----------------+----------------+--------------------+--------------------+
|
|
@ -9,6 +9,7 @@ Platform Ports
|
|||
|
||||
allwinner
|
||||
arm/index
|
||||
deprecated
|
||||
meson-axg
|
||||
meson-gxbb
|
||||
meson-gxl
|
||||
|
|
|
@ -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/sgm/sgm-common.mk
|
||||
|
||||
SGM775_BASE= plat/arm/board/sgm775
|
||||
|
|
Loading…
Add table
Reference in a new issue