-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake: platforms: xlnx: Update machine from 'zynqmp_' to 'xlnx_' #305
base: main
Are you sure you want to change the base?
cmake: platforms: xlnx: Update machine from 'zynqmp_' to 'xlnx_' #305
Conversation
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]>
b15c31d
to
9c7ba51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to go.
@@ -1,5 +1,5 @@ | |||
set (CMAKE_SYSTEM_PROCESSOR "aarch64" CACHE STRING "") | |||
set (MACHINE "zynqmp_a53" CACHE STRING "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep the alignement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After addressing this comment it's good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but still not aligned
@@ -1,5 +1,5 @@ | |||
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "") | |||
set (MACHINE "zynqmp_r5" CACHE STRING "") | |||
set (MACHINE "xlnx_r5" CACHE STRING "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
@@ -1,5 +1,5 @@ | |||
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "") | |||
set (MACHINE "zynqmp_r5" CACHE STRING "") | |||
set (MACHINE "xlnx_r5" CACHE STRING "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
@@ -1,5 +1,5 @@ | |||
set (CMAKE_SYSTEM_PROCESSOR "aarch64" CACHE STRING "") | |||
set (MACHINE "zynqmp_a53" CACHE STRING "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but still not aligned
@@ -1,5 +1,5 @@ | |||
set (CMAKE_SYSTEM_PROCESSOR "aarch64" CACHE STRING "") | |||
set (MACHINE "zynqmp_a53" CACHE STRING "") | |||
set (MACHINE "xlnx_a53" CACHE STRING "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
@bentheredonethat could you address the comment that we merge it for this release ( code freeze tomorrow evening)? |
He is on vacation right now. I am not sure if I can push changes in this PR. I will find a way if it's possible, I will do it. |
As discussed in RP call, this will be merged after release. CC: @arnopo, @bentheredonethat |
Match update so that the cmake platform files are coupled to vendor and not SOC which is previously 'zynqmp_'.