i.MX 8MM secure boot: The difference between "CONFIG_SECURE_BOOT" and "CONFIG_IMX_HAB"

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

i.MX 8MM secure boot: The difference between "CONFIG_SECURE_BOOT" and "CONFIG_IMX_HAB"

ソリューションへジャンプ
1,605件の閲覧回数
callme_friend
Contributor I

I tried the Secure Boot of I.MX 8mm. When looking at the information, I saw "config_secure_boot" and "config_imx_hab", and there were Guide documents under U-Boot/DOC: doc/imx/ahab/  doc/imx/habv4/

 

What is the difference between HABv4 and aHAB?

Is there a more detailed explanation document?

0 件の賞賛
返信
1 解決策
1,585件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @callme_friend,

I hope you are doing well.

CONFIG_SECURE_BOOT option is replaced with CONFIG_IMX_HAB in the newer BSP using the below commit.

 
HABv4 and AHAB are both different secure-boot concept.
 
AHAB is new secure-boot concept used in i.MX 8/8x/8ULP/9x family of applications processors
&
HABv4 is available in i.MX 50, i.MX 53, i.MX 6, i.MX 7 series and i.MX 8M family of applications processors
 
Please refer to the documents.

元の投稿で解決策を見る

1 返信
1,586件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @callme_friend,

I hope you are doing well.

CONFIG_SECURE_BOOT option is replaced with CONFIG_IMX_HAB in the newer BSP using the below commit.

 
HABv4 and AHAB are both different secure-boot concept.
 
AHAB is new secure-boot concept used in i.MX 8/8x/8ULP/9x family of applications processors
&
HABv4 is available in i.MX 50, i.MX 53, i.MX 6, i.MX 7 series and i.MX 8M family of applications processors
 
Please refer to the documents.