Home
last modified time | relevance | path

Searched refs:unlock (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/cmd/fastboot/
H A DKconfig89 This enables the command "fastboot oem unlock" the fastboot
90 oem unlock command requires tee security storage to store
91 unlock status. oem unlock status attach to bootargs on boot.
94 bool "AVB Authenticated unlock function"
97 Enabled authenticated unlock function can prevent lock state
98 from invalid unlock cmd.
/rk3399_rockchip-uboot/include/
H A Dkeymaster.h48 TEEC_Result trusty_read_oem_unlock(uint8_t *unlock);
57 TEEC_Result trusty_write_oem_unlock(uint8_t unlock);
/rk3399_rockchip-uboot/common/
H A Dkeymaster.c214 TEEC_Result trusty_write_oem_unlock(uint8_t unlock) in trusty_write_oem_unlock() argument
221 (uint8_t *)&unlock, in trusty_write_oem_unlock()
226 TEEC_Result trusty_read_oem_unlock(uint8_t *unlock) in trusty_read_oem_unlock() argument
233 unlock, in trusty_read_oem_unlock()
H A Dandroid_bootloader.c1363 uint8_t unlock = 0; in android_bootloader_boot_flow() local
1366 result = trusty_read_oem_unlock(&unlock); in android_bootloader_boot_flow()
1370 snprintf(oem_unlock, OEM_UNLOCK_ARG_SIZE, "androidboot.oem_unlocked=%d", unlock); in android_bootloader_boot_flow()
/rk3399_rockchip-uboot/arch/arm/mach-zynq/
H A Dcpu.c21 writel(0x757BDF0D, &devcfg_base->unlock); in arch_cpu_init()
/rk3399_rockchip-uboot/cmd/
H A Dbootrkp.c329 uint8_t unlock = 0; in do_boot_rockchip() local
331 result = trusty_read_oem_unlock(&unlock); in do_boot_rockchip()
336 "androidboot.oem_unlocked=%d", unlock); in do_boot_rockchip()
H A DKconfig874 bool "nand lock/unlock"
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/
H A Dhardware.h109 u32 unlock; /* 0x34 */ member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c2041 uint8_t unlock = 0; in cb_oem()
2044 result = trusty_read_oem_unlock(&unlock); in cb_oem()
2050 if (unlock) { in cb_oem()
2073 char *unlock = env_get("unlock"); in cb_oem()
2076 if (unlock == NULL || strncmp("unlock", unlock, 6) != 0) { in cb_oem()
2131 uint8_t unlock = 0; in cb_oem()
2132 trusty_read_oem_unlock(&unlock); in cb_oem()
2133 if (!unlock) { in cb_oem()
/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-typec.c324 goto unlock; in rockchip_usb3_phy_power_off()
329 unlock: in rockchip_usb3_phy_power_off()
/rk3399_rockchip-uboot/doc/
H A DREADME.nand338 "nand unlock [offset] [size]"
339 unlock consecutive area (can be called multiple times for different areas)
341 "nand unlock.allexcept [offset] [size]"
342 unlock all except specified consecutive area
H A DREADME.POST598 - unlock the entire instruction cache
608 - unlock the entire instruction cache