From 2e820392a85bf37120725149234d1fc4a3976259 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Fri, 21 Mar 2025 15:12:06 +0200 Subject: [PATCH 1/2] boards: ace30: align log timestamp format with other Intel boards Use the same Linux-kernel style timestamps as is used for all other Intel boards. This makes it easier to analyze Linux kernel and SOF logs side-by-side as the timestamps will be aligned and using the same format. Signed-off-by: Kai Vehmanen --- app/boards/intel_adsp_ace30_ptl.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index e1fcabd91fa4..aa67bf648372 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -93,3 +93,5 @@ CONFIG_LOG_FUNC_NAME_PREFIX_INF=y CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y CONFIG_LOG_MODE_DEFERRED=y CONFIG_LOG_FLUSH_SLEEP_US=5000 +CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y +CONFIG_LOG_TIMESTAMP_64BIT=y From 88a1ff1eac9a24c25e3d31dcc98ed1943e95a9c2 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Fri, 21 Mar 2025 15:13:24 +0200 Subject: [PATCH 2/2] boards: ace30: fix alphabetical order in logging section Keep entries in alphabetical order. Signed-off-by: Kai Vehmanen --- app/boards/intel_adsp_ace30_ptl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index aa67bf648372..33917a405b5d 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -87,11 +87,11 @@ CONFIG_POWER_DOMAIN_INTEL_ADSP=y # Zephyr / logging CONFIG_LOG=y CONFIG_LOG_BACKEND_ADSP_MTRACE=y +CONFIG_LOG_FLUSH_SLEEP_US=5000 CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y CONFIG_LOG_FUNC_NAME_PREFIX_WRN=y CONFIG_LOG_FUNC_NAME_PREFIX_INF=y CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y CONFIG_LOG_MODE_DEFERRED=y -CONFIG_LOG_FLUSH_SLEEP_US=5000 CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y CONFIG_LOG_TIMESTAMP_64BIT=y