mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-02-05 02:50:08 +08:00
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:
committed by
Arnaud Pouliquen
parent
a4bce35075
commit
b691eee88f
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
|
||||
set (CROSS_PREFIX "arm-xilinx-linux-gnueabi-" CACHE STRING "")
|
||||
include (cross-linux-gcc)
|
||||
|
||||
Reference in New Issue
Block a user