Home | History | Annotate | Download | only in 2lib

Lines Matching refs:vb2_nv_set

78 		vb2_nv_set(ctx, VB2_NV_FW_RESULT, VB2_FW_RESULT_FAILURE);
81 vb2_nv_set(ctx, VB2_NV_TRY_COUNT, 0);
88 vb2_nv_set(ctx, VB2_NV_TRY_NEXT, 1 - sd->fw_slot);
110 vb2_nv_set(ctx, VB2_NV_RECOVERY_REQUEST, reason);
111 vb2_nv_set(ctx, VB2_NV_RECOVERY_SUBCODE, subcode);
152 vb2_nv_set(ctx, VB2_NV_RECOVERY_REQUEST,
224 vb2_nv_set(ctx, VB2_NV_DISABLE_DEV_REQUEST, 0);
255 vb2_nv_set(ctx, VB2_NV_DEV_BOOT_USB, 0);
256 vb2_nv_set(ctx, VB2_NV_DEV_BOOT_LEGACY, 0);
257 vb2_nv_set(ctx, VB2_NV_DEV_BOOT_SIGNED_ONLY, 0);
296 vb2_nv_set(ctx, VB2_NV_CLEAR_TPM_OWNER_REQUEST, 0);
311 vb2_nv_set(ctx, VB2_NV_CLEAR_TPM_OWNER_DONE, 1);
325 vb2_nv_set(ctx, VB2_NV_FW_PREV_TRIED, sd->last_fw_slot);
326 vb2_nv_set(ctx, VB2_NV_FW_PREV_RESULT, sd->last_fw_result);
329 vb2_nv_set(ctx, VB2_NV_FW_RESULT, VB2_FW_RESULT_UNKNOWN);
345 vb2_nv_set(ctx, VB2_NV_TRY_NEXT, sd->fw_slot);
350 vb2_nv_set(ctx, VB2_NV_FW_RESULT, VB2_FW_RESULT_TRYING);
353 vb2_nv_set(ctx, VB2_NV_TRY_COUNT, tries - 1);
357 vb2_nv_set(ctx, VB2_NV_FW_TRIED, sd->fw_slot);