Skip to content

Commit f89a4a5

Browse files
committed
rimage: manifest: rename old manifest to 1.8
rename old API and comments print info to 1.8, as for add 1.5 manifest. Signed-off-by: Zhu Yingjiang <yingjiang.zhu@linux.intel.com>
1 parent 33e4b99 commit f89a4a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rimage/manifest.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ static int man_write_fw_v1_8(struct image *image)
688688
m->desc.header.num_module_entries = image->num_modules;
689689
man_create_modules(image, desc);
690690

691-
fprintf(stdout, "Firmware completing manifest\n");
691+
fprintf(stdout, "Firmware completing manifest v1.8\n");
692692

693693
/* create structures from end of file to start of file */
694694
ri_adsp_meta_data_create(image, MAN_META_EXT_OFFSET_V1_8,
@@ -787,7 +787,7 @@ static int man_write_fw_meu_v1_8(struct image *image)
787787
desc->header.num_module_entries = image->num_modules;
788788
man_create_modules(image, desc);
789789

790-
fprintf(stdout, "Firmware completing manifest\n");
790+
fprintf(stdout, "Firmware completing manifest v1.8\n");
791791

792792
/* create structures from end of file to start of file */
793793
ri_adsp_meta_data_create(image, meta_start_offset, image->meu_offset);

rimage/manifest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
(MAN_DESC_OFFSET - MAN_FW_DESC_OFFSET_V1_8)
6868

6969
/*
70-
* Firmware manifest header.
70+
* Firmware manifest header V1.8 used on APL onwards
7171
*/
7272
struct fw_image_manifest_v1_8 {
7373
/* MEU tool needs these sections to be 0s */

0 commit comments

Comments
 (0)