Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c7ba51

Browse files
committedSep 6, 2024·
cmake: platforms: xlnx: Update machine from 'zynqmp_' to 'xlnx_'
Match update so that the cmake platform files are coupled to vendor and not SOC which is previously 'zynqmp_'. Signed-off-by: Ben Levinsky <[email protected]>
1 parent 5c36d6b commit 9c7ba51

5 files changed

+4
-4
lines changed
 

‎cmake/platforms/zynqmp-a53-freertos.cmake ‎cmake/platforms/xlnx-a53-freertos.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set (CMAKE_SYSTEM_PROCESSOR "aarch64" CACHE STRING "")
2-
set (MACHINE "zynqmp_a53" CACHE STRING "")
2+
set (MACHINE "xlnx_a53" CACHE STRING "")
33
set (PROJECT_VENDOR "xlnx" CACHE STRING "")
44
set (CROSS_PREFIX "aarch64-none-elf-" CACHE STRING "")
55
set (CMAKE_C_FLAGS "" CACHE STRING "")

‎cmake/platforms/zynqmp-a53-generic.cmake ‎cmake/platforms/xlnx-a53-generic.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set (CMAKE_SYSTEM_PROCESSOR "aarch64" CACHE STRING "")
2-
set (MACHINE "zynqmp_a53" CACHE STRING "")
2+
set (MACHINE "xlnx_a53" CACHE STRING "")
33
set (PROJECT_VENDOR "xlnx" CACHE STRING "")
44
set (CROSS_PREFIX "aarch64-none-elf-" CACHE STRING "")
55
set (CMAKE_C_FLAGS "" CACHE STRING "")
File renamed without changes.

‎cmake/platforms/zynqmp-r5-freertos.cmake ‎cmake/platforms/xlnx-r5-freertos.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
2-
set (MACHINE "zynqmp_r5" CACHE STRING "")
2+
set (MACHINE "xlnx_r5" CACHE STRING "")
33
set (PROJECT_VENDOR "xlnx" CACHE STRING "")
44
set (CROSS_PREFIX "armr5-none-eabi-" CACHE STRING "")
55
set (CMAKE_C_FLAGS "-mfloat-abi=soft -mcpu=cortex-r5" CACHE STRING "")

‎cmake/platforms/zynqmp-r5-generic.cmake ‎cmake/platforms/xlnx-r5-generic.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
2-
set (MACHINE "zynqmp_r5" CACHE STRING "")
2+
set (MACHINE "xlnx_r5" CACHE STRING "")
33
set (CROSS_PREFIX "armr5-none-eabi-" CACHE STRING "")
44
set (PROJECT_VENDOR "xlnx" CACHE STRING "")
55

0 commit comments

Comments
 (0)
Please sign in to comment.