Skip to content

Conversation

@kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Jan 29, 2026

Harmonize the Zephyr log format across SOF targets. Board files can still override the setting if alternative formatting is preferred. Only affects logging.

Set CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y for SOF builds
by default. This aligns the log timestamps to format used in Linux
kernel logs.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Drop the CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y setting
from Intel board files as this settings is now the project
default.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Copilot AI review requested due to automatic review settings January 29, 2026 13:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR consolidates the Linux timestamp format configuration for Zephyr logging by moving CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y from individual board configuration files to the main prj.conf file, establishing it as the default format across all SOF targets while still allowing board-specific overrides.

Changes:

  • Added CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y to the main project configuration file
  • Removed duplicate CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y entries from seven board-specific configuration files

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
app/prj.conf Added Linux timestamp format as the default configuration for all targets
app/boards/intel_adsp_cavs25_tgph.conf Removed board-specific Linux timestamp configuration now inherited from prj.conf
app/boards/intel_adsp_cavs25.conf Removed board-specific Linux timestamp configuration now inherited from prj.conf
app/boards/intel_adsp_ace30_wcl.conf Removed board-specific Linux timestamp configuration now inherited from prj.conf
app/boards/intel_adsp_ace30_ptl.conf Removed board-specific Linux timestamp configuration now inherited from prj.conf
app/boards/intel_adsp_ace20_lnl.conf Removed board-specific Linux timestamp configuration now inherited from prj.conf
app/boards/intel_adsp_ace15_mtpm.conf Removed board-specific Linux timestamp configuration now inherited from prj.conf

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kv2019i kv2019i requested a review from abonislawski January 29, 2026 13:55
@kv2019i
Copy link
Collaborator Author

kv2019i commented Jan 29, 2026

Alternative for #10501

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.

2 participants