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

target/riscv: new ebreak controls #1168

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

en-sc
Copy link
Collaborator

@en-sc en-sc commented Nov 14, 2024

  • Deprecate riscv set_ebreak* commands.
  • Introduce RISC-V-sepecific configure parameter -ebreak instead.
  • Separate controls for VS and VU modes.

Change-Id: I0ff88318dcb52af6923eb9f20f9d0c056ad09cf0

@en-sc en-sc force-pushed the en-sc/ebreak branch 2 times, most recently from 6b1faa6 to ccb13a1 Compare November 14, 2024 15:51
@en-sc
Copy link
Collaborator Author

en-sc commented Nov 26, 2024

@JanMatCodasip, @MarekVCodasip ping

Copy link
Collaborator

@JanMatCodasip JanMatCodasip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall the change looks all right - thank you.

I have finished my review and do not expect to have any further comments.

src/target/riscv/riscv.h Outdated Show resolved Hide resolved
src/target/riscv/riscv.h Outdated Show resolved Hide resolved
src/target/riscv/riscv.h Outdated Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
Copy link
Collaborator

@JanMatCodasip JanMatCodasip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for addressing the suggestions so far.

I have noticed three more items, and shouldn't have more comments than that.

src/target/riscv/riscv-011.c Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
src/target/riscv/riscv.c Outdated Show resolved Hide resolved
@en-sc
Copy link
Collaborator Author

en-sc commented Dec 16, 2024

Please, note: In the last change I didn't only address review comments.
I've also moved creation of private_config to target create and replaced a pointer to target with a pointer to private_config where applicable.

JanMatCodasip
JanMatCodasip previously approved these changes Dec 17, 2024
Copy link
Collaborator

@JanMatCodasip JanMatCodasip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you.

src/target/riscv/riscv.c Outdated Show resolved Hide resolved
* Deprecate `riscv set_ebreak*` commands.
* Introduce RISC-V-sepecific `configure` parameter `-ebreak` instead.
* Separate controls for VS and VU modes.

Change-Id: I0ff88318dcb52af6923eb9f20f9d0c056ad09cf0
Signed-off-by: Evgeniy Naydanov <[email protected]>
@en-sc
Copy link
Collaborator Author

en-sc commented Jan 15, 2025

@JanMatCodasip, can you please double-check and re-approve the patch. I'd like to merge it.

@JanMatCodasip
Copy link
Collaborator

@en-sc If I read the changes since the last review correctly, this patch has only been rebased (without further changes). Is that correct?

If so, it LGTM :)

@en-sc en-sc merged commit 2210897 into riscv-collab:riscv Jan 17, 2025
4 checks passed
@en-sc en-sc deleted the en-sc/ebreak branch January 17, 2025 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants