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

platform: remove platform/drivers/idc.h for Intel platforms #9049

Merged
merged 2 commits into from
Apr 16, 2024

Commits on Apr 15, 2024

  1. idc: zephyr_idc: implement idc_send_msg for non-multicore platforms

    Ensure idc_send_msg() is implemented for all platforms linking
    zephyr_idc. For non-multicore, idc_send_msg() will return -ENOTSUP
    error.
    
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0b6c014 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. platform: remove platform/drivers/idc.h for Intel platforms

    For Zephyr builds, only definition needed from platform/drivers/idc.h
    was prototype for idc_send_msg(). There's no need to keep the platform
    layer just for this, so add the definition to rtos/idc.h for Zephyr
    builds, and remove the platform/drivers/idc.h for all Intel platforms.
    
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bd9fc83 View commit details
    Browse the repository at this point in the history