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

[SKIP SOF_TEST][WiP][DNM] IMR: illustrate running in IMR #9522

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. llext: add support for executable sections in IMR / DRAM

    Make the link helper collect any non-default executable sections and
    link them at 0 to be relocated at run-time to IMR / DRAM addresses.
    Also tell Zephyr to treat any such sections as detached.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1fa751a View commit details
    Browse the repository at this point in the history
  2. [WIP] llext: test running in IMR

    A simple test to test minimal code as running in IMR. Some pointer
    loading and function calling is working already, but some issues
    remain. Also note, that we don't support FLIX instructions yet,
    this has been tested with -mno-generate-flix.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0d8c56f View commit details
    Browse the repository at this point in the history
  3. [TEST] Use Zephyr PR to support detached sections.

    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
    lyakh committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    27fb592 View commit details
    Browse the repository at this point in the history