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. Support for Zynq-7000 has ended
2. Removing redundant or unmaintained code
3. Reduce technical debt carried by OpenAMP team
4. very few customer using openamp on Zynq-7000 SoC

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

Signed-off-by: Rajiv Mohan <[email protected]>
  • Loading branch information
rajimoha committed Aug 2, 2024
1 parent 3aee6be commit 4b01b6e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ if ("${PROJECT_MACHINE}" STREQUAL "zynqmp_a53" OR
"${PROJECT_MACHINE}" STREQUAL "zynqmp_a78" OR
"${PROJECT_MACHINE}" STREQUAL "zynqmp_r5" OR
"${PROJECT_MACHINE}" STREQUAL "microblaze_generic" OR
"${PROJECT_MACHINE}" STREQUAL "zynq7")
add_definitions( -DXLNX_PLATFORM )
endif()
8 changes: 0 additions & 8 deletions cmake/platforms/zynq7-freertos.cmake

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 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.

1 change: 0 additions & 1 deletion lib/system/freertos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ if ("${PROJECT_MACHINE}" STREQUAL "zynqmp_a53" OR
"${PROJECT_MACHINE}" STREQUAL "zynqmp_a72" OR
"${PROJECT_MACHINE}" STREQUAL "zynqmp_a78" OR
"${PROJECT_MACHINE}" STREQUAL "zynqmp_r5" OR
"${PROJECT_MACHINE}" STREQUAL "zynq7")
add_subdirectory(xlnx)
endif()
1 change: 0 additions & 1 deletion lib/system/generic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ if ("${PROJECT_MACHINE}" STREQUAL "zynqmp_a53" OR
"${PROJECT_MACHINE}" STREQUAL "zynqmp_a78" OR
"${PROJECT_MACHINE}" STREQUAL "zynqmp_r5" OR
"${PROJECT_MACHINE}" STREQUAL "microblaze_generic" OR
"${PROJECT_MACHINE}" STREQUAL "zynq7")
add_subdirectory(xlnx)
elseif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
add_subdirectory(${PROJECT_MACHINE})
Expand Down

0 comments on commit 4b01b6e

Please sign in to comment.