-
Notifications
You must be signed in to change notification settings - Fork 10
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
Changes B for Issue 38 #42
Open
sipke
wants to merge
19
commits into
OpenAMP:main-next
Choose a base branch
from
sipke:sv-main-4
base: main-next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Refer issue 38: OpenAMP#38 Remove "once loaded and started using Remoteproc."
Refer issue 38: OpenAMP#38 Remove or set optional resource table in demo diagrams. replace remoteproc by remoteproc virtio in message diagrams. Change diagrom to use Main processor terminology for main/host computer.
Refer issue 38: OpenAMP#38 change reference to code from opena-amp repository to openamp-system repository
Refer issue 38: OpenAMP#38 Proxy and RPC chapter should be renamed Rpmsg service. Did not remove Proxy yet, as still "to discuss if we keep the proxy service that is not generic."
to avoid confusion between host and guest, move architecture and demo pages to use main controller and remote rather than host and remote.
Change "They allow the users" to user to correct grammar.
review request to use matrices spelling
address review from Arnaud "The diagram is not accurate for the ./rpmsg_export_dev usage. Between rpmsg_ctrl and app_rpmsg_tty, there is a Name Service (NS) RPmsg from the main processor to the remote processor(inverted on diagram). In other words, rpmsg_export_dev allows creating an rpmsg TTY (or raw) device instance on the main processor. In such a case, the main processor sends an NS rpmsg message to the remote processor to inform it of the creation. Another suggestion: To clarify the diagram, it would be helpful to add boxes or notes to separate and explain the subsequences. This would help readers understand the relation between the demos and the diagram."
Refer issue 38: OpenAMP#38 Address review comment: move "If you want to contribute and port OpenAMP to your platform read more about OpenAMP porting here." to contributing page
Refer issue 38: OpenAMP#38 Address review comment: add link to the virtio spec
Refer issue 38: OpenAMP#38 Address review comment: to rewrite this chapter ( remove standardization notions).
arnopo
reviewed
Mar 25, 2025
28 tasks
Refer issue 38: OpenAMP#38 Address review comment: "History" to move to OpenAMp project part?
Refer issue 38: OpenAMP#38 Address review comments: * "input ring buffer" and "free ring buffer" is not really current terminology in Virtio lingo. Maybe just keep the standard used and available terminology. * It's not clear from the title of this image that it refers to the available ring buffer.
Refer issue 38: OpenAMP#38 Address review comment: * The fastest fix is to remove the last phrase which mentions the "referred to as a hypervisorless-virtio" statement.
Expand on the OpenAMP specific acronyms on first usage, so they make sense later in bullet points Address Review comment: * Following short-forms should be explained somewhere:
Add a link to glossary and start filling out a table of terms.
openamp examples are deprecated so move reference.
Refer issue 38: OpenAMP#38 Address review comment: NXP i.MX8M Plus is also supported.
edmooring
approved these changes
Mar 27, 2025
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.
review change rather than link to specific version of virtio, link to upper level listing of all versions. there isn't a latest version it seems, so let reader decide where to go.
arnopo
approved these changes
Mar 31, 2025
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.
Addresses additional items for issue 38
This should merge after pull request #41 as it is on top of those changes