From e89f21e18108d81f5f2b9c83a6add17103f20f07 Mon Sep 17 00:00:00 2001 From: Rander Wang Date: Wed, 6 Dec 2023 15:38:28 +0800 Subject: [PATCH] board: enable 64 bits timestamp support on intel platforms TGL, TGL-H and ACE platforms will use 64 bits timestamp. Signed-off-by: Rander Wang --- app/boards/intel_adsp_ace15_mtpm.conf | 1 + app/boards/intel_adsp_ace20_lnl.conf | 1 + app/boards/intel_adsp_cavs25.conf | 1 + app/boards/intel_adsp_cavs25_tgph.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 3b3e15a64..3a4422ad7 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -91,3 +91,4 @@ CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y CONFIG_PROBE=y CONFIG_PROBE_DMA_MAX=2 +CONFIG_LOG_TIMESTAMP_64BIT=y diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index 2b6eb0af5..2d4546691 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -76,3 +76,4 @@ CONFIG_COMP_KPB=y CONFIG_COMP_ARIA=y CONFIG_CLOCK_CONTROL_ADSP=y CONFIG_CLOCK_CONTROL=y +CONFIG_LOG_TIMESTAMP_64BIT=y diff --git a/app/boards/intel_adsp_cavs25.conf b/app/boards/intel_adsp_cavs25.conf index c247fb8a3..c3916db30 100644 --- a/app/boards/intel_adsp_cavs25.conf +++ b/app/boards/intel_adsp_cavs25.conf @@ -75,3 +75,4 @@ CONFIG_DMA_DW_FIFO_PARTITION=y CONFIG_DMA_INTEL_ADSP_GPDMA_HAS_LLP=y CONFIG_HEAP_MEM_POOL_SIZE=8192 +CONFIG_LOG_TIMESTAMP_64BIT=y diff --git a/app/boards/intel_adsp_cavs25_tgph.conf b/app/boards/intel_adsp_cavs25_tgph.conf index 2b110c073..1069b3562 100644 --- a/app/boards/intel_adsp_cavs25_tgph.conf +++ b/app/boards/intel_adsp_cavs25_tgph.conf @@ -74,3 +74,4 @@ CONFIG_DMA_DW_FIFO_PARTITION=y CONFIG_DMA_INTEL_ADSP_GPDMA_HAS_LLP=y CONFIG_HEAP_MEM_POOL_SIZE=8192 +CONFIG_LOG_TIMESTAMP_64BIT=y