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

smex and trace sections cleanup #9491

Merged
merged 2 commits into from
Sep 20, 2024

Commits on Sep 18, 2024

  1. zephyr: wrapper: remove dead smex code

    As of commit 0868b1f ("zephyr: Remove legacy logging artifacts")
    smex is no longer included in Zephyr builds. As such, there's no need to
    include a ".static_log_entries" ELF section in the Zephyr ELFs.
    
    This was originally added via commit ca6e3c3 ("zephyr: add
    smex_placeholder()").
    
    Signed-off-by: Laurentiu Mihalcea <[email protected]>
    LaurentiuM1234 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    30150d9 View commit details
    Browse the repository at this point in the history
  2. include: sof: trace: don't place trace ctx in special section

    If trace is disabled (i.e: CONFIG_TRACE=n) there's no need
    to place the trace context inside a special linker section
    (i.e: .trace_ctx). This spares platforms that don't use trace
    from having to include the .trace_ctx section inside their
    linker scripts.
    
    Signed-off-by: Laurentiu Mihalcea <[email protected]>
    LaurentiuM1234 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    22bc520 View commit details
    Browse the repository at this point in the history