commit | b3f7d756b0c5187a296ff0a7efbd4e3bec8f2729 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Mon Jun 20 11:24:22 2022 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Jun 22 14:48:35 2022 +0200 |
tree | a745a7140647e8ce08d7341ff7a3fb4a93bc807c | |
parent | ce44de14bac44c272ce599dcbf0fef271bfde532 [diff] |
feat(optee): check paged_image_info For OP-TEE without pager, the paged image may not be present in OP-TEE header. We could then pass NULL for paged_image_info to the function parse_optee_header(). It avoids creating a useless struct for that non existing image. But we should then avoid assigning header_ep args that depend on paged_image_info. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I4fdb45a91ac1ba6f912d6130813f5215c7e28c8b