-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
MicroBlaze Port #53576
MicroBlaze Port #53576
Conversation
0edd662
to
ba377b0
Compare
ba377b0
to
aeb0abc
Compare
aeb0abc
to
71506b1
Compare
6f89a31
to
713b955
Compare
0495ed2
to
1cdf4cb
Compare
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
1cdf4cb
to
af41347
Compare
Still going on, rather slowly... p.s. the comment is mostly because I got a |
afcd3d7
to
15c24c4
Compare
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Go away github... Anyways, I've finally managed to apply |
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Go away github... |
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Internal references: FWRIVERHD-4554 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-4980,FWRIVERHD-4991 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-4980,FWRIVERHD-4989 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-4554 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-4554 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-4554 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-4554 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-4554 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-4554, FWRIVERHD-5063 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-5063 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-5063 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-5201 Signed-off-by: Alp Sayin <[email protected]>
…ated) Internal references: FWRIVERHD-4554 Signed-off-by: Alp Sayin <[email protected]>
Internal references: FWRIVERHD-5201 Signed-off-by: Alp Sayin <[email protected]>
Follows 3998e18 zephyrproject-rtos#73593 Signed-off-by: Alp Sayin <[email protected]>
Otherwise, utterly generic macros I defined clash with other people's utterly generic macros. Signed-off-by: Alp Sayin <[email protected]>
And other things Signed-off-by: Alp Sayin <[email protected]>
Follows 7e225ef Signed-off-by: Alp Sayin <[email protected]>
Signed-off-by: Alp Sayin <[email protected]>
Signed-off-by: Alp Sayin <[email protected]>
… same arguments Signed-off-by: Alp Sayin <[email protected]>
Signed-off-by: Alp Sayin <[email protected]>
This reverts commit 39feff5cd566ea6b874f2064fa1d663546c07934. Signed-off-by: Alp Sayin <[email protected]>
…microblaze Signed-off-by: Alp Sayin <[email protected]>
2213 test scenarios (2008 test instances) selected, 1599 configurations skipped (1399 by static filter, 200 at runtime). 409 of 2008 test configurations passed (100.00%), 0 failed, 0 errored, 1599 skipped with 0 warnings in 590.92 seconds In total 4651 test cases were executed, 11325 skipped on 1 out of total 1 platforms (100.00%) 376 test configurations executed on platforms, 33 test configurations were only built. Signed-off-by: Alp Sayin <[email protected]>
b49b9dd
to
2cc7aa2
Compare
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
I will re-open this (i.e. send a new pull request) at a later time after sdk-ng fixes are in place. |
I apologise that I don't know what kind of information I should be presenting here.
So please let me know and I'll do whatever you need!
Steps to test or reproduce
compiler: mb-gcc from
topic-microblaze
branch ofsdk-ng
athttps://github.com/zephyrproject-rtos/sdk-ng/tree/topic-microblaze
zephyrproject-rtos/sdk-ng#647
Dependencies to resolve known test failures
First and foremost, I'll need some help making this PR build with topic-microblazembedTLS: Fix little-endian Microblaze does not work when MBEDTLS_HAVE_ASM is defined mbedtls#38Zephyr: Fix Zbus Benchmark Sample is smashing the stack and is too fast #53563MicroBlaze Toolchain sdk-ng#621microblaze: Invalid data offsets (pointer) after relaxation. binutils-gdb#73. Picolibc support picolibc: Pull in Microblaze support sdk-ng#641
4.
microblaze: apply gcc patches from meta-xilinx repository gcc#245. microblaze: apply binutils patches from meta-xilinx repository binutils-gdb#10
6.
microblaze: apply gdb patches from meta-xilinx repository binutils-gdb#117. microblaze: Fix -Os right shift optimization is allowed into delay slot gcc#37