Searched refs:unlock (Results 1 – 12 of 12) sorted by relevance
89 This enables the command "fastboot oem unlock" the fastboot90 oem unlock command requires tee security storage to store91 unlock status. oem unlock status attach to bootargs on boot.94 bool "AVB Authenticated unlock function"97 Enabled authenticated unlock function can prevent lock state98 from invalid unlock cmd.
48 TEEC_Result trusty_read_oem_unlock(uint8_t *unlock);57 TEEC_Result trusty_write_oem_unlock(uint8_t unlock);
214 TEEC_Result trusty_write_oem_unlock(uint8_t unlock) in trusty_write_oem_unlock() argument221 (uint8_t *)&unlock, in trusty_write_oem_unlock()226 TEEC_Result trusty_read_oem_unlock(uint8_t *unlock) in trusty_read_oem_unlock() argument233 unlock, in trusty_read_oem_unlock()
1363 uint8_t unlock = 0; in android_bootloader_boot_flow() local1366 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()
21 writel(0x757BDF0D, &devcfg_base->unlock); in arch_cpu_init()
329 uint8_t unlock = 0; in do_boot_rockchip() local331 result = trusty_read_oem_unlock(&unlock); in do_boot_rockchip()336 "androidboot.oem_unlocked=%d", unlock); in do_boot_rockchip()
874 bool "nand lock/unlock"
109 u32 unlock; /* 0x34 */ member
2041 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()
324 goto unlock; in rockchip_usb3_phy_power_off()329 unlock: in rockchip_usb3_phy_power_off()
338 "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
598 - unlock the entire instruction cache608 - unlock the entire instruction cache