Hi All,
Do you know how to add the input_ivt structure in wince eboot module for HAB verification?
#include <hab.h> /* hab_ivt_t is defined in hab.h */
struct _hab_aut {
hab_ivt_t ivt;
uint32_t img_len;
};
const struct _hab_aut input_ivt __attribute__((section(".data"),aligned(4)))
Hi xing
one can look at ../SRC/BOOTLOADER/EBOOT/SECURE/secureboot.s
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------