About input_ivt structure in wince platform

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

About input_ivt structure in wince platform

980件の閲覧回数
liuxing
Contributor II

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)))

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

932件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

932件の閲覧回数
liuxing
Contributor II

Hi igor,

   Thanks a lot!

   I have downloaded the WCE600_MX28-EVK_10.08.04_SDK package.However,I can't find the related SECURE folder in i.MX28 BSP package.

   Which BSP I can get for reference? 

0 件の賞賛
返信