app: prj.conf: use Linux log format by default#10505
Merged
lgirdwood merged 2 commits intothesofproject:mainfrom Jan 30, 2026
Merged
app: prj.conf: use Linux log format by default#10505lgirdwood merged 2 commits intothesofproject:mainfrom
lgirdwood merged 2 commits intothesofproject:mainfrom
Conversation
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>
There was a problem hiding this comment.
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=yto the main project configuration file - Removed duplicate
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=yentries 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.
Collaborator
Author
|
Alternative for #10501 |
lgirdwood
approved these changes
Jan 29, 2026
abonislawski
approved these changes
Jan 30, 2026
Member
abonislawski
left a comment
There was a problem hiding this comment.
Thanks, preferred solution since it was already enabled for Intel platforms anyway.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Harmonize the Zephyr log format across SOF targets. Board files can still override the setting if alternative formatting is preferred. Only affects logging.