confidential-containers / td-shim

Confidential Containers Shim Firmware
Other
97 stars 53 forks source link

td-shim: remove the FV header for payload image #678

Closed gaojiaqi7 closed 6 months ago

gaojiaqi7 commented 7 months ago

Firmware volume header has limitation on the size of the data inside which needs to be smaller than maximum value of u24 (0xffffff).

To lift the restriction, FV header is removed for payload images as it is not mandatory.