Skip to content
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 50 commits into from
Oct 31, 2023
Merged

Feature: Cortex-R support #1657

merged 50 commits into from
Oct 31, 2023

Conversation

dragonmux
Copy link
Member

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

  • I've read the Code of Conduct
  • I've read the guidelines for contributing to this repository
  • It builds for hardware native (make PROBE_HOST=native)
  • It builds as BMDA (make PROBE_HOST=hosted)
  • I've tested it to the best of my ability
  • My commit messages provide a useful short description of what the commits do

Closing issues

@dragonmux dragonmux added Enhancement General project improvement New Target New debug target labels Oct 28, 2023
@dragonmux dragonmux added this to the v2.0 release milestone Oct 28, 2023
@dragonmux dragonmux requested a review from esden October 28, 2023 22:42
@dragonmux dragonmux mentioned this pull request Oct 28, 2023
6 tasks
@dragonmux dragonmux force-pushed the feature/cortex-r-support branch from da76c74 to 7997ecd Compare October 29, 2023 00:09
@dragonmux dragonmux marked this pull request as ready for review October 29, 2023 00:19
@dragonmux dragonmux force-pushed the feature/cortex-r-support branch from 7997ecd to 0dbc66d Compare October 29, 2023 22:45
@dragonmux dragonmux force-pushed the feature/cortex-r-support branch 3 times, most recently from 6a8bf71 to 7f3d358 Compare October 30, 2023 17:26
…stepping and handling the ITR enable bit properly
…mory properly as it requires a jump from the debug to system busses on Cortex-A and -R targets
…emory properly as it requires ajump from the debug to system busses on Cortex-A and -R targets
@dragonmux dragonmux force-pushed the feature/cortex-r-support branch from 7f3d358 to a5f7eeb Compare October 30, 2023 17:32
Copy link
Member

@esden esden left a 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.

@esden esden merged commit 702cf96 into main Oct 31, 2023
6 checks passed
@dragonmux dragonmux deleted the feature/cortex-r-support branch October 31, 2023 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement General project improvement New Target New debug target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants