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

apps: remove remaining master terminology #589

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

arnopo
Copy link
Collaborator

@arnopo arnopo commented May 6, 2024

Some potentially offensive terms are still present in the code, Replace them.

@arnopo arnopo requested review from edmooring and tnmysh May 6, 2024 12:36
@@ -31,7 +31,7 @@ extern struct hil_platform_ops zynq_a9_proc_ops;
#define SHM_SIZE 0x00200000
#define VRING0_IPI_VECT 6
#define VRING1_IPI_VECT 3
#define MASTER_CPU_ID 0
#define MAIN_CPU_ID 0
Copy link
Contributor

Choose a reason for hiding this comment

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

HOST seems to be used more often when paired with REMOTE, such as in RPMSG_HOST.

Is this not used anywhere? If not, better to just drop these two defines.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

the REMOTE_CPU_ID is used, so I have kept it for readability

Copy link
Contributor

Choose a reason for hiding this comment

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

Okay, then still would suggest HOST_CPU_ID if these defines need to remain.

@arnopo
Copy link
Collaborator Author

arnopo commented May 6, 2024

I also fix few typos in a separate commit

Copy link
Contributor

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

Some potentially offensive terms are still present in the code.
Replace them.

Signed-off-by: Arnaud Pouliquen <[email protected]>
@arnopo arnopo force-pushed the fix-app-term branch 2 times, most recently from deea9cd to 9838bf5 Compare May 7, 2024 07:30
fix minor typos in platform_info_remoteproc_master.c

Signed-off-by: Arnaud Pouliquen <[email protected]>
@arnopo arnopo merged commit 94b2125 into OpenAMP:main May 13, 2024
3 checks passed
@arnopo arnopo added this to the Release V2024.04 milestone May 14, 2024
@arnopo arnopo deleted the fix-app-term branch May 20, 2024 07:53
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.

4 participants