rimage: add firmware 1.5 manifest binary descryptor

add the 1.5 version manifest, for skylake and kabylake

Signed-off-by: Zhu Yingjiang <yingjiang.zhu@linux.intel.com>
This commit is contained in:
Zhu Yingjiang 2018-10-15 14:21:38 +08:00
parent f1a40cff1f
commit 5aa722e72b
1 changed files with 7 additions and 0 deletions

View File

@ -90,4 +90,11 @@ struct fw_image_manifest_v1_8 {
extern struct fw_image_manifest_v1_8 apl_manifest;
extern struct fw_image_manifest_v1_8 cnl_manifest;
struct fw_image_manifest_v1_5 {
struct css_header_v1_5 header;
struct sof_man_fw_desc adsp_fw_bin_desc;
} __attribute__((packed));
extern struct fw_image_manifest_v1_5 skl_manifest;
#endif