We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce857f1 commit 3d57706Copy full SHA for 3d57706
config/mtl.toml
@@ -55,6 +55,7 @@ base_offset = "0x2000"
55
[fw_desc.header]
56
name = "ADSPFW"
57
load_offset = "0x40000"
58
+fw_image_flags = "0x12" # BASE_FW (bit 1) + CONTEXT_IS_NOT_SAVED (bit 4)
59
60
[module]
61
count = 18
src/manifest.c
@@ -1463,7 +1463,6 @@ int man_write_fw_ace_v1_5(struct image *image)
1463
m->desc.header.build_version = image->fw_ver_build;
1464
1465
m->desc.header.feature_mask = 0x2; // -> should be feature mask - to fix
1466
- m->desc.header.fw_image_flags = 0x2; // -> should be feature mask - to fix
1467
m->desc.header.fw_compat = 0x100000; // -> PUT PROPER STRUCT
1468
1469
/* create each module */
0 commit comments