zynq: Remove support for Zynq-7000 SoC

Remove support for Zynq-7000 SoC, changes are
1. Remove Zynq7 tool chain support
2. Makefile changes to remove zynq7

Reasons to remove:
1. Removing redundant or unmaintained code
2. Reduce technical debt carried by OpenAMP team
3. very few customer using openamp on Zynq-7000 SoC

For using Zynq-7000 SoC support last working and tested
version is (v2023.04)
https://github.com/OpenAMP/libmetal/tree/v2023.04

Signed-off-by: Rajiv Mohan <rajiv.mohan@amd.com>
Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
This commit is contained in:
Rajiv Mohan
2024-08-02 02:31:06 -07:00
committed by Arnaud Pouliquen
parent a4bce35075
commit b691eee88f
5 changed files with 3 additions and 27 deletions

View File

@@ -263,6 +263,9 @@ This API is for compiler dependent functions. For this release, there is only
a GCC implementation, and compiler specific code is limited to atomic
operations.
## Deprecated platforms
- AMD-Xilinx Zynq7000. Last known stable release - v2023.04
## How to contribute
As an open-source project, we welcome and encourage the community to submit

View File

@@ -1,9 +0,0 @@
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
set (MACHINE "zynq7" CACHE STRING "")
set (PROJECT_VENDOR "xlnx" CACHE STRING "")
set (CROSS_PREFIX "arm-none-eabi-" CACHE STRING "")
set (CMAKE_C_FLAGS "-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard" CACHE STRING "")
include (cross-freertos-gcc)

View File

@@ -1,5 +0,0 @@
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
set (PROJECT_VENDOR "xlnx" CACHE STRING "")
set (CROSS_SUFFIX "arm" CACHE STRING "")
include (cross-generic-iar)

View File

@@ -1,9 +0,0 @@
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
set (MACHINE "zynq7" CACHE STRING "")
set (PROJECT_VENDOR "xlnx" CACHE STRING "")
set (CROSS_PREFIX "arm-none-eabi-" CACHE STRING "")
set (CMAKE_C_FLAGS "-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard" CACHE STRING "")
include (cross-generic-gcc)

View File

@@ -1,4 +0,0 @@
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
set (CROSS_PREFIX "arm-xilinx-linux-gnueabi-" CACHE STRING "")
include (cross-linux-gcc)