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

Add support for imx8mp_evk M7 core for openamp_rsc_table sample #78585

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2024

  1. sample: open_amp_rsc_table: Add support for imx8mp_evk M7 core

    This enables openamp_rsc_table sample for imx8mp_evk on M7 core
    
    Signed-off-by: Alexandru Lastur <[email protected]>
    alxlastur committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ed6a464 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. samples: openamp_rsc_table: Don't hardcode notification channel ID to 0

    Currently, Zephyr is always sending back notifications to
    AP (e.g Linux in our case) on channel 0.
    
    But this currently doesn't work if Linux uses other channel
    id for communication. So, save the channel id used by Linux
    and use it to send back replies.
    
    Signed-off-by: Alexandru Lastur <[email protected]>
    alxlastur committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    685dd2d View commit details
    Browse the repository at this point in the history