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>
This commit is contained in:
Zhu Yingjiang 2018-11-05 16:19:49 +08:00
parent 33e4b99351
commit f89a4a5418
2 changed files with 3 additions and 3 deletions

View File

@ -688,7 +688,7 @@ static int man_write_fw_v1_8(struct image *image)
m->desc.header.num_module_entries = image->num_modules;
man_create_modules(image, desc);
fprintf(stdout, "Firmware completing manifest\n");
fprintf(stdout, "Firmware completing manifest v1.8\n");
/* create structures from end of file to start of file */
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)
desc->header.num_module_entries = image->num_modules;
man_create_modules(image, desc);
fprintf(stdout, "Firmware completing manifest\n");
fprintf(stdout, "Firmware completing manifest v1.8\n");
/* create structures from end of file to start of file */
ri_adsp_meta_data_create(image, meta_start_offset, image->meu_offset);

View File

@ -67,7 +67,7 @@
(MAN_DESC_OFFSET - MAN_FW_DESC_OFFSET_V1_8)
/*
* Firmware manifest header.
* Firmware manifest header V1.8 used on APL onwards
*/
struct fw_image_manifest_v1_8 {
/* MEU tool needs these sections to be 0s */