Skip to content

Commit 70f950f

Browse files
committed
sof: fix logging on cAVS 1.8, 2.0 and 2.5
The logging base address, provided by the LOG_BACKEND_RB_MEM_BASE Kconfig option has been copied from cAVS 1.5, but it's different on versions 1.8, 2.0 and 2.5. This patch fixes logtool functionality on those platforms. Signed-off-by: Guennadi Liakhovetski <[email protected]>
1 parent e514c51 commit 70f950f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ config LOG_BACKEND_RB
6565
default y
6666

6767
config LOG_BACKEND_RB_MEM_BASE
68-
default 0xBE000000
68+
default 0xBE00A000
6969

7070
config LOG_BACKEND_RB_MEM_SIZE
7171
default 8192

soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ config LOG_BACKEND_RB
6464
default y
6565

6666
config LOG_BACKEND_RB_MEM_BASE
67-
default 0xBE000000
67+
default 0xBE00A000
6868

6969
config LOG_BACKEND_RB_MEM_SIZE
7070
default 8192

soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ config LOG_BACKEND_RB
6464
default y
6565

6666
config LOG_BACKEND_RB_MEM_BASE
67-
default 0xBE000000
67+
default 0xBE00A000
6868

6969
config LOG_BACKEND_RB_MEM_SIZE
7070
default 8192

0 commit comments

Comments
 (0)