Skip to content

Commit

Permalink
zynq: Remove support for Zynq-7000 SoC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rajimoha authored and tnmysh committed Sep 6, 2024
1 parent 64c1a16 commit 9d8b903
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 27 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions cmake/platforms/zynq7-freertos.cmake

This file was deleted.

5 changes: 0 additions & 5 deletions cmake/platforms/zynq7-generic-iar.cmake

This file was deleted.

9 changes: 0 additions & 9 deletions cmake/platforms/zynq7-generic.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions cmake/platforms/zynq7-linux.cmake

This file was deleted.

0 comments on commit 9d8b903

Please sign in to comment.