Home
last modified time | relevance | path

Searched refs:hab (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Du-boot-imx28.bd9 hab call 0x8000;
13 hab call 0x8000;
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A DMakefile32 obj-$(CONFIG_SECURE_BOOT) += hab.o
36 obj-$(CONFIG_SECURE_BOOT) += hab.o
/rk3399_rockchip-uboot/tools/
H A Dmxsimage.c1142 uint32_t hab = 0; in sb_build_command_jump_call() local
1166 hab = is_call ? ROM_CALL_CMD_FLAG_HAB : ROM_JUMP_CMD_FLAG_HAB; in sb_build_command_jump_call()
1199 ccmd->header.flags = hab; in sb_build_command_jump_call()