Commit 0375ee8
boards: ace_4.0: 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 4.0
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_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 default level is set to INFO (3) in debug_overlay.conf
to maintain current debug build behavior where logs start at INFO level.
This ensures the same feature set is tested with runtime filtering
enabled.
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 9ac7d72 commit 0375ee8
File tree
4 files changed
+20
-0
lines changed- app
- boards
4 files changed
+20
-0
lines changed| 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 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments