-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
Feature: Cortex-R support #1657
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dragonmux
added
Enhancement
General project improvement
New Target
New debug target
labels
Oct 28, 2023
dragonmux
force-pushed
the
feature/cortex-r-support
branch
from
October 29, 2023 00:09
da76c74
to
7997ecd
Compare
dragonmux
force-pushed
the
feature/cortex-r-support
branch
from
October 29, 2023 22:45
7997ecd
to
0dbc66d
Compare
…Cortex-R4 debug component entry
dragonmux
force-pushed
the
feature/cortex-r-support
branch
3 times, most recently
from
October 30, 2023 17:26
6a8bf71
to
7f3d358
Compare
…g ARM Cortex-R cores
…ecture and technical reference manuals used
…s a core implements
…ructions on the target
…e general Cortex private structure
…stepping and handling the ITR enable bit properly
…he security and virt extensions
…talk with the target
… getting triggered
…ngs are done in a more sensible order
…ds data hits an error
…mory properly as it requires a jump from the debug to system busses on Cortex-A and -R targets
… up after ourselves
…clean up after ourselves
…tes data hits an error
…emory properly as it requires ajump from the debug to system busses on Cortex-A and -R targets
dragonmux
force-pushed
the
feature/cortex-r-support
branch
from
October 30, 2023 17:32
7f3d358
to
a5f7eeb
Compare
esden
approved these changes
Oct 31, 2023
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, great to see this added.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Detailed description
In this PR we implement support for handling and interfacing with Cortex-R family parts. This provides basic support for core identification, attach, detach, breakpoints, watchpoints and memory access.
This has been tested against the Samsung S4LN045X01 MEX processor.
Your checklist for this pull request
make PROBE_HOST=native
)make PROBE_HOST=hosted
)Closing issues