Commit 21ebebb
committed
boards: ace: Enable runtime log filtering with ERROR default level
Enable CONFIG_LOG_RUNTIME_FILTERING and set
CONFIG_LOG_RUNTIME_DEFAULT_LEVEL to 1 (ERROR) for all Intel ADSP ACE
platforms. This provides quiet firmware boot with minimal logging
overhead while maintaining full DEBUG compile-time capability for
dynamic log level control via IPC.
Platforms configured:
- intel_adsp_ace15_mtpm
- intel_adsp_ace20_lnl
- intel_adsp_ace30_ptl
- intel_adsp_ace30_wcl
- intel_adsp_ace40_nvl
- intel_adsp_ace40_nvls
With these settings:
- Firmware boots showing only ERROR level logs (quiet startup)
- Host can dynamically increase verbosity to INFO or DEBUG via
IPC4_ENABLE_LOGS without recompilation
- All log macros (LOG_ERR, LOG_INF, etc.) remain compiled in
Runtime filtering is explicitly disabled in debug_overlay.conf to
maintain current debug build behavior where logs are not filtered at
runtime.
This works in conjunction with the IPC4 logging handler changes that
parse logs_mask to set the appropriate runtime filter level.
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent 0fe81fd commit 21ebebb
File tree
7 files changed
+15
-0
lines changed- app
- boards
7 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments