mirror of https://github.com/thesofproject/sof.git
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:
parent
75b6586f99
commit
dd81092b6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue